From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 18 00:33:15 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858C016A41F for ; Sun, 18 Sep 2005 00:33:15 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C5D43D46 for ; Sun, 18 Sep 2005 00:33:14 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j8I0XEAC024148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 17 Sep 2005 20:33:14 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.4/Submit) id j8I0XDiB024147 for freebsd-emulation@freebsd.org; Sat, 17 Sep 2005 20:33:13 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: freebsd-emulation@freebsd.org Date: Sat, 17 Sep 2005 20:33:13 -0400 User-Agent: KMail/1.8.2 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Subject: linux-pango's pango-querymodules X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 00:33:15 -0000 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