Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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)

main.log (29.3 KB) - added by mathsmac@… 12 years ago.
Log

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by mathsmac@…

Attachment: main.log added

Log

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: ilmbase build failure removed
Owner: changed from macports-tickets@… to waqar@…

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Port: libtool added; ilmbase removed
Resolution: wontfix
Status: newclosed
Summary: ilmbase @1.0.2 build failurelibtool 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

comment:3 Changed 12 years ago by mathsmac@…

Thank you very much! It works!

Note: See TracTickets for help on using tickets.