Date: Sun, 27 Jan 2013 19:05:05 +0100 From: Koop Mast <kwm@rainbow-runner.nl> To: Mike Harding <mvharding@gmail.com> Cc: Robert Huff <roberthuff@rcn.com>, Rainer Hurling <rhurlin@gwdg.de>, "Joseph A. Nagy, Jr" <jnagyjr1978@gmail.com>, freebsd-ports@freebsd.org, gnome@freebsd.org, ajtiM <lumiwa@gmail.com>, David Wolfskill <david@catwhisker.org> Subject: Re: graphics/gegl 0.1.8 does not build Message-ID: <1359309905.2119.2.camel@oldtimer.rainbow-runner.nl> In-Reply-To: <CALRn2n-gKWiAepm5Es%2Bkb5POG5r3PZtg757NUpF9jv_Nttombw@mail.gmail.com> 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> <CALRn2n-gKWiAepm5Es%2Bkb5POG5r3PZtg757NUpF9jv_Nttombw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2013-01-27 at 07:21 -0800, 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' Committed both suggestions, thanks! > On Sun, Jan 27, 2013 at 4:36 AM, Rainer Hurling <rhurlin@gwdg.de> 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 > >>>>>> > >>>>>> <snip> > >>>>>> > >>>>>> 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1359309905.2119.2.camel>