From owner-freebsd-ports  Thu Oct 29 19:52:52 1998
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id TAA13806
          for freebsd-ports-outgoing; Thu, 29 Oct 1998 19:52:52 -0800 (PST)
          (envelope-from owner-freebsd-ports@FreeBSD.ORG)
Received: from plus.ds14.agh.edu.pl (plus.ds14.agh.edu.pl [149.156.196.254])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13799
          for <ports@freebsd.org>; Thu, 29 Oct 1998 19:52:47 -0800 (PST)
          (envelope-from giz@ds14.agh.edu.pl)
Received: from localhost (giz@localhost)
	by plus.ds14.agh.edu.pl (8.9.0/8.9.0) with SMTP id FAA18976
	for <ports@freebsd.org>; Fri, 30 Oct 1998 05:03:22 +0100
Date: Fri, 30 Oct 1998 05:03:21 +0100 (CET)
From: Pawel Kolodziejczyk <giz@ds14.agh.edu.pl>
X-Sender: giz@plus
To: ports@FreeBSD.ORG
Subject: gnome port - libgtop-0.26.2 fails with compilation
Message-ID: <Pine.LNX.3.96.981030044021.18506A-100000@plus>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


hi

today i tried to compile gnome on FreeBSD-2.2.7 release, but i
was unable to install, because instalation fails on package
libgtop-0.26.2. 

compilation of this package ends with messages:
gmake[1]: Entering directory `/work/ports/devel/libgtop/work/libgtop-0.26.2'
Making all in po
gmake[2]: Entering directory `/work/ports/devel/libgtop/work/libgtop-0.26.2/po'
PATH=../src:$PATH : --default-domain=libgtop --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in
rm -f ./libgtop.pot
mv libgtop.po ./libgtop.pot
mv: rename libgtop.po to ./libgtop.pot: No such file or directory
gmake[2]: *** [libgtop.pot] Error 1
gmake[2]: Leaving directory `/work/ports/devel/libgtop/work/libgtop-0.26.2/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/work/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

i looked on this package and i found in ChangeLog file line:
        * po/libgtop.pot: removed file

i thought that lines that describe this file are not necessary
so i comment lines in Makefile in subdirectory po/ in this
package:

$(srcdir)/$(PACKAGE).pot: $(POTFILES)
#       $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
#         --add-comments --keyword=_ --keyword=N_ \
#         --files-from=$(srcdir)/POTFILES.in
#       rm -f $(srcdir)/$(PACKAGE).pot
#       mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot

after this compilation goes without any error messages.

thats all :-)

regards

GiZu

-- 
Pawel Kolodziejczyk
mailto:giz@ds14.agh.edu.pl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message