Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98651 - dev-util/pkgconfig-0.18.1 fails 2 out of 5 make check tests
Summary: dev-util/pkgconfig-0.18.1 fails 2 out of 5 make check tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 04:37 UTC by Seemant Kulleen (RETIRED)
Modified: 2005-07-18 03:30 UTC (History)
1 user (show)

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 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-11 04:37:32 UTC
make[2]: Entering directory
`/var/tmp/portage/pkgconfig-0.18.1/work/pkg-config-0.18.1/check'
PASS: check-cflags
../pkg-config --libs simple :
'-lsimple -lm' != '-lsimple'
FAIL: check-libs
PASS: check-define-variable
PASS: check-libs-private
../pkg-config --libs requires-test :
'-L/requires-test/lib -L/private-dep/lib -L/public-dep/lib -lrequires-test
-lprivate-dep -lpublic-dep' != '-L/requires-test/lib -L/public-dep/lib
-lrequires-test -lpublic-dep'
FAIL: check-requires-private
===================
2 of 5 tests failed
===================


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-11 07:30:40 UTC
apparently it happens on x86 as well, as leonardop informs
Comment 2 Maurice van der Pot (RETIRED) gentoo-dev 2005-07-17 14:35:28 UTC
It does.
Comment 3 Leonardo Boshell (RETIRED) gentoo-dev 2005-07-18 03:30:27 UTC
Those tests were not written with --enable-indirect-deps in mind. I've added a
patch that should fix this and will submit it to upstream shortly.

Thanks.