| Summary: | media-libs/libaacplus-2.0.2-r2[fftw] - /usr/lib64/pkgconfig/aacplus.pc contains reference to /usr/lib | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bertrand Jacquin <bertrand> |
| Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | bertrand, sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I can't actually reproduce this:
$ cat /var/tmp/portage/media-libs/libaacplus-2.0.2-r3/image/usr/lib64/pkgconfig/aacplus.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib64
includedir=${prefix}/include/aacplus
toolsdir=${exec_prefix}/bin
cppflags=-I
cflags_only=-I/usr/lib64 -lfftw3f
Name: aacplus
Description: AAC+ encoder library
Requires:
Version: 2.0.2
Libs: -laacplus -lm -lfftw3f
Cflags: -I${includedir} -I/usr/lib64 -lfftw3f
Still an issue?
|
media-libs/libaacplus-2.0.2-r2 install /usr/lib64/pkgconfig/aacplus.pc which contains: libdir=/usr/lib64 .. cflags_only=-I/usr/lib -lfftw3f .. Cflags: -I${includedir} -I/usr/lib -lfftw3f It looks weird to have /usr/lib instead of /usr/lib64 or ${libdir} This leads to issue like in #542612 Reproducible: Always