[MacPorts] #36047: gnucash @2.4.11_1 build failure -libpng14
#36047: gnucash @2.4.11_1 build failure -libpng14 -------------------------------------+-------------------------------------- Reporter: epimetheus314@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gnucash -------------------------------------+-------------------------------------- Updating gnucash failed to build due to the error concerning libpng14. {{{ :info:build grep: /opt/local/lib/libpng14.la: No such file or directory :info:build /opt/local/bin/gsed: can't read /opt/local/lib/libpng14.la: No such file or directory :info:build libtool: link: `/opt/local/lib/libpng14.la' is not a valid libtool a rchive :info:build make[5]: *** [libgncmod-aqbanking.la] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/36047> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 -------------------------------------+-------------------------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gnucash -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => dports@… Comment: The lines in the log that say "Skipping completed" show this was not a clean attempt. Please "sudo port clean gnucash" and try again and attach the new main.log if it fails again. -- Ticket URL: <https://trac.macports.org/ticket/36047#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 -------------------------------------+-------------------------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gnucash -------------------------------------+-------------------------------------- Comment(by epimetheus314@…): Rebuilding aqbanking5-gtk did not change the situation. I have no idea about what package does depend on libpng14.la. -- Ticket URL: <https://trac.macports.org/ticket/36047#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 -------------------------------------+-------------------------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gnucash -------------------------------------+-------------------------------------- Comment(by epimetheus314@…): I've finally found that the link option '-lgwengui-gtk2' (in the last command in main.log) caused the error on libpng14, so I did {{{ $ sudo port -n upgrade --force gwenhywfar4-gtk }}} and now gnucash is upgraded successfully. -- Ticket URL: <https://trac.macports.org/ticket/36047#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 --------------------------------------+------------------------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: gnucash | --------------------------------------+------------------------------------- Changes (by dports@…): * status: new => closed * resolution: => fixed Comment: Oops, I thought I had revbumped gwenhywfar4 already, but apparently I didn't commit it. Done in r97662. -- Ticket URL: <https://trac.macports.org/ticket/36047#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 ------------------------------+---------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: gnucash | ------------------------------+---------------------- Changes (by jovo@…): * status: closed => reopened * resolution: fixed => Comment: Replying to [comment:3 epimetheus314@…]:
I've finally found that the link option '-lgwengui-gtk2' (in the last command in main.log) caused the error on libpng14, so I did {{{ $ sudo port -n upgrade --force gwenhywfar4-gtk }}} and now gnucash is upgraded successfully. This did not fix this issue for me though. Intel iMac OS X 10.6.8. Attached are the (main3) logfile and ports installed list. Regards, J
-- Ticket URL: <https://trac.macports.org/ticket/36047#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 ------------------------------+---------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: gnucash | ------------------------------+---------------------- Comment (by mk@…): You can try {{{ $ sudo port uninstall --follow-dependents gwenhywfar4 $ sudo port install gnucash }}} At least here in my case it did successfully install gnucash {{{ . . . ---> Verifying checksum(s) for gnucash ---> Extracting gnucash ---> Applying patches to gnucash ---> Configuring gnucash ---> Building gnucash ---> Staging gnucash into destroot ---> Installing gnucash @2.4.11_1+hbci+ofx ---> Activating gnucash @2.4.11_1+hbci+ofx ---> Cleaning gnucash ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. }}} on a up-to-date MacPorts installation. -- Ticket URL: <https://trac.macports.org/ticket/36047#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 ------------------------------+---------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: gnucash | ------------------------------+---------------------- Comment (by jovo@…): Replying to [comment:7 mk@…]:
You can try {{{ $ sudo port uninstall --follow-dependents gwenhywfar4 $ sudo port install gnucash }}} At least here in my case it did successfully install gnucash on a up-to-date MacPorts installation. Sorry, I had a stale webkit-gtk version (1.2.7) due to some issue when upgrading to 1.6 in april. Removed my local webkit-gtk portfile and now GC installs fine. So this ticket can be closed again. Regards, J
-- Ticket URL: <https://trac.macports.org/ticket/36047#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36047: gnucash @2.4.11_1 build failure -libpng14 ------------------------------+---------------------- Reporter: epimetheus314@… | Owner: dports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: gnucash | ------------------------------+---------------------- Changes (by macsforever2000@…): * status: reopened => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/36047#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts