From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 20 21:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49C7F1065676 for ; Fri, 20 May 2011 21:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26FF48FC17 for ; Fri, 20 May 2011 21:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4KLoA6j058860 for ; Fri, 20 May 2011 21:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4KLo9CT058859; Fri, 20 May 2011 21:50:10 GMT (envelope-from gnats) Resent-Date: Fri, 20 May 2011 21:50:10 GMT Resent-Message-Id: <201105202150.p4KLo9CT058859@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hartmann@FreeBSD.org, "O." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17D5C106564A for ; Fri, 20 May 2011 21:50:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F3FC38FC0A for ; Fri, 20 May 2011 21:50:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4KL11Z1002826 for ; Fri, 20 May 2011 21:01:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4KL11se002825; Fri, 20 May 2011 21:01:01 GMT (envelope-from nobody) Message-Id: <201105202101.p4KL11se002825@red.freebsd.org> Date: Fri, 20 May 2011 21:01:01 GMT From: Hartmann@FreeBSD.org, "O." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157221: graphics/gegl: Error: shared library "graph.4" does not exist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 21:50:10 -0000 >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: