From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 09:09:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7AA416A417 for ; Mon, 21 Jan 2008 09:09:01 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep18-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5D613C469 for ; Mon, 21 Jan 2008 09:09:00 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from edge.upc.biz ([192.168.13.239]) by viefep18-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20080121090859.QFZH25266.viefep18-int.chello.at@edge.upc.biz> for ; Mon, 21 Jan 2008 10:08:59 +0100 Received: from [192.168.1.103] ([80.99.119.201]) by edge.upc.biz with edge04 id fl6m1Y0204LoMH40100000; Mon, 21 Jan 2008 10:06:48 +0100 X-SourceIP: 80.99.119.201 Message-ID: <47946129.7090505@shopzeus.com> Date: Mon, 21 Jan 2008 10:08:57 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <47907D3F.7000207@shopzeus.com> In-Reply-To: <47907D3F.7000207@shopzeus.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnumeric fails to install, 6.3-PRERELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 09:09:01 -0000 Laszlo Nagy wrote: > Enviroment: > > cassiopeia# uname -a > FreeBSD cassiopeia.ronet 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Tue > Jan 15 04:41:41 EST 2008 > root@cassiopeia.ronet:/usr/obj/usr/src/sys/CASSIOPEIA amd64 > cassiopeia# portsnap fetch > Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. > Fetching snapshot tag from portsnap2.FreeBSD.org... done. > Latest snapshot on server matches what we already have. > No updates needed. > cassiopeia# portsnap update > Ports tree is already up to date. > > The problem itself: > > "portupgrade -a" fails to install gnumeric. I tried to do this: > > cd /usr/ports/math/gnumeric > make distclean > make > make install > > It starts to install gnumeric and stops with this: > > gmake[4]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C/figures' > gmake[3]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C/figures' > gmake[3]: Entering directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > gmake[4]: Entering directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > gmake[4]: Nothing to be done for `install-exec-am'. > /bin/sh ../../mkinstalldirs /usr/local/share/gnome/help/gnumeric/C > for file in about-authors.xml about-history.xml about-license.xml > analysis-complexNumbers.xml analysis-goalseek.xml > analysis-overview.xml analysis-scenarios.xml analysis-simulation.xml > analysis-solver.xml analysis-statistical.xml appendix-glossary.xml > appendix-keybindings.xml bugs.xml compiling.xml > configuration-localization.xml configuration-overview.xml > configuration-plugins.xml configuration-preferences.xml > configuration-toolbars.xml data-commentNlink.xml data-delete.xml > data-entry-advanced.xml data-entry-external.xml data-entry.xml > data-format.xml data-generate.xml data-insert.xml data-modify.xml > data-filter.xml data-move-copy.xml data-overview.xml > data-selections.xml data-types.xml documenting.xml > extending-functions.xml extending-overview.xml extending-plugins.xml > extending-python.xml files-formats.xml files-email.xml > files-opening.xml files-overview.xml files-saving.xml > files-ssconvert.xml files-textopen.xml files-textsave.xml > getting-involved.xml graphics-drawings.xml graphics-images.xml > graphics-overview.xml graphics-plots.xml graphics-widgets.xml > gui-menus.xml gui-mouse.xml gui-other-elements.xml gui-overview.xml > gui-toolbars.xml installing.xml legal.xml manual-usage.xml > morehelp.xml printing.xml quick-start.xml welcome.xml workbooks.xml > worksheets.xml functions.xml gnumeric.xml; do \ > cp ./$file /usr/local/share/gnome/help/gnumeric/C; \ > done > if test "figures"; then \ > /bin/sh ../../mkinstalldirs > /usr/local/share/gnome/help/gnumeric/C/figures; \ > for file in ./figures/*.png; do \ > basefile=`echo $file | sed -e 's,^.*/,,'`; \ > install -o root -g wheel -m 444 $file > /usr/local/share/gnome/help/gnumeric/C/figures/$basefile; \ > done \ > fi > test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p > "/usr/local/man/man1" > install -o root -g wheel -m 444 'gnumeric.1' > '/usr/local/man/man1/gnumeric.1' > install -o root -g wheel -m 444 'ssconvert.1' > '/usr/local/man/man1/ssconvert.1' > install -o root -g wheel -m 444 'ssindex.1' > '/usr/local/man/man1/ssindex.1' > gmake install-data-hook > gmake[5]: Entering directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > /bin/sh ../../mkinstalldirs /usr/local/share/omf/gnumeric > for file in gnumeric-C.omf; do \ > install -o root -g wheel -m 444 $file.out > /usr/local/share/omf/gnumeric/$file; \ > done > install: gnumeric-C.omf.out: No such file or directory > gmake[5]: *** [install-data-hook-omf] Error 71 > gmake[5]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > gmake[4]: *** [install-data-am] Error 2 > gmake[4]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > gmake[3]: *** [install-am] Error 2 > gmake[3]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > gmake[2]: *** [install-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc/C' > gmake[1]: *** [install-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/math/gnumeric/work/gnumeric-1.8.0/doc' > gmake: *** [install-recursive] Error 1 > *** Error code 2 > > Stop in /usr/ports/math/gnumeric. > *** Error code 1 > > Stop in /usr/ports/math/gnumeric. > > > Is this a known bug? Should I post a PR? Apparently knowbody knows the answer here. I'm going to wait for another day and then post a PR. Thanks, Laszlo