Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14232 - glib-2.2.0 / pkg-config too old
Summary: glib-2.2.0 / pkg-config too old
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 09:06 UTC by Mol
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
config.log (config.log,15.16 KB, text/plain)
2003-01-23 05:22 UTC, Mol
Details
emerge.info (emerge.info,1.04 KB, text/plain)
2003-01-23 05:23 UTC, Mol
Details
pkg-config.strace (pkg-config.strace,1.38 KB, text/plain)
2003-01-23 05:48 UTC, Mol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mol 2003-01-20 09:06:18 UTC
When I try to emerge glib-2.2.0 I get the following error in the configure phase
of the emerge:
./configure: line 3798: 21808 Illegal instruction     $PKG_CONFIG
--atleast-pkgconfig-version 0.14
configure: error: *** pkg-config too old; version 0.14 or better required.

although.
pkgconfig-0.14.0 is installed
Comment 1 SpanKY gentoo-dev 2003-01-20 09:17:48 UTC
notice that when configure ran pkg-config, it crashed ... 
 
please post `emerge info` and the config.log file 
Comment 2 Mol 2003-01-20 10:18:59 UTC
Will be back at the machine in 24h. Will post then if nobody ack this.

The problem is related to pkg-config. I got the same problem with the old
version of glib.
Comment 3 foser (RETIRED) gentoo-dev 2003-01-20 11:19:43 UTC
can you attach the config.log of the failing configure ?
Comment 4 Mol 2003-01-23 05:22:51 UTC
Created attachment 7554 [details]
config.log
Comment 5 Mol 2003-01-23 05:23:45 UTC
Created attachment 7555 [details]
emerge.info
Comment 6 Mol 2003-01-23 05:48:28 UTC
Created attachment 7556 [details]
pkg-config.strace

Looks like it chrash just before it should

open("/usr/lib/pkgconfig", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
Comment 7 foser (RETIRED) gentoo-dev 2003-01-23 06:43:58 UTC
so pkg-config itsself doesnt run ? Have you tried re-emerging/easing down on
optimizations ?
Comment 8 Mol 2003-01-23 06:54:50 UTC
That fixed my problems. Thanks and sorry for not checking this!