New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13736 (closed defect: fixed)

Opened 19 months ago

Last modified 2 months 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 (0.6 KB) - added by css@… 18 months ago.
Explicitly depend on the libtool port.

Change History

Changed 18 months ago by css@…

Explicitly depend on the libtool port.

Changed 18 months 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.

Changed 17 months ago by ryandesign@…

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

Changed 17 months ago by ryandesign@…

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

Changed 17 months ago by ryandesign@…

  • status changed from new to closed
  • resolution set to fixed

Changed 2 months ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.