#22701 closed defect (fixed)
qt4-mac-devel deletes /dev/null
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | emanuel@… | |
Port: | qt4-mac-devel |
Description
Attempting to install qt4-mac-devel @4.6.0-rc1 causes the /dev/null device to be deleted, which is obviously extremely bad. This occurs at some point during configure, the rest of which then doesn't function, and the build fails right away. Immense log attached.
Attachments (2)
Change History (8)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | qt4-mac-devel.txt.bz2 added |
---|
comment:1 follow-up: 2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 15 years ago by emanuel@…
I run into the same /dev/null problem with qt4-mac-devel@4.6.0-rc1 and @4.6.0. I attached a patch file for configure which works for me on Mac OS 10.5. Can anybody confirm it?
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, committed in r61129.
comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
I have reported this problem to the developers of Qt.
comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Upstream fixed the problem using our patch as part of this commit.
Note: See
TracTickets for help on using
tickets.
I suspect this line in the configure script:
Changing that to
should fix it but I haven't tested yet.