Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511726 - dev-libs/libffi-3.1-r1: libffi.pc contains invalid $(foo) variable reference (instead of ${foo})
Summary: dev-libs/libffi-3.1-r1: libffi.pc contains invalid $(foo) variable reference ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: https://sourceware.org/ml/libffi-disc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 19:27 UTC by Michał Górny
Modified: 2014-05-30 11:00 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-05-28 19:27:07 UTC
More specifically, libffi.pc has:

  toolexeclibdir=$(libdir)/../lib32

As a result:

$ pkg-config --libs libffi
-L(libdir)/../lib64 -lffi  

It should be ${} instead of $().
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-05-28 20:31:06 UTC
fixed in -r2
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2014-05-30 10:58:51 UTC
note: this has been reported to libffi-discuss@sourceware.org upstream ML