[MacPorts] #16752: aqbanking 3.7.2_0 build fails (wrong libgwenhywfar library version)
#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
#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 Resolution: | Keywords: Port: aqbanking 3.7.2_0 | ----------------------------------+----------------------------------------- Comment(by vinc17@macports.org): The /sw/lib is due to gwenhywfar (via $prefix/lib/libgwenhywfar.la). I've reported the bug upstream. -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 Resolution: | Keywords: Port: aqbanking | ----------------------------------+----------------------------------------- Changes (by macsforever2000@macports.org): * port: aqbanking 3.7.2_0 => aqbanking -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16752: aqbanking 3.7.2_0 build fails (wrong libgwenhywfar library version) ---------------------------------+------------------------------------------ Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: aqbanking ---------------------------------+------------------------------------------ Comment(by macsforever2000@…): Is this still a problem with the latest version 3.8.2? -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16752: aqbanking 3.7.2_0 build fails (wrong libgwenhywfar library version) ---------------------------------+------------------------------------------ Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: aqbanking ---------------------------------+------------------------------------------ Comment(by vinc17@…): Replying to [comment:4 macsforever2000@…]:
Is this still a problem with the latest version 3.8.2?
Yes. -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16752: aqbanking build fails (wrong libgwenhywfar library version) ---------------------------------+------------------------------------------ Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: aqbanking ---------------------------------+------------------------------------------ -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16752: aqbanking build fails (wrong libgwenhywfar library version) ---------------------------------+------------------------------------------ Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: aqbanking ---------------------------------+------------------------------------------ Comment(by jim+macports@…): Use `port deactivate aqbanking` before install to work around the problem. It is trying to link with the existing aqbanking.dylib in /opt/local/lib, instead of the locally generated one, presumably due to an ordering problem in the link line. -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16752: aqbanking build fails (wrong libgwenhywfar library version) ---------------------------------+------------------------------------------ Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: aqbanking ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: gwenhywfar has been updated to 3.10.0 and aqbanking has been updated to 4.1.1. Do you still see this problem? -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16752: aqbanking build fails (wrong libgwenhywfar library version) ----------------------------------+----------------------------------------- Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: Port: aqbanking | ----------------------------------+----------------------------------------- Changes (by vinc17@…): * status: new => closed * resolution: => worksforme Comment: I no longer see this problem (actually I had aqbanking 3.8.2 installed, so that the problem probably came from gwenhywfar). -- Ticket URL: <http://trac.macports.org/ticket/16752#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts