Date: Mon, 21 Jan 2008 10:08:57 +0100 From: Laszlo Nagy <gandalf@shopzeus.com> To: freebsd-questions@freebsd.org Subject: Re: gnumeric fails to install, 6.3-PRERELEASE Message-ID: <47946129.7090505@shopzeus.com> In-Reply-To: <47907D3F.7000207@shopzeus.com> References: <47907D3F.7000207@shopzeus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47946129.7090505>