Bug 128130

Summary: Error 132 when making graphics/gegl
Product: Ports & Packages Reporter: Karsten Rothemund <karsten>
Component: Individual Port(s)Assignee: Pietro Cerutti <gahr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Karsten Rothemund 2008-10-15 22:00:11 UTC
When updating gimp to 2.6.1,2 portupgrade wants to install graphics/gegl which fails with the following error message:

[...]

gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20'
gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20'
cd /usr/ports/graphics/gegl/work/gegl-0.0.20/docs && gmake
Making all in gallery
gmake[1]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/docs/gallery'
Making all in data
gmake[2]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/docs/gallery/data'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/docs/gallery/data'
gmake[2]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/docs/gallery'
--[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

Stop in /usr/ports/graphics/gegl.
*** Error code 1

Stop in /usr/ports/graphics/gimp-app.

Fix: 

cd /usr/ports/graphics/gegl
make -DNOPORTDOCS
make -DNOPORTDOCS nstall

installs gegl but without documentation
How-To-Repeat: portinstall graphics/gegl
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-15 22:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-20 18:14:08 UTC
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"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2008-10-20 18:14:11 UTC
State Changed
From-To: open->closed

A fix has been committed.