Hi - I recently ran "sudo port selfupdate" and "sudo port upgrade installed" and various things failed. One of them is gnuplot: As you can see below, an error about not having "makeinfo" appears, although I do indeed have makeinfo installed. The advice also suggests installing texinfo, which is installed via macports (and active). I've been using *ports for a couple of years with no problems before now. I'm on a PPC G4 PowerBook by the way. Grateful for any suggestions about how to resolve this. Best Dan $ sudo port upgrade gnuplot ---> Activating gnuplot 4.0.0_2+darwin_8 ---> Deactivating gnuplot 4.0.0_2+darwin_8 ---> Staging gnuplot into destroot Error: Target com.apple.destroot returned: shell command "cd "/opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/gnuplot-4.0.0" && make install prefix=/opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local" returned error 2 Command output: make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in src /bin/sh ../mkinstalldirs /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/bin /usr/bin/install -c gnuplot /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/bin/gnuplot /bin/sh ../mkinstalldirs /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/libexec/gnuplot/4.0 /usr/bin/install -c gnuplot_x11 /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/libexec/gnuplot/4.0/gnuplot_x11 make[3]: Nothing to be done for `install-data-am'. Making install in docs ../mkinstalldirs /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/share/gnuplot/4.0 /usr/bin/install -c -m 644 gnuplot.gih /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/share/gnuplot/4.0/gnuplot.gih /bin/sh /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/gnuplot-4.0.0/missing --run makeinfo -I. ./gnuplot.texi --no-split --output=gnuplot.info dyld: Library not loaded: /opt/local/lib/libintl.3.dylib Referenced from: /opt/local/bin/makeinfo Reason: image not found /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/gnuplot-4.0.0/missing: line 63: 3138 Trace/BPT trap "$@" /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/gnuplot-4.0.0/missing: line 351: 3140 Trace/BPT trap ( makeinfo --version )
/dev/null 2>&1 WARNING: `makeinfo' is missing on your system. You should only need it if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy `make' (AIX, DU, IRIX). You might want to install the `Texinfo' package or the `GNU make' package. Grab either from any GNU archive site. sed: --output=gnuplot.info: No such file or directory usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ... ../mkinstalldirs /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/share/info /usr/bin/install -c -m 644 gnuplot.info /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/destroot/opt/local/share/info/gnuplot.info install: gnuplot.info: No such file or directory make[1]: *** [install-info] Error 71 make: *** [install-recursive] Error 1
On Jan 13, 2007, at 05:39, Dan Stowell wrote:
I recently ran "sudo port selfupdate" and "sudo port upgrade installed" and various things failed. One of them is gnuplot:
[snip]
$ sudo port upgrade gnuplot ---> Activating gnuplot 4.0.0_2+darwin_8 ---> Deactivating gnuplot 4.0.0_2+darwin_8 ---> Staging gnuplot into destroot
[snip]
dyld: Library not loaded: /opt/local/lib/libintl.3.dylib Referenced from: /opt/local/bin/makeinfo Reason: image not found
You recently upgraded from gettext 0.14.x to gettext 0.15 (or 0.16.1) and now anything that links with gettext (such as makeinfo) is broken. The Hotlist (currently the second item there) explains how to solve this problem. Please see: http://trac.macosforge.org/projects/macports/wiki/ProblemHotlist
participants (2)
-
Dan Stowell
-
Ryan Schmidt