Date: Sun, 20 May 2007 18:21:03 +0900 (JST) From: Ken Yamada <ken@tydfam.jp> To: kris@obsecurity.org Cc: marcus@marcuscom.com, x11@freebsd.org Subject: Re: Q) xorg-7.2 on -current Message-ID: <20070520.182103.41626722.ken@tydfam.jp> In-Reply-To: <20070520.150157.07643370.ken@tydfam.jp> References: <20070520.150157.07643370.ken@tydfam.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
A kind of self response. It was because of libpthread.so.2. glib20 depends on icu and icu was linked to libpthread.so.2 which was installed before. First, deleting /usr/lib/libpthread.so.2 revealed the problem devel/icu, and I could compile glib20 and gtk20 now. Still, I have a problem with diablo-jdk1.5.0 due to libpthread.so.2. From: Ken Yamada <ken@tydfam.jp> > Hi, > > After I updated -current new gcc base (4.2), I tried to update xorg-7.2. > However, glib 2.12.0 dumps core when I try to upgrade gtk20 as shown below. > glib20 / gtk20 complied with gcc42 from ports did not cause such problem. > Is it only me? Any suggestions? > > # cd /usr/ports/x11-toolkit/gtk20 > # make > : : : > checking for extra flags for POSIX compliance... none needed > checking for pkg-config... (cached) /usr/local/bin/pkg-config > checking pkg-config is at least version 0.7... yes > checking for GLIB - version >= 2.12.0... Segmentation fault (core dumped) > no > *** Could not run GLIB test program, checking why... > *** The test program compiled, but did not run. This usually means > *** that the run-time linker is not finding GLIB or finding the wrong > *** version of GLIB. If it is not finding GLIB, you'll need to set your > *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070520.182103.41626722.ken>