Subject: re: Mozilla Milestone 18
To: Jeremy C. Reed <reed@reedmedia.net>
From: Frederick Bruckman <fb@enteract.com>
List: tech-pkg
Date: 10/15/2000 07:16:41
On Sat, 14 Oct 2000, Jeremy C. Reed wrote:
> > > -r-xr-xr-x 1 root wheel 24576 Dec 16 1999 /usr/X11R6/bin/xgettext
> > > -r-xr-xr-x 1 root wheel 69632 Oct 14 00:59 /usr/pkg/bin/xgettext
>
> On Sat, 14 Oct 2000, Frederick Bruckman wrote:
> > If it belongs to a package, "pkg_info -F /usr/X11R6/bin/xgettext" may
> > show you which one.
>
> It shows xview-lib-3.2.1. But xview-lib's PLIST doesn't show it.
It looks like it was removed last month, with rev 1.5. (Try "cvs log
pkg/PLIST | less).
> My mission to build Mozilla M18 is taking forever. In my attempt to look
> further at xview-lib, I did a 'make update' and received:
>
> rainier:/usr/pkg/pkgsrc/x11/xview-lib$ make update
> ===> Deinstalling for xview-lib-3.2.1nb1
> Running PKG_DBDIR=/var/db/pkg /usr/sbin/pkg_delete -r xview-lib-3.2.1
> ===> Configuring for xview-lib-3.2.1nb1
> env: /usr/X11R6/bin/xvmkmf: No such file or directory
> *** Error code 127
>
> Stop.
>
> I think this was a typo in the Makefile; I changed mine to "xmkmf" instead
> of "xvmkmf". Then I also changed this is xview-clients. (As far as I can
> tell it built correctly, after changing xvmkmf to xmkmf.)
Your solution is wrong -- see the cvs log. [That script is installed
by xview-config-3.2.1nb1. xview-lib should be depending on
xview-config-3.2.1nb1 however, not 3.2.1.] You can straighten it out
be doing a make update in "xview-config".
> /usr/X11R6/bin/xgettext disappeared after the pkg_delete xview-lib and
> when the 'make update' completed it was still gone. So I guess it is no
> longer part of the newer xview-lib package.
It's all in the log. ;-)
> But now back to building Mozilla. Here are my next errors (from 'make' in
> mozilla):
Sorry, no clue about that. :-)
Frederick