From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 27 12:36:44 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ACC5D4B8; Sun, 27 Jan 2013 12:36:44 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 454A3E40; Sun, 27 Jan 2013 12:36:43 +0000 (UTC) Received: from p508c76f3.dip.t-dialin.net ([80.140.118.243] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TzRTR-00034L-Py; Sun, 27 Jan 2013 13:36:38 +0100 Message-ID: <51051F50.5000801@gwdg.de> Date: Sun, 27 Jan 2013 13:36:32 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Koop Mast Subject: Re: graphics/gegl 0.1.8 does not build 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> In-Reply-To: <1359286710.2119.1.camel@oldtimer.rainbow-runner.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Robert Huff , Mike Harding , "Joseph A. Nagy, Jr" , freebsd-ports@freebsd.org, gnome@freebsd.org, ajtiM , 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 12:36:44 -0000 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