Bug 128175 - graphics/gegl - Unable to build
Summary: graphics/gegl - Unable to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 11:50 UTC by Gerard Seibert
Modified: 2008-10-20 18:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerard Seibert 2008-10-17 11:50:01 UTC
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
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2008-10-17 15:22:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Assign to maintainer.
Comment 2 Pietro Cerutti freebsd_committer freebsd_triage 2008-10-20 13:41:20 UTC
State Changed
From-To: open->closed

Duplicate of 128130
Comment 3 Gerard Seibert 2008-10-20 14:51:36 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-10-20 18:14:09 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"