Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2011 21:01:01 GMT
From:      Hartmann@FreeBSD.org, "O." <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157221: graphics/gegl: Error: shared library "graph.4" does not exist
Message-ID:  <201105202101.p4KL11se002825@red.freebsd.org>
Resent-Message-ID: <201105202150.p4KLo9CT058859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105202101.p4KL11se002825>