New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13736 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

BUG: libsdl_sound fails to configure (missing /usr/share/libtool)

Reported by: css@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

The libsdl_sound port fails to compile on my MacBook Pro running Mac OS X 10.4.11 with XCode 2.5:

$ sudo port -v build libsdl_sound
--->  Configuring libsdl_sound
Initial preparation...this can take awhile, so sit tight...
/usr/bin/glibtoolize: line 1: cd: /usr/share/libtool: No such file or directory
glibtoolize: cannot list files in `/usr/share/libtool'
Error: Target org.macports.configure returned: shell command "cd /opt/local/var/macports/build/_Users_Shared_macports_dports_audio_libsdl_sound/work/SDL_sound-1.0.1 && glibtoolize --automake --copy --force" returned error 1
Command output: /usr/bin/glibtoolize: line 1: cd: /usr/share/libtool: No such file or directory
glibtoolize: cannot list files in `/usr/share/libtool'

Warning: the following items did not execute (for libsdl_sound): org.macports.build org.macports.configure
Error: Status 1 encountered during processing.

The odd thing is that /usr/share/libtool is not present on my Mac. I tried reinstalling XCode, but that still failed to provide that directory. #13334 seems to indicate some conflicting news on that directory.

Attachments

patch-Portfile.diff (578 bytes) - added by css@… 5 years ago.
Explicitly depend on the libtool port.

Change History

Changed 5 years ago by css@…

Explicitly depend on the libtool port.

comment:1 Changed 5 years ago by css@…

The directory /usr/share/libtool was removed when I upgraded to XCode 2.5, and I succeeded in getting the libsdl_sound port working by adding a dependency on the libtool port.

comment:2 Changed 5 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…

comment:3 Changed 5 years ago by ryandesign@…

Looks like a good change to me. Committed in r34122.

comment:4 Changed 5 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.