#33419 closed defect (wontfix)
libtool refers to compiler by wrong path after upgrading to Xcode 4.3
Reported by: | mathsmac@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | libtool |
Description
There is a build failure of ilmbase with Mac OS Lion and Xcode 4.3. Here is the log:
---> Computing dependencies for ilmbase ---> Fetching archive for ilmbase ---> Attempting to fetch ilmbase-1.0.2_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/ilmbase ---> Fetching ilmbase ---> Attempting to fetch ilmbase-1.0.2.tar.gz from http://savannah.nongnu.org/download/openexr ---> Verifying checksum(s) for ilmbase ---> Extracting ilmbase ---> Applying patches to ilmbase ---> Configuring ilmbase ---> Building ilmbase Error: Target org.macports.build returned: shell command failed (see log for details) Log for ilmbase is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ilmbase/ilmbase/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Attachments (1)
Change History (4)
Changed 13 years ago by mathsmac@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | ilmbase build failure removed |
---|---|
Owner: | changed from macports-tickets@… to waqar@… |
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | libtool added; ilmbase removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | ilmbase @1.0.2 build failure → libtool refers to compiler by wrong path after upgrading to Xcode 4.3 |
The relevant error in the log seems to be:
:info:build ../libtool: line 8976: /Developer/usr/bin/clang++: No such file or directory
The port copies the libtool port's glibtool into the worksrcpath as libtool, so the problem is that your libtool port was installed back when you were using an earlier version of Xcode. Rebuild libtool, clean ilbmase, try again.
sudo port clean libtool ilmbase sudo port -n upgrade --force libtool sudo port install ilmbase
Note: See
TracTickets for help on using
tickets.
Log