Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Koop Mast
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 
 r...@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

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Rainer Hurling
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 
 r...@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.0 +0100
+++ Makefile2013-01-27 13:25:30.0 +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

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Mike Harding
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 rhur...@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
 r...@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.0 +0100
 +++ Makefile2013-01-27 13:25:30.0 +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

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Mike Harding
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 mvhard...@gmail.com 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 rhur...@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
 r...@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.0 +0100
 +++ Makefile2013-01-27 13:25:30.0 +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

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-27 Thread Koop Mast
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 rhur...@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
  r...@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.0 +0100
  +++ Makefile2013-01-27 13:25:30.0 +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
 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


graphics/gegl 0.1.8 does not build

2013-01-26 Thread Rainer Hurling
Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or
gcc), I get the following breakage:

[..snip..]
GEGL_SWAP=RAM GEGL_PATH=../operations \
../tools/introspect  class-hierarchy.html
mkdir -p images
../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
gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8'
gmake: *** [all] Fehler 2
*** [do-build] Error code 1


It seems, that the main problem is with operations/workshop/max-rgb.c,
which needs to be converted into utf8. After doing

  cd operations/workshop
  cp -p max-rgb.c max-rgb.c.orig
  iconv -f iso8859-1 -t utf-8 max-rgb.c.orig  max-rgb.c

it builds fine.  (Hope, this is not totally nonsense in this context)

Some of the files in operations/workshop are ASCII text coded, one
ISO-8859 text and the rest UTF-8 Unicode text. Is it intended?

#file *
box-max.c:C source, UTF-8 Unicode text
box-min.c:C source, UTF-8 Unicode text
box-percentile.c: C source, UTF-8 Unicode text
color-reduction.c:C source, ASCII text
color-rotate.c:   C source, ASCII text
color-to-alpha.c: C source, ASCII text
convolution-matrix.c: C source, ASCII text
cubism.c: C source, ASCII text
deinterlace.c:C source, ASCII text
demosaic-bimedian.c:  C source, UTF-8 Unicode text
demosaic-simple.c:C source, UTF-8 Unicode text
disc-percentile.c:C source, UTF-8 Unicode text
ditto.c:  C source, UTF-8 Unicode text
emboss.c: C source, ASCII text
fractal-trace.c:  C source, ASCII text
hstack.c: C source, UTF-8 Unicode text
kuwahara-max.c:   C source, UTF-8 Unicode text
kuwahara-min.c:   C source, UTF-8 Unicode text
kuwahara.c:   C source, UTF-8 Unicode text
lens-distortion.c:C source, ASCII text
linear-gradient.c:C source, UTF-8 Unicode text
mandelbrot.c: C source, UTF-8 Unicode text
max-rgb.c:C source, ISO-8859 text
noise-spread.c:   C source, ASCII text
plasma.c: C source, ASCII text
polar-coordinates.c:  C source, ASCII text
posterize.c:  C source, UTF-8 Unicode text
radial-gradient.c:C source, UTF-8 Unicode text
rawbayer-load.c:  C source, UTF-8 Unicode text
red-eye-removal.c:C source, UTF-8 Unicode text
ripple.c: C source, UTF-8 Unicode text
snn-percentile.c: C source, UTF-8 Unicode text
unpremul.c:   C source, UTF-8 Unicode text
warp.c:   C source, UTF-8 Unicode text
waves.c:  C source, ASCII text
whirl-pinch.c:C source, UTF-8 Unicode text


Thanks for any clarification,
Rainer Hurling
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Rainer Hurling
Sorry for answering myself. (more below, please)

On 26.01.2013 16:38 (UTC+2), Rainer Hurling wrote:
 Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or
 gcc), I get the following breakage:
 
 [..snip..]
 GEGL_SWAP=RAM GEGL_PATH=../operations \
 ../tools/introspect  class-hierarchy.html
 mkdir -p images
 ../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
 gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs'
 gmake[1]: *** [all-recursive] Fehler 1
 gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8'
 gmake: *** [all] Fehler 2
 *** [do-build] Error code 1

I just recognized (thanks to David), that the 'real' first error is not
a problem with utf8 conversion, but in

