From owner-freebsd-gnome Sat May 25 16:37:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 8193237B40A for ; Sat, 25 May 2002 16:37:11 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4PNafiF005094; Sat, 25 May 2002 19:36:41 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g4PNafSp005093; Sat, 25 May 2002 19:36:41 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: sawfish2 build failure From: Joe Marcus Clarke To: Albert Kinderman Cc: freebsd-gnome@Freebsd.org In-Reply-To: <3CF01DB9.2040502@csun.edu> References: <3CF01611.70608@csun.edu> <1022367516.303.0.camel@gyros.marcuscom.com> <3CF018BE.8090309@csun.edu> <1022368153.303.12.camel@gyros.marcuscom.com> <3CF01AB3.6000102@csun.edu> <1022368514.303.15.camel@gyros.marcuscom.com> <3CF01DB9.2040502@csun.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 25 May 2002 19:36:40 -0400 Message-Id: <1022369801.303.19.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-05-25 at 19:26, Albert Kinderman wrote: > I found the problem with the help of your hint. There is a name > conflict. xview provides a msgfmt > > # pkg_info -W /usr/X11R6/bin/msgfmt > /usr/X11R6/bin/msgfmt was installed by package xview-3.2.1_1 > > See also the packing list for xview in /usr/ports/x11-toolkits > > I can remove xview for now to build sawfish2, but I assume there > is a better long term solution for conflicting names. Since no one maintains xview, and I don't use it, do you know what depends on /usr/X11R6/bin/msgfmt? Maybe we can change the xview port to install it under a different name. Alternatively, making sure /usr/local/bin is in your PATH before /usr/X11R6/bin should workaround the problem. Joe > > Al > > > Joe Marcus Clarke wrote: > > > On Sat, 2002-05-25 at 19:13, Albert Kinderman wrote: > > > >>bash-2.05a$ msgfmt -V > >>msgfmt (GNU gettext) 0.11.1 > >>Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. > >>This is free software; see the source for copying conditions. > >>There is NO > >>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > >>PURPOSE. > >>Written by Ulrich Drepper. > >> > >> > >># pkg_info -W /usr/local/bin/msgfmt > >>/usr/local/bin/msgfmt was installed by package gettext-0.11.1_3 > >> > >>I have the same version. Should I rebuild gettext-0.11.1_3 and > >>try again? > >> > > > > Doubt that will help. I took a look at your error, and saw that > > /usr/X11R6/bin/msgfmt is being run. I don't have such a file, so looks > > like something is amiss on your system. > > > > Joe > > > > > >> > >>Joe Marcus Clarke wrote: > >> > >> > >>>On Sat, 2002-05-25 at 19:05, Albert Kinderman wrote: > >>> > >>> > >>>>gettext-0.10.35_2 gettext-0.11.1_3 > >>>> > >>>> > >>>What does which msgfmt report? msgfmt should exist in /usr/local/bin, > >>>and report the following with pkg_info: > >>> > >>>% pkg_info -W /usr/local/bin/msgfmt > >>>/usr/local/bin/msgfmt was installed by package gettext-0.11.1_3 > >>> > >>>Joe > >>> > >>> > >>> > >>>>Joe Marcus Clarke wrote: > >>>> > >>>> > >>>> > >>>>>On Sat, 2002-05-25 at 18:54, Albert Kinderman wrote: > >>>>> > >>>>> > >>>>> > >>>>>>cvsupped this morning at roughly 10:30 PDT > >>>>>> > >>>>>> > >>>>>> > >>>>>I just built it, and it worked fine. What gettext ports do you have > >>>>>installed? > >>>>> > >>>>>Joe > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>gmake[1]: Entering directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/themes' > >>>>>>gmake[1]: Nothing to be done for `all'. > >>>>>>gmake[1]: Leaving directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/themes' > >>>>>>gmake[1]: Entering directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/sounds' > >>>>>>gmake[1]: Nothing to be done for `all'. > >>>>>>gmake[1]: Leaving directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/sounds' > >>>>>>gmake[1]: Entering directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/man' > >>>>>>makeinfo -I . sawmill.texi -o sawfish.info > >>>>>>gmake[1]: Leaving directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/man' > >>>>>>gmake[1]: Entering directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/po' > >>>>>>/usr/X11R6/bin/msgfmt -o az.mo az.po > >>>>>>usage: msgfmt [ -dv ] [ - ] [ name ... ] > >>>>>>az.mo: No such file or directory > >>>>>>gmake[1]: *** [az.mo] Error 2 > >>>>>>gmake[1]: Leaving directory > >>>>>>`/usr/ports/x11-wm/sawfish2/work/sawfish-2002-05-02/po' > >>>>>>gmake: *** [all] Error 1 > >>>>>>*** Error code 2 > >>>>>> > >>>>>>Stop in /usr/ports/x11-wm/sawfish2. > >>>>>> > >>>>>>-- > >>>>>>Albert Kinderman California State University, Northridge > >>>>>> Department of Systems and Operations Management > >>>>>> > >>>>>> > >>>>>>To Unsubscribe: send mail to majordomo@FreeBSD.org > >>>>>>with "unsubscribe freebsd-gnome" in the body of the message > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>-- > >>>>Albert Kinderman California State University, Northridge > >>>> Department of Systems and Operations Management > >>>> > >>>> > >>>> > >>>> > >> > >>-- > >>Albert Kinderman California State University, Northridge > >> Department of Systems and Operations Management > >> > >> > >> > > > -- > Albert Kinderman California State University, Northridge > Department of Systems and Operations Management > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message