[csw-maintainers] libcairo failing to build on build8x

John Ellson ellson at opencsw.org
Sun Jul 26 01:46:24 CEST 2009


On 07/25/2009 07:20 PM, Mike Watters wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi John,
> John Ellson wrote:
>    
>> I can build libcairo on build8s, but on build8x I'm getting:
>>
>>      gar/gar.conf.mk:352: *** The ISA 'amd64' can not be build on this
>> kernel with the arch 'i386'.  Stop.
>>      gmake[1]: Leaving directory `/home/ellson/mgar/pkg/libcairo/trunk'
>>      make: *** [merge-isa-amd64] Error 2
>>
>>
>>      
> That error is from gcc
> if you plan on using gcc to build 64bit binaries, you *Must* use gcc4
>
> I am not positive, but I believe libcairo will build using Sun Studio.
>
>
>    

No, its from the Sun Studio builds on build8x exactly as Dago had it before.
All I'm doing is enabling the SVG backend and rebuilding.


The trick seems to be:

	build8x $ gmake clean
	build8x $ gmake build-isa-i386
	build10x $ gmake merge
	build8x $ gmake ENABLE_CHECK=0 package/
	/build8s $ gmake clean
	build8s $ gmake
	build8s $ gmake package


John



More information about the maintainers mailing list