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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to