Hello, It is not a problem to locate libkqueue.pc, but content of .pc file.
libkqueue.pc in 2.0.2-1: Name: libkqueue Description: Emulates FreeBSD kqueue(2) on other platforms Version: 2.0.2 Requires: Libs: -lkqueue Libs.private: -lpthread -lrt Cflags: -I${includedir}/kqueue libkqueue.pc in 1.0.4-2: prefix=/usr exec_prefix=${prefix} libdir=/usr/lib includedir=/usr/include Name: libkqueue Description: Emulates FreeBSD kqueue(2) on other platforms Version: 1.0.4 Requires: Libs: -L/usr/lib -lpthread -lrt -lkqueue Libs.private: -L/usr/lib -lpthread -lrt Cflags: -I${includedir}/kqueue I believe that problem is caused by changes in libkqueue.pc.in: --- libkqueue-1.0.4/libkqueue.pc.in 2011-07-14 01:48:14.000000000 +0000 +++ libkqueue-2.0.2/libkqueue.pc.in 2014-02-23 21:52:26.000000000 +0000 @@ -1,13 +1,8 @@ -prefix=@@PREFIX@@ -exec_prefix=${prefix} -libdir=@@LIBDIR@@ -includedir=@@INCLUDEDIR@@ -Name: @@PROGRAM@@ +Name: libkqueue Description: Emulates FreeBSD kqueue(2) on other platforms -Version: @@VERSION@@ +Version: @VERSION@ Requires: -Libs: @@LIBDEPENDS@@ -lkqueue -Libs.private: @@LIBDEPENDS@@ -Cflags: -I${includedir}/kqueue - +Libs: -lkqueue +Libs.private: -lpthread -lrt +Cflags: -I${includedir}/kqueue It seems to me that better solution is to fix libkqueue in order to prevent the error propagates to other packages. Regards, Dejan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org