Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2005 20:33:13 -0400
From:      Mikhail Teterin <mi+kde@aldan.algebra.com>
To:        freebsd-emulation@freebsd.org
Subject:   linux-pango's pango-querymodules
Message-ID:  <200509172033.13722@aldan>

next in thread | raw e-mail | index | archive | help
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
 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509172033.13722>