From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 27 15:21:14 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 D2CF1308; Sun, 27 Jan 2013 15:21:14 +0000 (UTC) (envelope-from mvharding@gmail.com) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0EB296DA; Sun, 27 Jan 2013 15:21:13 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id gm6so2836929lbb.40 for ; Sun, 27 Jan 2013 07:21:12 -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=hEX2EcVs5Ycu39jenBNUmvUq1Jp+h2hLXxK743Rq2+E=; b=IZ7jQy9JfSz8bmHnF71U0NvvKESqb2T15QXfxikHP2ZBaTfOS2x136CLbnvg33JBBe 2ckw8MkF+kVopUpmsJRqSuksde16GC1XcoSooMfN3wvL3dpN4vaWcawyNd9EPvK2eLYo VzV79eriPRK5sbppS+p0jkXlgE4ljn3DwVh4HCMRzldcIcDqFMEa7skon/YKbM87N3nz mIkqCzGOPPAtiEqPXHkY1k2CTRNNVI4mLCTe0u8V2dD1ICUBDeTwS3tHEkiw5G1mVt5Q l8DLLO7MiqVa15RkAgTxgr/d6B4o8BhrZhkPFx70UPscoAmmlUfHuQVrCpAY5Erxv3fB tH9A== MIME-Version: 1.0 X-Received: by 10.112.37.129 with SMTP id y1mr4470647lbj.17.1359300072840; Sun, 27 Jan 2013 07:21:12 -0800 (PST) Received: by 10.112.24.4 with HTTP; Sun, 27 Jan 2013 07:21:12 -0800 (PST) In-Reply-To: <51051F50.5000801@gwdg.de> 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 07:21:12 -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 15:21:14 -0000 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 >