Opened 12 years ago

Closed 10 years ago

#36553 closed defect (worksforme)

libgnomecanvas-2.30.3_3 can't resolve dependency libart-2.0

Reported by: waechtertroll-shopping@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: libgnomecanvas

Description

Trying to install libgnomecanvas-2.30.3_3 finishes with an error. I tried port clean libgnomecanvas; port selfupdate and port sync before installing without success. The log says:

[/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnomecanvas/libgnomecanvas/main.log]
:info:configure configure: error: Package requirements (  glib-2.0 >= 2.10.0   gtk+-2.0 >= 2.2.0   gail >= 1.9.0   libart-2.0 >= 2.3.8   pango >= 1.0.1   pangoft2 >= 1.0.1) were not met:
:info:configure 
:info:configure No package 'libart-2.0' found
...

Editing configure.in in the work/ directory wouldn't help.

Which is correct, as the port-package should be libart_lgpl. The portfile seems to be correct:

[/opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libgnomecanvas/Portfile]
...
depends_lib     port:gtk2 \
                port:libart_lgpl \
                port:libffi \
                port:libglade2 \
                port:libpng
...

Change History (4)

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Keywords: unresolved dependency libart removed

comment:2 Changed 12 years ago by waechtertroll-shopping@…

Sorry, I got it the wrong way around. Obviously I meant it's correct that libart-2.0 can't be found but editing the config.in file wouldn't help.

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

The port installs fine for me. Please run "sudo port clean libgnomecanvas" and then try again. If it fails again please attach the entire main.log file, and also the config.log file (which will be in the directory identified by the command "port work libgnomecanvas").

comment:4 Changed 10 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: newclosed
Version: 2.1.2

As reported in comment:3, port installs without error.

Note: See TracTickets for help on using tickets.