I am unable to update "gimp-app" because "gegl" will not build. "gegl" continually fails with this message at the end of the build attempt: --[Updating sample compositions]-- ./OpenRaster-00.xml gmake[3]: *** [OpenRaster-00.png] Error 132 ./OpenRaster-01.xml gmake[3]: *** [OpenRaster-01.png] Error 132 ./OpenRaster-04.xml gmake[3]: *** [OpenRaster-04.png] Error 132 ./clones.xml gmake[3]: *** [clones.png] Error 132 gmake[2]: *** [images.stamp] Error 2 gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/docs/gallery' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/docs/gallery' gmake: *** [all-recursive] Error 1 *** Error code 2 I file is available here: http://seibercom.net/logs/gegl.txt How-To-Repeat: Attempt to build the port
Responsible Changed From-To: freebsd-ports-bugs->gahr Assign to maintainer.
State Changed From-To: open->closed Duplicate of 128130
Experimenting, I found that adding the following to the ports "Makefile" will allow the port to build. CONFIGURE_ARGS+= "--disable-sse" \ "--disable-mmx" -- Gerard gerard@seibercom.net Twenty Percent of Zero is Better than Nothing. Walt Kelly
gahr 2008-10-20 17:13:54 UTC FreeBSD ports repository Modified files: graphics/gegl Makefile Log: - Unbreak under certain conditions (disable SSE and MMX) PR: 128130, 128175 Submitted by: gerard@seibercom.net Revision Changes Path 1.3 +3 -0 ports/graphics/gegl/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"