Package: povray
Version: 1:3.6.1-5
Severity: normal
Tags: patch

When building 'povray' on amd64/unstable, I get the following error:

make[4]: Entering directory `/povray-3.6.1/source/base'
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I../../source 
-I../../unix    -pipe -Wno-multichar -g -O3 -march=i686 -mtune=i686 
-malign-double -minline-all-stringops -g -Wall -Wno-multichar -O3  -c -o 
fileinputoutput.o `test -f 'fileinputoutput.cpp' || echo 
'./'`fileinputoutput.cpp
fileinputoutput.cpp:1: error: CPU you selected does not support x86-64 
instruction set
fileinputoutput.cpp:1: error: CPU you selected does not support x86-64 
instruction set
fileinputoutput.cpp:1: error: -malign-double makes no sense in the 64bit mode
make[4]: *** [fileinputoutput.o] Error 1
make[4]: Leaving directory `/povray-3.6.1/source/base'

With the attached patch 'povray' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/povray-3.6.1/debian/patches/series ./debian/patches/series
--- ../tmp-orig/povray-3.6.1/debian/patches/series      2006-11-03 
15:58:10.000000000 +0000
+++ ./debian/patches/series     2006-11-03 15:51:09.000000000 +0000
@@ -1,4 +1,4 @@
 10_includes-location
 10_Distribution
 15_PNG
-20_Fix_Illegal
+#20_Fix_Illegal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to