linux-pango's pango-querymodules

Mikhail Teterin mi+kde at aldan.algebra.com
Sat Sep 17 17:33:15 PDT 2005


Hi!

For some reason, the post-install target of the linux-pango
port fails for me every time, because the executable
(/compat/linux/usr/bin/pango-querymodules) fails to find libX11.so.6

Adding an explicit invocation of Linux' ldconfig seems to help, though.
Have you seen such a thing before? I'm using the 32-bit Linux emulation
on FreeBSD-6.0/amd64.

Thanks!

	-mi

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/linux-pango/Makefile,v
retrieving revision 1.8
diff -U2 -r1.8 Makefile
--- Makefile	18 Aug 2005 22:34:07 -0000	1.8
+++ Makefile	18 Sep 2005 00:31:36 -0000
@@ -30,4 +30,5 @@
 post-install:
 	@${BRANDELF} -t Linux ${PREFIX}/usr/bin/pango-querymodules
+	@${PREFIX}/sbin/ldconfig /usr/X11R6/lib
 	@${PREFIX}/usr/bin/pango-querymodules > ${PREFIX}/etc/pango/pango.modules
 



More information about the freebsd-emulation mailing list