Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2007 22:24:21 -0500 (EST)
From:      "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net>
To:        marcus@marcuscom.com (Joe Marcus Clarke)
Cc:        gnome@freebsd.org, "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net>
Subject:   Re: pkg-config 0.22 - segfault
Message-ID:  <200711160324.lAG3OLhJ073573@himinbjorg.tucs-beachin-obx-house.com>
In-Reply-To: <1195182281.73475.22.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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,
> > > >=3D20
> > > > 	If I move the file out of the way, I get :
> > > >=3D20
> > > > (etc)
> > > > ORBit-imodule-2.0           ORBit-imodule-2.0 - ORBit runtime typelib=
>  gen=3D
> > > eration service.
> > > > gtk+                        GTK+ - GIMP Tool Kit
> > > > Failed to open '/usr/local/libdata/pkgconfig/gail.pc': Too many open =
> file=3D
> > > s
> > > > Package 'gail', required by 'libgnomecanvas-2.0', not found
> > >=20
> > > This sounds like some kind of recursion problem, unless your system
> > > really is out of files.  What does the following report:
> > >=20
> > > sysctl kern.maxfiles
> > > sysctl kern.maxfilesperproc
> > > sysctl kern.openfiles
> > >=20
> > > Joe
> > >=20
> > himinbjorg# sysctl kern.maxfiles
> > kern.maxfiles: 12328
> > himinbjorg# sysctl kern.maxfilesperproc
> > kern.maxfilesperproc: 11095
> > himinbjorg# sysctl kern.openfiles
> > kern.openfiles: 247
> 
> You should ktrace pkg-config then to see if it's looping.
> 
	Looks like its looping between gail and 
libgnomecanvas-2.0 .

	Any more things to look for on the original silc
issue?

	(REPEAT of the gail/libgnomecanvas-2.0)
# cat /usr/local/libdata/pkgconfig/gail.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

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

# cat /usr/local/libdata/pkgconfig/libgnomecanvas-2.0.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

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

			Tuc



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