Hi everyone, I was updating some outdated ports: The following installed ports are outdated: gnuplot 4.0.0_3 < 4.0.0_4 [...] The new gnuplot fails to build. Can anyone help me interpret this error? Thanks. -8<-------------------------------------------------- $ sudo port upgrade gnuplot ---> Fetching gnuplot ---> Verifying checksum(s) for gnuplot ---> Extracting gnuplot ---> Applying patches to gnuplot ---> Configuring gnuplot ---> Building gnuplot with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_math_gnuplot/work/gnuplot-4.0.0" && make all" returned error 2 Command output: -c -o gplt_x11.o `test -f 'gplt_x11.c' || echo './'`gplt_x11.c; \ then mv ".deps/gplt_x11.Tpo" ".deps/gplt_x11.Po"; \ else rm -f ".deps/gplt_x11.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=\"/opt/local/bin\" -DX11_DRIVER_DIR=\"/opt/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=\"/gnuplot/4.0/gnuplot.gih\" -I/opt/local/include -no-cpp-precomp -I/usr/X11R6/include -I/opt/local/include -I/opt/local/include -DDEFAULTTERM=\"aqua\" -MT gpexecute.o -MD -MP -MF ".deps/gpexecute.Tpo" \ -c -o gpexecute.o `test -f 'gpexecute.c' || echo './'`gpexecute.c; \ then mv ".deps/gpexecute.Tpo" ".deps/gpexecute.Po"; \ else rm -f ".deps/gpexecute.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=\"/opt/local/bin\" -DX11_DRIVER_DIR=\"/opt/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs@lists.sourceforge.net\" -DHELPFILE=\"/gnuplot/4.0/gnuplot.gih\" -I/opt/local/include -no-cpp-precomp -I/usr/X11R6/include -I/opt/local/include -I/opt/local/include -DDEFAULTTERM=\"aqua\" -c -DGPLT_X11_MODE -o getcolor_x11.o ./getcolor.c gcc -DDEFAULTTERM=\"aqua\" -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -framework ApplicationServices -o gnuplot_x11 gplt_x11.o gpexecute.o getcolor_x11.o -L/usr/X11R6/lib -lX11 /usr/bin/ld: warning prebinding disabled because dependent library: /usr/X11R6/lib/libX11.6.dylib is not prebound Making all in docs cd .. \ && CONFIG_FILES=docs/Makefile CONFIG_HEADERS= /bin/sh ./config.status config.status: creating docs/Makefile config.status: WARNING: docs/Makefile.in seems to ignore the --datarootdir setting config.status: executing depfiles commands config.status: executing default commands Building term.h gcc -E -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/opt/local/include -no-cpp-precomp -I/usr/X11R6/include -I/opt/local/include -I/opt/local/include -DTERM_DRIVER_H -DTERM_HELP term.c | \ sed '/^ *$/d;/^#/d' >term.h gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/opt/local/include -no-cpp-precomp -I/usr/X11R6/include -I/opt/local/include -I/opt/local/include -DDEFAULTTERM=\"aqua\" -c doc2gih.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/opt/local/include -no-cpp-precomp -I/usr/X11R6/include -I/opt/local/include -I/opt/local/include -DDEFAULTTERM=\"aqua\" -c termdoc.c gcc -DDEFAULTTERM=\"aqua\" -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -framework ApplicationServices -o doc2gih doc2gih.o termdoc.o ./doc2gih ./gnuplot.doc gnuplot.gih Creating texinfo make[2]: *** [gnuplot.texi] Error 138 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Unable to upgrade port: 1
On Apr 17, 2007, at 6:37 PM, max.e.brown@gmail.com wrote:
Hi everyone,
I was updating some outdated ports:
The following installed ports are outdated: gnuplot 4.0.0_3 < 4.0.0_4 [...]
The new gnuplot fails to build. Can anyone help me interpret this error?
Thanks.
Hello Max, The latest version of gnuplot is actually 4.2. Please run port selfupdate and retry. Regards, Paul
participants (2)
-
max.e.brown@gmail.com
-
Paul Guyot