Opened 7 years ago
Closed 5 years ago
#55859 closed defect (invalid)
pulseaudio fails to build without /opt/local/bin/gmkdir
Reported by: | aphor (Jeremy McMillan) | Owned by: | Ionic (Mihai Moldovan) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pulseaudio |
Description
depends_build should include the coreutils port because pulseaudio build uses /opt/local/bin/gmkdir
Attachments (1)
Change History (8)
Changed 7 years ago by aphor (Jeremy McMillan)
Attachment: | pulseaudio.patch added |
---|
comment:1 Changed 7 years ago by aphor (Jeremy McMillan)
Cc: | aphor added |
---|
comment:2 Changed 7 years ago by aphor (Jeremy McMillan)
Cc: | aphor removed |
---|
comment:3 follow-up: 6 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to Ionic |
---|---|
Status: | new → assigned |
comment:5 Changed 6 years ago by Ionic (Mihai Moldovan)
I don't understand why pulseaudio would not build without gmkdir.
I always build in trace mode which hides these binaries and the build has never been failing due to this.
Please upload a clean build log.
comment:6 Changed 6 years ago by Ionic (Mihai Moldovan)
Replying to ryandesign:
Replying to aphor:
pulseaudio build uses /opt/local/bin/gmkdir
Explain?
It tries to use gmkdir opportunistically (like autoconf often does), but it should be happy with an accessible mkdir binary somewhere in ${PATH}
.
Must be something else.
comment:7 Changed 5 years ago by Ionic (Mihai Moldovan)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
No response and, as written, the system mkdir
binary should be picked up and working just fine.
Closing.
Note: See
TracTickets for help on using
tickets.
patch to add coreutils to depends_build