Date: Thu, 12 Feb 2004 03:42:09 -0800 From: Kent Stewart <kstewart@owt.com> To: freebsd-ports@freebsd.org Cc: Peter Jeremy <PeterJeremy@optushome.com.au> Subject: Re: XFree86-4 won't build on 4.9 Message-ID: <200402120342.09893.kstewart@owt.com> In-Reply-To: <20040212104004.GA55768@cirb503493.alcatel.com.au> References: <20040212104004.GA55768@cirb503493.alcatel.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 12 February 2004 02:40 am, Peter Jeremy wrote: > I've just wiped all my packages to do a clean rebuild and it has > failed virtually at the start: With an up-to-date /usr/ports and > non-existent /etc/make.conf, XFree86-4 won't build on > 4.9-approximately-RELEASE. > > XFree86-libraries-4.3.0_6 appears to build and install OK but > building a package gives: > ------------------ > ===> Building package for XFree86-libraries-4.3.0_6 > Creating package > /usr/ports/packages/All/XFree86-libraries-4.3.0_6.tgz Registering > depends: fontconfig-2.2.90_4 expat-1.95.6_1 freetype2-2.1.5_2 imake- > 4.3.0_2 pkgconfig-0.15.0_1. > Creating gzip'd tar ball in > '/usr/ports/packages/All/XFree86-libraries-4.3.0_6.t gz' > tar: lib/libXThrStub.so: Cannot stat: No such file or directory > tar: lib/libXThrStub.so.6: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors > pkg_create: make_dist: tar command failed with code 512 > *** Error code 1 > > Stop in /home/ports/x11/XFree86-4-libraries. > *** Error code 1 > > Stop in /home/ports/x11/XFree86-4. > ----------------- > > There is no libXThrStub.{a,so*} built or installed so the error isn't > surprising but why isn't libXThrStub.* being built? Any ideas? > No, because it builds on my machine. It doesn't take that long so I just tried a portupgrade -puf. This is the package build part of it. ===> Building package for XFree86-libraries-4.3.0_6 Creating package /usr/ports/packages/All/XFree86-libraries-4.3.0_6.tgz Registering depends: fontconfig-2.2.90_4 expat-1.95.6_1 freetype2-2.1.5_2 imake-4.3.0_2 pkgconfig-0.15.0_1. Creating gzip'd tar ball in '/usr/ports/packages/All/XFree86-libraries-4.3.0_6.tgz' I did the build on a 4.9-stable but that shouldn't make a difference as far as this is concerned. I checked to see if I had build the Stub file and this is what I found ruby# locate libXThrStu /usr/X11R6/lib/libXThrStub.so /usr/X11R6/lib/libXThrStub.so.6 ruby# ll /usr/X11R6/lib/libXThrStub.so lrwxr-xr-x 1 root wheel 16 Feb 12 03:28 /usr/X11R6/lib/libXThrStub.so -> libXThrStub.so.6 That has the right time of morning for my build. Something is going on for you but I don't have any idea. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402120342.09893.kstewart>