Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 1998 05:03:21 +0100 (CET)
From:      Pawel Kolodziejczyk <giz@ds14.agh.edu.pl>
To:        ports@FreeBSD.ORG
Subject:   gnome port - libgtop-0.26.2 fails with compilation
Message-ID:  <Pine.LNX.3.96.981030044021.18506A-100000@plus>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.981030044021.18506A-100000>