Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190272 - media-sound/vorbis-tools fails to compile without dev-util/pkgconfig
Summary: media-sound/vorbis-tools fails to compile without dev-util/pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-26 09:33 UTC by Bruno
Modified: 2007-08-26 17:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno 2007-08-26 09:33:46 UTC
media-sound/vorbis-tools-1.1.1-r3 failes to compile (configure failes) when dev-util/pkgconfig is not installed.

The configure script contains syntax errors in the alternative code to search for installed ogg libraries that is used if pkgconfig is not available

Either dev-util/pkgconfig needs to be added as build time dependency or the configure script needs to get fixed.

Reproducible: Always

Steps to Reproduce:
1. make sure pkgconfig is not installed (e.g. emerge --depclean --with-bdeps=n)
2. emerge media-sound/vorbis-tools


Actual Results:  
Emerge process fails during configure of vorbis-tools:

...
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... no
checking whether to use NLS... no
checking for pkg-config... no
./configure: line 25880: syntax error near unexpected token `OGG,'
./configure: line 25880: `  PKG_CHECK_MODULES(OGG, ogg >= 1.0, HAVE_OGG=yes, HAVE_OGG=no)'


Expected Results:  
Compiles and installs as when pkgconfig is installed
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-08-26 17:30:35 UTC
Fixed in -r5