#16752: aqbanking 3.7.2_0 build fails (wrong libgwenhywfar library version) ---------------------------------+------------------------------------------ Reporter: vinc17@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: aqbanking 3.7.2_0 ---------------------------------+------------------------------------------ I get the following error: {{{ [...] /usr/bin/ld: warning -L: directory name (/sw/lib) does not exist /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libgwenhywfar.38.dylib referenced from: /opt/local/lib/libaqbanking.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) /usr/bin/ld: Undefined symbols: _GWEN_Buffer_AppendBuffer referenced from libaqbanking.16 expected to be defined in /opt/local/lib/libgwenhywfar.38.dylib _GWEN_Buffer_AppendByte referenced from libaqbanking.16 expected to be defined in /opt/local/lib/libgwenhywfar.38.dylib [...] }}} First, I don't know why it tries to read something from /sw/lib. This is a non-standard library path and there's nothing under that name here. Then I don't have a file /opt/local/lib/libgwenhywfar.38.dylib: {{{ $ ll /opt/local/lib/libgwenhywfar.* -rwxr-xr-x 2 root admin 837124 2008-10-05 01:12:25 /opt/local/lib/libgwenhywfar.47.4.1.dylib* lrwxr-xr-x 1 root admin 26 2008-10-05 01:12:53 /opt/local/lib/libgwenhywfar.47.dylib -> libgwenhywfar.47.4.1.dylib* lrwxr-xr-x 1 root admin 26 2008-10-05 01:12:53 /opt/local/lib/libgwenhywfar.dylib -> libgwenhywfar.47.4.1.dylib* -rwxr-xr-x 2 root admin 1077 2008-10-05 01:12:25 /opt/local/lib/libgwenhywfar.la* }}} -- Ticket URL: <http://trac.macports.org/ticket/16752> MacPorts <http://www.macports.org/> Ports system for Mac OS