[MacPorts] #44923: Gnuplot 4.6.5 Build Failure
#44923: Gnuplot 4.6.5 Build Failure -------------------------------+-------------------------------- Reporter: gdesjouis@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: Gnuplot, Maverick | Port: Gnuplot -------------------------------+-------------------------------- After an upgrade to OSX 10.9: - I uninstalled and cleaned all ports - uninstalled macports - updated XCode to 5.1.1 - reinstalled macports and then tried unsuccessfully to install gnuplot {{{ ---> Building gnuplot Error: org.macports.build for port gnuplot returned: command execution failed Please see the log file for port gnuplot for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/main.log }}} log attached -- Ticket URL: <https://trac.macports.org/ticket/44923> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Changes (by mf2k@…): * cc: mojca@…, openmaintainer@… (removed) * keywords: Gnuplot, Maverick => * port: Gnuplot => gnuplot * owner: macports-tickets@… => mojca@… Comment: Please do not Cc openmaintainer@macports.org because it is [wiki:MacPortsDevelopers#special not a valid email address]. -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Changes (by mojca@…): * version: 2.3.1 => Old description:
After an upgrade to OSX 10.9: - I uninstalled and cleaned all ports - uninstalled macports - updated XCode to 5.1.1 - reinstalled macports
and then tried unsuccessfully to install gnuplot {{{ ---> Building gnuplot Error: org.macports.build for port gnuplot returned: command execution failed Please see the log file for port gnuplot for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/main.log }}}
log attached
New description: After an upgrade to OSX 10.9: - I uninstalled and cleaned all ports - uninstalled macports - updated XCode to 5.1.1 - reinstalled macports and then tried unsuccessfully to install gnuplot {{{ ./stdfn.h:143:12: fatal error: 'varargs.h' file not found }}} log attached -- -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Comment (by mojca@…): Please attach also `config.log`. There are a bunch of things that I don't really understand, including the failure to find AquaTerm, the following warning: {{{ WARNING: No C++ compiler found. The wxWidgets terminal will not be compiled. }}} and a few other things. I don't think this is a generic issue since many other people managed to install gnuplot without problems, but I'm curious to know how you ended up in that branch of the code. There's this code in `src/stdfn.h`: {{{ #if defined(HAVE_VFPRINTF) || defined(HAVE_DOPRNT) # ifdef STDC_HEADERS # include <stdarg.h> # define VA_START(args, lastarg) va_start(args, lastarg) # else # include <varargs.h> # define VA_START(args, lastarg) va_start(args) # endif /* !STDC_HEADERS */ #else /* HAVE_VFPRINTF || HAVE_DOPRNT */ # define va_dcl char *a1, char *a2, char *a3, char *a4, char *a5, char *a6, char *a7, char *a8 #endif /* !(HAVE_VFPRINTF || HAVE_DOPRNT) */ }}} but on my machine the first `if` is false. (You might also ask for help on the `gnuplot-beta` mailing list.) -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Comment (by gdesjouis@…): config.log attached -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Comment (by mojca@…): There is something that shouldn't have happened and is not related to gnuplot: {{{ /usr/include/libc.h:40:10: fatal error: 'stdarg.h' file not found #include <stdarg.h> ^ 1 error generated. }}} It seems as if something was wrong with your compiler setup. Did you also reinstall Xcode command line tools? -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Comment (by mojca@…): Please ask on the macports users mailing list for help. I'm not sure that I know how to help you. -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gnuplot | --------------------------+--------------------- Comment (by gdesjouis@…): Ok, thanks, I did install the Xcode command line tool. I'll try to see on the macports users lailing list. -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#44923: Gnuplot 4.6.5 Build Failure --------------------------+--------------------- Reporter: gdesjouis@… | Owner: mojca@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: invalid | Keywords: Port: gnuplot | --------------------------+--------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Comment: The config.log shows that your version of Clang is: {{{ Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn) }}} As shown in XcodeVersionInfo this is the version of Clang that came with Xcode 4.1 on OS X 10.6. This is not a suitable compiler for OS X 10.9. Please reinstall the latest version of Xcode and the Xcode command line tools per our installation instructions to get a suitable compiler. -- Ticket URL: <https://trac.macports.org/ticket/44923#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts