Opened 18 years ago

Closed 18 years ago

#8416 closed defect (worksforme)

gnumeric install error in "staging into destroot"

Reported by: hoguin.loic@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: markd@…
Port:

Description

I'm running the latest Mac OS X and the latest dp. I also tried after selfupdate and sync.

I always get this error when trying to install gnumeric from darwinports (I tried several times with clean in between). I also tried with gcc 3.3 and 4.0 but with no success. I don't really know what's going on

Here's the nearly complete log. Before that all is ok.

---> Staging gnumeric into destroot Error: Target com.apple.destroot returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/gnumeric-1.6.2" && make install DESTDIR=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot" returned error 2 Command output: make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/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-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 /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/gnome/help/gnumeric/C; \

done if test "figures"; then \

/bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/gnome/help/gnumeric/C/figures; \ for file in ./figures/*.png; do \

basefile=echo $file | sed -e 's,^.*/,,'; \ /usr/bin/install -c -m 644 $file /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/gnome/help/gnumeric/C/figures/$basefile; \

done \

fi

test -z "/opt/local/share/man/man1"
/bin/sh ../../mkinstalldirs "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/man/man1"

/usr/bin/install -c -m 644 'gnumeric.1' '/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/man/man1/gnumeric.1' /usr/bin/install -c -m 644 'ssconvert.1' '/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/man/man1/ssconvert.1' /usr/bin/install -c -m 644 'ssindex.1' '/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/man/man1/ssindex.1'

make install-data-hook /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/omf/gnumeric for file in gnumeric-C.omf; do \

/usr/bin/install -c -m 644 $file.out /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnumeric/work/destroot/opt/local/share/omf/gnumeric/$file; \

done install: gnumeric-C.omf.out: No such file or directory make[5]: * [install-data-hook-omf] Error 71 make[4]: * [install-data-am] Error 2 make[3]: * [install-am] Error 2 make[2]: * [install-recursive] Error 1 make[1]: * [install-recursive] Error 1 make: * [install-recursive] Error 1

Error: /opt/local/bin/port: Status 1 encountered during processing.

Change History (4)

comment:1 Changed 18 years ago by rhwood@…

Owner: changed from darwinports-bugs@… to gnome-darwinports@…

comment:2 Changed 18 years ago by oneforall59@…

gnumeric-1.7.0/doc/C/Makefile.in changed it to for file in $(omffile); do \

$(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir)/$$file.out; \

frome for file in $(omffile); do \

$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \

compiles now but no pro at this ,so not sure if its the best way

comment:3 Changed 18 years ago by markd@…

Cc: markd@… added

(In reply to comment #1)

gnumeric-1.7.0/doc/C/Makefile.in

Gnumeric installs fine for me on PowerPC. Are you using the latest Xcode tools? Also, gnumeric is at 1.6.3 but your information for as fix looks like you are using 1.7.0.

comment:4 Changed 18 years ago by markd@…

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.