From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 16 15:23:35 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B52516A418 for ; Fri, 16 Nov 2007 15:23:35 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 0B75C13C442 for ; Fri, 16 Nov 2007 15:23:34 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id lAGFNYe9064617; Fri, 16 Nov 2007 10:23:34 -0500 (EST) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id lAGFNSw2082820; Fri, 16 Nov 2007 10:23:28 -0500 (EST) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id lAGFNSWc082819; Fri, 16 Nov 2007 10:23:28 -0500 (EST) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200711161523.lAGFNSWc082819@himinbjorg.tucs-beachin-obx-house.com> To: marcus@marcuscom.com (Joe Marcus Clarke) Date: Fri, 16 Nov 2007 10:23:28 -0500 (EST) In-Reply-To: <1195183720.73475.42.camel@shumai.marcuscom.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, "Tuc at T-B-O-H.NET" Subject: Re: pkg-config 0.22 - segfault X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2007 15:23:35 -0000 > On Thu, 2007-11-15 at 22:24 -0500, Tuc at T-B-O-H.NET wrote: > > > On Thu, 2007-11-15 at 21:04 -0500, Tuc at T-B-O-H.NET wrote: > > > > > On Thu, 2007-11-15 at 20:27 -0500, Tuc at T-B-O-H.NET wrote: > > > > > > Hi, > > > > > >=3D3D20 > > > > > > If I move the file out of the way, I get : > > > > > >=3D3D20 > > > > > > (etc) > > > > > > ORBit-imodule-2.0 ORBit-imodule-2.0 - ORBit runtime typ= > elib=3D > > > gen=3D3D > > > > > eration service. > > > > > > gtk+ GTK+ - GIMP Tool Kit > > > > > > Failed to open '/usr/local/libdata/pkgconfig/gail.pc': Too many o= > pen =3D > > > file=3D3D > > > > > s > > > > > > Package 'gail', required by 'libgnomecanvas-2.0', not found > > > > >=3D20 > > > > > This sounds like some kind of recursion problem, unless your system > > > > > really is out of files. What does the following report: > > > > >=3D20 > > > > > sysctl kern.maxfiles > > > > > sysctl kern.maxfilesperproc > > > > > sysctl kern.openfiles > > > > >=3D20 > > > > > Joe > > > > >=3D20 > > > > himinbjorg# sysctl kern.maxfiles > > > > kern.maxfiles: 12328 > > > > himinbjorg# sysctl kern.maxfilesperproc > > > > kern.maxfilesperproc: 11095 > > > > himinbjorg# sysctl kern.openfiles > > > > kern.openfiles: 247 > > >=20 > > > You should ktrace pkg-config then to see if it's looping. > > >=20 > > Looks like its looping between gail and=20 > > libgnomecanvas-2.0 . > >=20 > > Any more things to look for on the original silc > > issue? > >=20 > > (REPEAT of the gail/libgnomecanvas-2.0) > > # cat /usr/local/libdata/pkgconfig/gail.pc > > prefix=3D/usr/local > > exec_prefix=3D${prefix} > > libdir=3D${exec_prefix}/lib > > includedir=3D${prefix}/include > >=20 > > Name: Gail > > Description: GNOME Accessibility Implementation Library > > Version: 1.18.0 > > Requires: atk gtk+-2.0 > > Requires.private: libgnomecanvas-2.0 > > Libs: -L${libdir} -lgailutil > > Cflags: -I${includedir}/gail-1.0 > >=20 > > # cat /usr/local/libdata/pkgconfig/libgnomecanvas-2.0.pc > > prefix=3D/usr/local > > exec_prefix=3D${prefix} > > libdir=3D${exec_prefix}/lib > > includedir=3D${prefix}/include > >=20 > > Name: libgnomecanvas-2.0 > > Description: libgnomecanvas > > Requires: libart-2.0 gtk+-2.0 > > Requires.private: pango pangoft2 gail > > Version: 2.20.1.1 > > Libs: -L${libdir} -lgnomecanvas-2 > > Cflags: -I${includedir}/libgnomecanvas-2.0 > > Your version of Gail is out of date. You should have 1.20.1 which no > longer requires libgnomecanvas. > > Joe > I know its out of date. I can't remember the particulars, but gnucash (1.8) wasn't happy with a later version, and I couldn't go to 2.X due to some issues with the files I already had. As for the silc issue, looks like someone else ran into it and the Xorg team already has a solution : https://bugzilla.redhat.com/show_bug.cgi?id=384421 fix is in https://bugs.freedesktop.org/show_bug.cgi?id=13265 Tuc