../tools/gobj2dot.rb .. | /usr/local/bin/dot png  images/inheritance.png
Error: dot: can't open png

 It seems, that the main problem is with operations/workshop/max-rgb.c,
 which needs to be converted into utf8. After doing
 
   cd operations/workshop
   cp -p max-rgb.c max-rgb.c.orig
   iconv -f iso8859-1 -t utf-8 max-rgb.c.orig  max-rgb.c
 
 it builds fine.  (Hope, this is not totally nonsense in this context)

This error occurs when calling '../tools/gobj2dot.rb ..' and does not
happen when operations/workshop/max-rgb.c is utf8 coded.

It is interesting, that running 'make' twice (without converting
max-rgb.c into utf8!) seems to complete the build.



Am I right in assuming that it is not necessary anymore to patch
tools/gobj2dot.rb by the ports Makefile?

Unfortunately my skills are not sufficient to step deeper into it.
Rainer

 Some of the files in operations/workshop are ASCII text coded, one
 ISO-8859 text and the rest UTF-8 Unicode text. Is it intended?
 
 #file *
 box-max.c:C source, UTF-8 Unicode text
 box-min.c:C source, UTF-8 Unicode text
 box-percentile.c: C source, UTF-8 Unicode text
 color-reduction.c:C source, ASCII text
 color-rotate.c:   C source, ASCII text
 color-to-alpha.c: C source, ASCII text
 convolution-matrix.c: C source, ASCII text
 cubism.c: C source, ASCII text
 deinterlace.c:C source, ASCII text
 demosaic-bimedian.c:  C source, UTF-8 Unicode text
 demosaic-simple.c:C source, UTF-8 Unicode text
 disc-percentile.c:C source, UTF-8 Unicode text
 ditto.c:  C source, UTF-8 Unicode text
 emboss.c: C source, ASCII text
 fractal-trace.c:  C source, ASCII text
 hstack.c: C source, UTF-8 Unicode text
 kuwahara-max.c:   C source, UTF-8 Unicode text
 kuwahara-min.c:   C source, UTF-8 Unicode text
 kuwahara.c:   C source, UTF-8 Unicode text
 lens-distortion.c:C source, ASCII text
 linear-gradient.c:C source, UTF-8 Unicode text
 mandelbrot.c: C source, UTF-8 Unicode text
 max-rgb.c:C source, ISO-8859 text
 noise-spread.c:   C source, ASCII text
 plasma.c: C source, ASCII text
 polar-coordinates.c:  C source, ASCII text
 posterize.c:  C source, UTF-8 Unicode text
 radial-gradient.c:C source, UTF-8 Unicode text
 rawbayer-load.c:  C source, UTF-8 Unicode text
 red-eye-removal.c:C source, UTF-8 Unicode text
 ripple.c: C source, UTF-8 Unicode text
 snn-percentile.c: C source, UTF-8 Unicode text
 unpremul.c:   C source, UTF-8 Unicode text
 warp.c:   C source, UTF-8 Unicode text
 waves.c:  C source, ASCII text
 whirl-pinch.c:C source, UTF-8 Unicode text
 
 
 Thanks for any clarification,
 Rainer Hurling

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Joseph A. Nagy, Jr

On 01/26/13 12:00, Rainer Hurling wrote:

Sorry for answering myself. (more below, please)

On 26.01.2013 16:38 (UTC+2), Rainer Hurling wrote:

Trying to build graphics/gegl on 10.0-CURRENT (amd64; both, clang or
gcc), I get the following breakage:

[..snip..]
GEGL_SWAP=RAM GEGL_PATH=../operations \
../tools/introspect  class-hierarchy.html
mkdir -p images
../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
gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8/docs'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.1.8'
gmake: *** [all] Fehler 2
*** [do-build] Error code 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.

--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Robert Huff

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-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread Joseph A. Nagy, Jr

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
--
Yours in Christ,

Joseph A Nagy Jr
Whoever loves instruction loves knowledge, But he who hates correction
is stupid. -- Proverbs 12:1
Emails are not formal business letters, whatever businesses may want.
Original content CopyFree (F) under the OWL http://owl.apotheon.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/gegl 0.1.8 does not build

2013-01-26 Thread ajtiM
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 
r...@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.


-- 
Mitja
--
http://www.redbubble.com/people/lumiwa
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org