From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 27 16:55:26 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 714D0A64; Sun, 27 Jan 2013 16:55:26 +0000 (UTC) (envelope-from mvharding@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id C52E9B10; Sun, 27 Jan 2013 16:55:25 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id n1so2940360lba.37 for ; Sun, 27 Jan 2013 08:55:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=MJFuTkNLnoxYusDd5qrKwzj4S6O2dEweW4Cidav75Lo=; b=y/dFU43HuUuWSBWpse6wVt7FjoHuxo6tOTgHDeg0S17qCbJaf51OwLoC675jtK5+py WTFGVC1hXwOmySY43WBxWqyyFenVX+5OQmbx4ok7fF4eqwBCpSgcDQ2vMJoyMRbGJnAG k8MN0quVKMxxZE1Rm53a8q7/dH04eyP325NTcvjyslHpLrc2D9bttsfSjoeEOaEYjei/ AH+S7MG5btsbA+s4uybJZX+Zkxz6U+t7FwEmnoZWyAMyoaLrJEmZ0axpAAMsLkAG/aRh 4MXmLiA/z8tRWnoG9s/cVVI3esUpzNuuaAl4Fi9BiQsrgcC1vpnYgMLqHuYxjBQl2rh3 doOQ== MIME-Version: 1.0 X-Received: by 10.112.102.9 with SMTP id fk9mr4503476lbb.100.1359305718663; Sun, 27 Jan 2013 08:55:18 -0800 (PST) Received: by 10.112.24.4 with HTTP; Sun, 27 Jan 2013 08:55:18 -0800 (PST) In-Reply-To: References: <5103F882.2010408@gwdg.de> <20740.13545.133111.754937@jerusalem.litteratus.org> <510442AA.3000904@gmail.com> <1986784.RqaSkmR1PE@luna.wi.rr.com> <1359286710.2119.1.camel@oldtimer.rainbow-runner.nl> <51051F50.5000801@gwdg.de> Date: Sun, 27 Jan 2013 08:55:18 -0800 Message-ID: Subject: Re: graphics/gegl 0.1.8 does not build From: Mike Harding To: Rainer Hurling Content-Type: text/plain; charset=ISO-8859-1 Cc: Robert Huff , ajtiM , freebsd-ports@freebsd.org, gnome@freebsd.org, "Joseph A. Nagy, Jr" , David Wolfskill X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 16:55:26 -0000 Oh, and link against it as well, obviously. Looks like it links against the old lib now: ... CC gegl-visitable.lo CCLD libgraph.la gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/gegl/graph' ... On Sun, Jan 27, 2013 at 7:21 AM, Mike Harding wrote: > graphviz was just updated, and no longer, apparently, contains a > library called 'libgraph', it's now, as far as I can tell, called > 'libcgraph', so the LIB_DEPENDS in the gegl makefile needs to start > with 'cgraph' > > On Sun, Jan 27, 2013 at 4:36 AM, Rainer Hurling wrote: >> On 27.01.2013 12:38 (UTC+2), Koop Mast wrote: >>> On Sat, 2013-01-26 at 18:40 -0600, ajtiM wrote: >>>> On Saturday 26 January 2013 14:55:06 Joseph A. Nagy, Jr wrote: >>>>> On 01/26/13 13:56, Robert Huff wrote: >>>>>> Joseph A. Nagy, Jr writes: >>>>>>> On 01/26/13 12:00, Rainer Hurling wrote: >>>>>>> >> ../tools/gobj2dot.rb .. | /usr/local/bin/dot png > >>>>>>> >> images/inheritance.png >>>>>>> >> Error: dot: can't open png >>>>>>> >> Failed to parse ../operations/workshop/max-rgb.c, probably invalid >>>>>>> >> utf8 >>>>>>> >> gmake[3]: *** [images/inheritance.png] Fehler 2 >>>>>>> >> gmake[3]: Leaving directory >>>>>>> >> `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs' >>>>>>> >> gmake[2]: *** [all-recursive] Fehler 1 >>>>>>> > >>>>>>> >I just recognized (thanks to David), that the 'real' first error is >>>>>>> >not >>>>>>> > >>>>>>> > a problem with utf8 conversion, but in >>>>>>> >>>>>>> >>>>>>> >>>>>>> I just wanted to relay I built this on 9.1 with clang w/o any errors. >>>>>> >>>>>> I am unable to get a clean build on >>>>>> >>>>>> FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64 >>>>>> >>>>>> and get the same error. >>>>>> >>>>>> Robert Huff >>>>> >>>>> FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #8: Tue Jan 22 >>>>> 14:00:27 CST 2013 root@alex-laptop:/usr/obj/usr/src/sys/ALEX-LAPTOP >>>>> amd64 >>>>> >>>>> pkg which /usr/local/bin/gegl >>>>> /usr/local/bin/gegl was installed by package gegl-0.1.8_6 >>>> 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 >>>> root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >>>> >>>> I repeat with clang and gcc. I use portmaster and make but I got the same >>>> error. >>>> >>>> >>> >>> I just committed a fix for gegl doc build. I forgot to lift one small >>> change from the gnome devel repo. Thanks for reporting! >>> >>> -Koop >> >> Hi Koop, >> >> many thanks for the update. It works fine for me. >> >> As mentioned in my second mail on this thread, one of the patches in the >> Makefile is not necessary anymore, because it was updated upstream: >> >> --- Makefile.orig 2013-01-27 12:50:15.000000000 +0100 >> +++ Makefile 2013-01-27 13:25:30.000000000 +0100 >> @@ -203,8 +203,6 @@ >> .endif >> ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \ >> ${WRKSRC}/configure >> - ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \ >> - ${WRKSRC}/tools/gobj2dot.rb >> >> post-build: >> .if ${PORT_OPTIONS:MDOCS} >> >> >> Regards, >> Rainer >>