#47971: This is to introduce the new port gds -------------------------+---------------------- Reporter: ed.maros@… | Owner: ram@… Type: submission | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gds | -------------------------+---------------------- Changes (by ram@…): * status: closed => reopened * resolution: fixed => Comment: This failed on all four build bots with what looks like the same error: {{{ libtool: link: /usr/bin/clang++ -O2 -pipe -Os -arch x86_64 -stdlib=libstdc++ "-DVCSID(x)=static const char* versionId[] = { versionId[1], x }" -o webview monweb.o webview.o ../../IO/web/.libs/libweb.a -L/opt/local/lib /opt/local/lib/libcurl.dylib ../.libs/libclient.a /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/IO/lmsg/.libs/liblmsg.a ../../IO/xsil/.libs/libxsil.a /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/Containers/.libs/libgdscntr.a /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/IO/lxr/.libs/liblxr.a /opt/local/lib/libmetaio.dylib ../../Containers/.libs/libgdscntr.a /opt/local/lib/libexpat.dylib ../../Base/.libs/libgdsbase.a ../../IO/sockutil/.libs/libsockutil.a ../../IO/lxr/.libs/liblxr.a ../../IO/lmsg/.libs/liblmsg.a /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/Base/.libs/libgdsbase.a /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/IO/sockutil/.libs/libsockutil.a -lz /opt/local/lib/libfftw3f_threads.dylib /opt/local/lib/libfftw3f.dylib /opt/local/lib/libfftw3_threads.dylib /opt/local/lib/libfftw3.dylib -lm -ldl -lpthread Undefined symbols for architecture x86_64: "void x86_vect::cvt<float, int>(float*, int const*, unsigned long) const", referenced from: DVecType<int>::getData(unsigned long, unsigned long, float*) const in libgdscntr.a(DVecType.o) "void x86_vect::cvt<int, float>(int*, float const*, unsigned long) const", referenced from: DVecType<float>::getData(unsigned long, unsigned long, int*) const in libgdscntr.a(DVecType.o) "void x86_vect::mul<basicplx<double> >(basicplx<double>*, basicplx<double> const*, unsigned long) const", referenced from: DVecType<basicplx<double> >::mpy(unsigned long, DVector const&, unsigned long, unsigned long) in libgdscntr.a(DVecType.o) "void x86_vect::mul<double>(double*, double, unsigned long) const", referenced from: DVecType<double>::scale(unsigned long, double, unsigned long) in libgdscntr.a(DVecType.o) DVecType<basicplx<double> >::scale(unsigned long, double, unsigned long) in libgdscntr.a(DVecType.o) "void x86_vect::muld<basicplx<double> >(basicplx<double>*, double const*, unsigned long) const", referenced from: DVecType<basicplx<double> >::mpy(unsigned long, DVector const&, unsigned long, unsigned long) in libgdscntr.a(DVecType.o) "void x86_vect::cmodsq<double>(double*, double const*, unsigned long) const", referenced from: dv_modsq(DVector const&) in libgdscntr.a(dv_function.o) "_global_x86_vect", referenced from: DVecType<float>::getData(unsigned long, unsigned long, int*) const in libgdscntr.a(DVecType.o) DVecType<int>::getData(unsigned long, unsigned long, float*) const in libgdscntr.a(DVecType.o) DVecType<basicplx<double> >::mpy(unsigned long, DVector const&, unsigned long, unsigned long) in libgdscntr.a(DVecType.o) DVecType<double>::scale(unsigned long, double, unsigned long) in libgdscntr.a(DVecType.o) DVecType<basicplx<double> >::scale(unsigned long, double, unsigned long) in libgdscntr.a(DVecType.o) dv_modsq(DVector const&) in libgdscntr.a(dv_function.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) }}} Lion also had: {{{ /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/config/missing: line 52: aclocal-1.11: command not found WARNING: `aclocal-1.11' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/config/missing --run autoconf cd . && /bin/sh /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/config/missing --run automake-1.11 --foreign /opt/local/var/macports/build/_opt_mports_dports_science_gds/gds/work/gds-2.17.1/config/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. aclocal.m4:20: warning: this file was generated for autoconf 2.63. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. configure.ac:8: error: Autoconf version 2.62 or higher is required aclocal.m4:674: AM_INIT_AUTOMAKE is expanded from... configure.ac:8: the top level autom4te: /usr/bin/gm4 failed with exit status: 63 WARNING: `autoconf' is probably too old. You should only need it if you modified `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck }}} You can take a look at the full logs here: https://build.macports.org/builders/buildports-lion-x86_64/builds/29394 \\ https://build.macports.org/builders/buildports-mtln-x86_64/builds/24054 \\ https://build.macports.org/builders/buildports-mavericks- x86_64/builds/13615 \\ https://build.macports.org/builders/buildports-yosemite-x86_64/builds/4373 \\ -- Ticket URL: <https://trac.macports.org/ticket/47971#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X