[MacPorts] #30877: iStumbler +use_source does not compile on a case sensitive FS
#30877: iStumbler +use_source does not compile on a case sensitive FS -----------------------------------------+---------------------------------- Reporter: greisberger@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: istumbler -----------------------------------------+---------------------------------- The use_source variant does not compile on my system: OS: Snow Leopard 10.6.8 Arch: x86_64 FS: case sensitive XCode: 4.0.2 From what I saw in the log file, I think that it's a case sensitivity problem: {{{ :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:6:28: error: Plugins/Plugins.h: No such file or directory :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:7:34: error: RadioStore/RadioStore.h: No such file or directory :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:8:36: error: FourCorners/FourCorners.h: No such file or directory }}} Is there a mechanism in macports to be able to build a port in a temporary case insensitive disk image? -- Ticket URL: <https://trac.macports.org/ticket/30877> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30877: iStumbler +use_source does not compile on a case sensitive FS -----------------------------------------+---------------------------------- Reporter: greisberger@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: istumbler -----------------------------------------+---------------------------------- Old description:
The use_source variant does not compile on my system: OS: Snow Leopard 10.6.8 Arch: x86_64 FS: case sensitive XCode: 4.0.2
From what I saw in the log file, I think that it's a case sensitivity problem: {{{ :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:6:28: error: Plugins/Plugins.h: No such file or directory :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:7:34: error: RadioStore/RadioStore.h: No such file or directory :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:8:36: error: FourCorners/FourCorners.h: No such file or directory }}}
Is there a mechanism in macports to be able to build a port in a temporary case insensitive disk image?
New description: The use_source variant does not compile on my system: * OS: Snow Leopard 10.6.8 * Arch: x86_64 * FS: case sensitive * XCode: 4.0.2 From what I saw in the log file, I think that it's a case sensitivity problem: {{{ :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:6:28: error: Plugins/Plugins.h: No such file or directory :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:7:34: error: RadioStore/RadioStore.h: No such file or directory :info:destroot /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_istumbler/istumbler/work/iStumbler/Plugins/AirPort/AirPort.pch:8:36: error: FourCorners/FourCorners.h: No such file or directory }}} Is there a mechanism in macports to be able to build a port in a temporary case insensitive disk image? -- Comment(by ryandesign@…): Replying to [ticket:30877 greisberger@…]:
The use_source variant does not compile on my system:
I don't believe that variant works on anybody's system. Read its description: {{{ $ port variants istumbler istumbler has the variants: universal [+]use_binary: Install from binary distribution * conflicts with use_source use_source: Build from source (does not work) * conflicts with use_binary }}} Though you do indeed appear to be experiencing case-sensitivity issues, above and beyond the issues everybody else would be experiencing. Actually I tried to build it now (on my case-insensitive filesystem) and the build allegedly succeeded, though I saw a lot of `plistutil` errors fly by.
Is there a mechanism in macports to be able to build a port in a temporary case insensitive disk image?
No. -- Ticket URL: <https://trac.macports.org/ticket/30877#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30877: iStumbler +use_source does not compile on a case sensitive FS -----------------------------------------+---------------------------------- Reporter: greisberger@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: istumbler -----------------------------------------+---------------------------------- Comment(by greisberger@…): Did you build with Xcode 3 ? If yet, this could be a Xcode4 problem.[[BR]] In the port file there is: {{{ xcode.build.settings \ OTHER_CFLAGS="-I${worksrcpath}/Frameworks" \ }}} But where it fails there is no -I ..../Frameworks] (where the headers are, see log attached)[[BR]] Seems that this build setting is not applied in Xcode 4. -- Ticket URL: <https://trac.macports.org/ticket/30877#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30877: iStumbler +use_source does not compile on a case sensitive FS ----------------------------+------------------------------- Reporter: greisberger@… | Owner: stuartwesterman@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: | Keywords: Port: istumbler | ----------------------------+------------------------------- Changes (by mf2k@…): * owner: macports-tickets@… => stuartwesterman@… -- Ticket URL: <https://trac.macports.org/ticket/30877#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts