Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2008 15:58:23 -0500
From:      Rick Voland <rpvoland@spamcop.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: Unable to build 'graphics/gegl" port
Message-ID:  <48FB9F6F.8050603@spamcop.net>
In-Reply-To: <20081019123759.0a7e102d@scorpio>
References:  <20081019123759.0a7e102d@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
Jerry wrote:
> I recently files a PR regarding the 'graphics/gegl' port.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=128175
> 
> I was wondering if anyone else had experienced any problem with this
> port? I am unable to update 'gimp' due to the problem.
> 


I had similar trouble on my antique (classic!) computer, since it could
compile for sse, but couldn't process the sse instructions that would
then be required for the examples.

I succeeded at building and installing graphics/gegl on this
computer as follows:

sudo /usr/local/sbin/portinstall -m'CONFIGURE_ARGS+=--disable-sse'
graphics/gegl

Then, I updated successfully to gimp-2.6.1,2 and gimp-app-2.6.1_1,1.
gimp-2.6.1,2 successfully opened two old files and printed them.

It would be nice if graphics/gegl would respect the following option in
/etc/make.conf on my computer
CPUTYPE?=pentium-mmx
which should avoid building with sse features.

Thanks,

Rick Voland
rpvoland@spamcop.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48FB9F6F.8050603>