Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30505 - pkg-config too old; version 0.14 or better required.\n\n!!! ERROR: dev-libs/glib-2.2.2 failed.
Summary: pkg-config too old; version 0.14 or better required.\n\n!!! ERROR: dev-libs/g...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 13:49 UTC by Michael Postmann
Modified: 2004-01-31 14:42 UTC (History)
0 users

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


Attachments
emerge.info (emerge.info,1.24 KB, text/plain)
2003-10-06 13:51 UTC, Michael Postmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Postmann 2003-10-06 13:49:36 UTC
web root # emerge glib
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-libs/glib-2.2.2 to /
>>> md5 src_uri ;-) glib-2.2.2.tar.bz2
>>> Unpacking source...
>>> Unpacking glib-2.2.2.tar.bz2 to /var/tmp/portage/glib-2.2.2/work
>>> Source unpacked.
 * Working directory: /var/tmp/portage/glib-2.2.2/work/glib-2.2.2...
 * Applying libtool-sed.patch...
 * Applying libtool-portage.patch...
 * Applying libtool-reverse-deps.patch...
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the BeOS... no
checking for Win32... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for c++... g++
checking for i686-pc-linux-gnu-g++... (cached) g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for pkg-config... /usr/bin/pkg-config
./configure: line 3956:  2748 Illegal instruction     $PKG_CONFIG --atleast-pkgconfig-version 0.14
configure: error: *** pkg-config too old; version 0.14 or better required.

!!! ERROR: dev-libs/glib-2.2.2 failed.
!!! Function econf, Line 324, Exitcode 1
!!! econf failed

mfg
Nomike aka Michael Postmann
Comment 1 Michael Postmann 2003-10-06 13:51:42 UTC
Created attachment 18865 [details]
emerge.info
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-07 03:20:16 UTC
emerge sync && emerge -u dev-util/pkgconfig

with 0.15.0 it works
Comment 3 Michael Postmann 2003-10-07 09:14:05 UTC
I HAVE pkgconfig 0.15.0 installed.
I also tried to reemerge it!
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-10-11 05:36:48 UTC
> checking for pkg-config... /usr/bin/pkg-config
> ./configure: line 3956:  2748 Illegal instruction     $PKG_CONFIG --atleast-pkgconfig-version
0.14
> configure: error: *** pkg-config too old; version 0.14 or better required.
>
> !!! ERROR: dev-libs/glib-2.2.2 failed.
> !!! Function econf, Line 324, Exitcode 1
> !!! econf failed

This is the problem - see, something segfaults ...

Please run:

 # strace -ff pkg-config --atleast-pkgconfig-version 0.14

and attach the log
Comment 5 Andrew Cooks (RETIRED) gentoo-dev 2004-01-31 14:42:50 UTC
This bug has been inactive for 90 days or more.

In the mean time, glib-2.2.3 has been released. The additional requested info was never supplied.

I'm closing this as NEEDINFO. Please file another report if glib-2.2.3 or later also fails.