#13736 closed defect (fixed)
BUG: libsdl_sound fails to configure (missing /usr/share/libtool)
Reported by: | cssdev | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (1)
Change History (6)
Changed 17 years ago by cssdev
Attachment: | patch-Portfile.diff added |
---|
comment:1 Changed 17 years ago by cssdev
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 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Looks like a good change to me. Committed in r34122.
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Explicitly depend on the libtool port.