Opened 13 years ago

Closed 9 years ago

#30877 closed defect (wontfix)

iStumbler +use_source does not compile on a case sensitive FS

Reported by: Greisby (Greisberger Christophe) Owned by: stuartwesterman (Stuart Westerman)
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: Cc:
Port: istumbler

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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?

Attachments (1)

main.log (163.6 KB) - added by Greisby (Greisberger Christophe) 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 in reply to:  description Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

Replying to 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.

comment:2 Changed 13 years ago by Greisby (Greisberger Christophe)

Did you build with Xcode 3 ? If yet, this could be a Xcode4 problem.
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)
Seems that this build setting is not applied in Xcode 4.

Changed 13 years ago by Greisby (Greisberger Christophe)

Attachment: main.log added

comment:3 Changed 10 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to stuartwesterman@…

comment:4 Changed 9 years ago by stuartwesterman (Stuart Westerman)

This is very old. iStumbler is no longer open source. Perhaps this ticket should be closed.

comment:5 Changed 9 years ago by larryv (Lawrence Velázquez)

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.