Your message dated Sun, 05 Apr 2009 19:08:28 +0200
with message-id <[email protected]>
and subject line Re: [Xcb] Bug#522657: libpthread-stubs0-dev: pthread-stubs.pc
is installed in the wrong place
has caused the Debian Bug report #522657,
regarding libpthread-stubs0-dev: pthread-stubs.pc is installed in the wrong
place
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.)
--
522657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522657
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpthread-stubs0-dev
Version: 0.1-2
Severity: important
The pkg-config file "pthread-stubs.pc" is installed in
/usr/share/pkgconfig instead of /usr/lib/pkgconfig. It is then unusable
by software compiling against it, which rely on pkg-config to find it
(eg openmoko-dialer2, neod...).
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.16.33-xen (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages libpthread-stubs0-dev depends on:
ii libpthread-stubs0 0.1-2 pthread stubs not provided by nati
libpthread-stubs0-dev recommends no packages.
libpthread-stubs0-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, 2009-04-05 at 18:28 +0200, Pierre Pronchery wrote:
> Package: libpthread-stubs0-dev
> Version: 0.1-2
> Severity: important
>
> The pkg-config file "pthread-stubs.pc" is installed in
> /usr/share/pkgconfig instead of /usr/lib/pkgconfig. It is then unusable
> by software compiling against it, which rely on pkg-config to find it
> (eg openmoko-dialer2, neod...).
>
$ strace -eopen pkg-config --exists pthread-stubs
[...]
open("/usr/local/lib/pkgconfig", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/usr/lib/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
open("/usr/local/lib/pkgconfig/x86_64-linux-gnu",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
open("/usr/local/share/pkgconfig", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/usr/lib/pkgconfig", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
open("/usr/lib/pkgconfig/x86_64-linux-gnu",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
open("/usr/share/pkgconfig", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
open("/usr/share/pkgconfig/pthread-stubs.pc", O_RDONLY) = 3
sounds like your pkg-config isn't looking in the right place.
Closing this bug as invalid.
Cheers,
Julien
--- End Message ---