Your message dated Mon, 27 May 2013 09:16:27 +0100
with message-id <[email protected]>
and subject line Re: Bug#664233: pkg-config does not look in directory where a
.pc file is present
has caused the Debian Bug report #664233,
regarding pkg-config does not look in directory where a .pc file is present
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
664233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664233
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pkg-config
Version: 0.25-1.1
Severity: normal
With libpixman-1-dev installed we have:
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig pkg-config --cflags cairo
# works
/usr/lib/x86_64-linux-gnu/pkgconfig pkg-config --cflags cairo # does not
work
If you are reading this and you think 'what does she mean by 'does not
work''. please do not work on this bug, but feel free to read what I
mean by 'does not work below':
pkg-config --cflags cairo
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'pixman-1', required by 'cairo', not found
Breaking properties like this results in software builds that don't
work, so please fix this.
Now, because you apparently don't have any idea how to build a working
operating system here is a script to find all the current failures
related to this issue:
#!/bin/bash
for package in $(pkg-config --list-all | awk '{ print $1 }'); do
echo $package
pkg-config --cflags $package
done
Have fun fixing all of them. Also, this issue isn't solved until all of
them have been resolved.
-- System Information:
Debian Release: 6.0.4
APT prefers stable
APT policy: (700, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_NL.utf8, LC_CTYPE=nl_NL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pkg-config depends on:
ii libc6 2.11.3-2 Embedded GNU C Library: Shared lib
ii libglib2.0-0 2.24.2-1 The GLib library of C routines
ii libpopt0 1.16-1 lib for parsing cmdline parameters
pkg-config recommends no packages.
pkg-config suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.26-1
On Fri, 16 Mar 2012 at 23:07:30 +0100, A Bug Reporter wrote:
> With libpixman-1-dev installed we have:
> PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig pkg-config --cflags cairo
> # works
> /usr/lib/x86_64-linux-gnu/pkgconfig pkg-config --cflags cairo # does not
> work
Multiarch library directories were added to the search path in pkg-config
0.26-1 (Debian 7). Debian 6 does not support multi-arch.
S
--- End Message ---