Date: Mon, 18 Mar 2002 10:54:59 -0500 From: Will Andrews <will@csociety.org> To: Kris Kennaway <kris@obsecurity.org> Cc: ports@FreeBSD.org Subject: Addressing XFree86 4.2.0 build problems [was Re: cvs commit: ports/x11-servers/XFree86-4-Server Makefile] Message-ID: <20020318155459.GB53073@squall.waterspout.com> In-Reply-To: <20020317185417.A41774@xor.obsecurity.org> References: <200203180052.g2I0q5q85728@freefall.freebsd.org> <20020317170349.A39138@xor.obsecurity.org> <20020318010721.GR53073@squall.waterspout.com> <20020317171204.A39471@xor.obsecurity.org> <20020318011630.GS53073@squall.waterspout.com> <20020317185417.A41774@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 17, 2002 at 06:54:18PM -0800, Kris Kennaway wrote: > I don't have the build log yet, but I'm sure bento will submit it for > you in a couple of hours :) And you were saying? :-) [will@bento /var/portbuild/4]% ls -l packages/All/XFree86* -rw-r--r-- 1 root wheel 65974 Mar 17 20:31 packages/All/XFree86-FontServer-4.2.0.tgz -rw-r--r-- 1 root wheel 1345085 Mar 17 20:40 packages/All/XFree86-NestServer-4.2.0.tgz -rw-r--r-- 1 root wheel 1070295 Mar 17 20:34 packages/All/XFree86-PrintServer-4.2.0.tgz -rw-r--r-- 1 root wheel 7874725 Mar 17 20:51 packages/All/XFree86-Server-4.2.0.tgz -rw-r--r-- 1 root wheel 1443118 Mar 17 20:16 packages/All/XFree86-VirtualFramebufferServer-4.2.0.tgz -rw-r--r-- 1 root wheel 2379802 Mar 17 21:27 packages/All/XFree86-clients-4.2.0.tgz -rw-r--r-- 1 root wheel 3742382 Mar 17 21:38 packages/All/XFree86-documents-4.2.0.tgz -rw-r--r-- 1 root wheel 12217970 Mar 17 22:53 packages/All/XFree86-font100dpi-4.2.0.tgz -rw-r--r-- 1 root wheel 10580923 Mar 17 22:51 packages/All/XFree86-font75dpi-4.2.0.tgz -rw-r--r-- 1 root wheel 371745 Mar 17 22:47 packages/All/XFree86-fontCyrillic-4.2.0.tgz -rw-r--r-- 1 root wheel 341958 Mar 17 22:08 packages/All/XFree86-fontEncodings-4.2.0.tgz -rw-r--r-- 1 root wheel 2348247 Mar 17 22:32 packages/All/XFree86-fontScalable-4.2.0.tgz -rw-r--r-- 1 root wheel 5732377 Mar 17 19:32 packages/All/XFree86-libraries-4.2.0.tgz -rw-r--r-- 1 root wheel 1893261 Mar 17 20:38 packages/All/XFree86-manuals-4.2.0.tgz Of the above, only XFree86-4-fontDefaultBitmaps is missing, and this is the reason for no metapackage built yet. I am not sure what's going on there... fontDefaultBitmaps builds with the latest port I have here. :-) This is a problem when someone has something already installed, I think.. I'd need to see such a machine with the problem before coming up with a solution. One guy had nothing XFree86 installed (except -documents) but was still allowed to build XFree86-4-clients, which requires -libraries. I think that particular problem is the "using a file to check deps" weakness of ports tree. I don't know of any usable solution for this particular problem, except maybe "rm -f /usr/X11R6/lib/libX11*", then removing the workdir for -clients and retrying the build (should invoke -libraries that way). Another potential reason for problems that people are having may be due to the inability of ports to detect older versions that must be removed prior to testing dependencies, which is slightly dependent on the previous problem. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020318155459.GB53073>