[MacPorts] #51456: gnucash @2.6.12_1 build failure

MacPorts noreply at macports.org
Mon Aug 1 05:25:19 PDT 2016


#51456: gnucash @2.6.12_1 build failure
-------------------------+----------------------
  Reporter:  mopihopi@…  |      Owner:  dports@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.4
Resolution:              |   Keywords:
      Port:  gnucash     |
-------------------------+----------------------

Comment (by leonardo.f.cardoso@…):

 Somehow, another guile installation was causing this issue in my machine.

 {{{
 $sudo port installed | grep -i guile
   guile @2.0.11_3 (active)
   guile18 @1.8.8_3
   guile18 @1.8.8_4 (active)
 }}}


 So, I decided to remove all guile packages.

 {{{
 $ sudo port -f uninstall guile
 --->  Deactivating guile @2.0.11_3
 --->  Cleaning guile
 --->  Uninstalling guile @2.0.11_3
 --->  Cleaning guile
 }}}



 {{{
 $ sudo port -f uninstall guile18 at 1.8.8_4
 --->  Unable to uninstall guile18 @1.8.8_4, the following ports depend on
 it:
 --->    gnucash @2.6.9_0+hbci+ofx
 --->    gnucash @2.6.10_0+hbci+ofx
 --->    gnucash @2.6.11_0+hbci+ofx
 Warning: Uninstall forced.  Proceeding despite dependencies.
 --->  Deactivating guile18 @1.8.8_4
 --->  Unable to deactivate guile18 @1.8.8_4, the following ports depend on
 it:
 --->    gnucash @2.6.11_0+hbci+ofx
 Warning: Deactivate forced.  Proceeding despite dependencies.
 --->  Cleaning guile18
 --->  Uninstalling guile18 @1.8.8_4
 --->  Cleaning guile18

 }}}


 {{{
 $ sudo port -f uninstall guile18
 --->  Unable to uninstall guile18 @1.8.8_3, the following ports depend on
 it:
 --->    gnucash @2.6.9_0+hbci+ofx
 --->    gnucash @2.6.10_0+hbci+ofx
 --->    gnucash @2.6.11_0+hbci+ofx
 Warning: Uninstall forced.  Proceeding despite dependencies.
 --->  Uninstalling guile18 @1.8.8_3
 --->  Cleaning guile18
 }}}


 After that...

 $ sudo port clean gnucash

 $ sudo port upgrade gnucash

 It works.
 --->  No broken files found.

 :-)

 Hope this post help other users.

-- 
Ticket URL: <https://trac.macports.org/ticket/51456#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list