Opened 19 years ago

Closed 19 years ago

#2774 closed defect (invalid)

port libshout2 can't be installed because the libvorbis port seems to be outdated

Reported by: IOOI-SqAR Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

[Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port install libshout2 ---> Fetching libvorbis ---> Attempting to fetch libvorbis-1.1.0.tar.gz from http://downloads.xiph.org/releases/vorbis/ ---> Verifying checksum(s) for libvorbis ---> Extracting libvorbis ---> Configuring libvorbis ---> Building libvorbis with target all ---> Staging libvorbis into destroot ---> Packaging cpgz archive for libvorbis 1.1.0_0 ---> Installing libvorbis 1.1.0_0 ---> Activating libvorbis 1.1.0_0 ---> Cleaning libvorbis ---> Configuring libshout2 Error: Target com.apple.configure returned: configure failure: shell command "cd "/Volumes/Data/ Projekte/darwinports/dports/audio/libshout2/work/libshout-2.0" && ./configure --prefix=/opt/local" returned error 1 Command output: checking for uint32_t... yes checking for library containing nanosleep... none required checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for socklen_t... no checking for va_copy... va_copy checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for library containing sethostent... none required checking for library containing getnameinfo... none required checking for endhostent... yes checking for getaddrinfo... yes checking for inet_aton... yes checking for struct sockaddr_storage.ss_family... yes checking for inet_pton... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for pthread_rwlock_t... yes checking for cc_r... gcc checking for ogg_sync_init in libogg... ok checking for libvorbis... ok checking for struct ovectl_ratemanage_arg... no configure: error: libvorbis needs updating

[Lars-Sonchocky-Helldorfs-Computer:~] lars%

Change History (3)

comment:1 Changed 19 years ago by toby@…

Resolution: fixed
Status: newclosed

Can't reproduce. In any case, I also updated to a new version of libshout, see if that fixes it.

comment:2 Changed 19 years ago by IOOI-SqAR

Resolution: fixed
Status: closedreopened

Thanks for your prompt response toby, I started over but I am still getting errors.

Btw. I am doing this on a 10.2.8 system.

[Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port uninstall libvorbis ---> Deactivating libvorbis 1.1.0_0 ---> Uninstalling libvorbis 1.1.0_0 [Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port uninstall libogg ---> Deactivating libogg 1.1.2_0 ---> Uninstalling libogg 1.1.2_0 [Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port clean --all libogg ---> Cleaning libogg [Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port clean --all libvorbis ---> Cleaning libvorbis [Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port clean --all libshout2 Portfile changed since last build; discarding previous state. ---> Cleaning libshout2 [Lars-Sonchocky-Helldorfs-Computer:~] lars% sudo port install libshout2 ---> Fetching libogg ---> Attempting to fetch libogg-1.1.2.tar.gz from http://downloads.xiph.org/releases/ogg/ ---> Verifying checksum(s) for libogg ---> Extracting libogg ---> Configuring libogg ---> Building libogg with target all ---> Staging libogg into destroot ---> Packaging cpgz archive for libogg 1.1.2_0 ---> Installing libogg 1.1.2_0 ---> Activating libogg 1.1.2_0 ---> Cleaning libogg ---> Fetching libvorbis ---> Attempting to fetch libvorbis-1.1.0.tar.gz from http://downloads.xiph.org/releases/vorbis/ ---> Verifying checksum(s) for libvorbis ---> Extracting libvorbis ---> Configuring libvorbis ---> Building libvorbis with target all ---> Staging libvorbis into destroot ---> Packaging cpgz archive for libvorbis 1.1.0_0 ---> Installing libvorbis 1.1.0_0 ---> Activating libvorbis 1.1.0_0 ---> Cleaning libvorbis ---> Fetching libshout2 ---> Attempting to fetch libshout-2.1.tar.gz from http://downloads.xiph.org/releases/libshout/ ---> Verifying checksum(s) for libshout2 ---> Extracting libshout2 ---> Configuring libshout2 Error: Target com.apple.configure returned: configure failure: shell command "cd "/Volumes/Data/ Projekte/darwinports/dports/audio/libshout2/work/libshout-2.1" && ./configure --prefix=/opt/local" returned error 1 Command output: checking for sys/socket.h... yes checking for socklen_t... no checking for va_copy... va_copy checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking for library containing sethostent... none required checking for library containing getnameinfo... none required checking for endhostent... yes checking for getaddrinfo... yes checking for inet_aton... yes checking for writev... yes checking for struct sockaddr_storage.ss_family... yes checking for inet_pton... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for pthread_rwlock_t... yes checking for cc_r... gcc checking for libogg... ok checking for libvorbis... ok checking for struct ovectl_ratemanage_arg... no configure: error: requisite Ogg Vorbis library not found

comment:3 Changed 19 years ago by IOOI-SqAR

Resolution: invalid
Status: reopenedclosed

I feel so stupid now ...

libshout2 did not build on my machine because I had ancient versions of libogg and libvorbis installed in my /usr/local so the newer version from darwinports in /opt/local were not found. I just removed them now everything works fine for me.

mea culpa, Lars

Note: See TracTickets for help on using tickets.