ports/157221: graphics/gegl: Error: shared library "graph.4" does not exist

Hartmann at FreeBSD.org Hartmann at FreeBSD.org
Fri May 20 21:50:10 UTC 2011


>Number:         157221
>Category:       ports
>Synopsis:       graphics/gegl: Error: shared library "graph.4" does not exist
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 20 21:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Hartmann, O.
>Release:        FreeBSD 9.0-CURRENT/amd64
>Organization:
FU Berlin
>Environment:
>Description:
graphics/gegel fails to compile or being updated with graphviz support enabled after updating graphviz.

===>   gegl-0.1.6_1 depends on executable: enscript - found
===>   gegl-0.1.6_1 depends on file: /usr/local/include/linux/videodev.h - found
===>   gegl-0.1.6_1 depends on file: /usr/local/bin/ruby18 - found
===>   gegl-0.1.6_1 depends on file: /usr/local/bin/sdl-config - found
===>   gegl-0.1.6_1 depends on executable: gmake - found
===>   gegl-0.1.6_1 depends on file: /usr/local/bin/intltool-extract - found
===>   gegl-0.1.6_1 depends on executable: pkg-config - found
===>   gegl-0.1.6_1 depends on shared library: babl-0.1 - found
===>   gegl-0.1.6_1 depends on shared library: execinfo.1 - found
===>   gegl-0.1.6_1 depends on shared library: cairo.2 - found
===>   gegl-0.1.6_1 depends on shared library: graph.4 - not found
===>    Verifying install for graph.4 in /usr/ports/graphics/graphviz
===>   Returning to build of gegl-0.1.6_1
Error: shared library "graph.4" does not exist
*** Error code 1

Stop in /usr/ports/graphics/gegl.
*** Error code 1

Stop in /usr/ports/graphics/gegl.

>How-To-Repeat:
Try to install graphics/gegel with graphviz enabled or update it after updating the ports tree to most recent one.
>Fix:
/usr/ports/graphics/graphviz is update and installs libgraph.so.5, but graphics/gegl does not reflect the changes. Change toplevel Makefile in graphics/gegl:

--- Makefile.orig       2011-05-20 22:58:07.000000000 +0200
+++ Makefile    2011-05-20 22:58:26.000000000 +0200
@@ -91,7 +91,7 @@
 .endif
 
 .if !defined(WITHOUT_GRAPHVIZ)
-LIB_DEPENDS+=  graph.4:${PORTSDIR}/graphics/graphviz
+LIB_DEPENDS+=  graph.5:${PORTSDIR}/graphics/graphviz
 .else
 CONFIGURE_ARGS+=--without-graphviz
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list