Bug 7698 - Errors testing pkg-config 0.20
Summary: Errors testing pkg-config 0.20
Status: RESOLVED WORKSFORME
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Tollef Fog Heen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-30 12:05 UTC by Pierre
Modified: 2012-04-16 17:41 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pierre 2006-07-30 12:05:29 UTC
[...]
Making check in check
make[1]: Entering directory `/tmp/pkg-config-0.20/check'
make  check-TESTS
make[2]: Entering directory `/tmp/pkg-config-0.20/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
PASS: check-includedir
===================
2 of 6 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/tmp/pkg-config-0.20/check'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/tmp/pkg-config-0.20/check'
make: *** [check-recursive] Error 1
Comment 1 Dan Nicholson 2012-04-16 17:41:20 UTC
Somehow the Requires/Libs.Private handling was screwed up here. I think these issues have been resolved, and I even downloaded an old pkg-config-0.20 and successfully passed the testsuite on linux.

I'm gonna close this as resolved. If you think this is in error, could you please try again with the current pkg-config-0.26?

http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.