Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#5182 - blender fails to compile on arch64

Attached to Project: Arch Linux
Opened by Vincent (vbmithr) - Monday, 07 August 2006, 16:27 GMT
Last edited by Jan de Groot (JGC) - Monday, 07 August 2006, 19:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Blender don't compile on arch x86_64. The package on extra repository is uncomplete and built from buggy compile. It's only 0.7 Mo and don't contain any blender binaries.

On arch64 I get the following error (when i try to compile):

====> make all in extern/ode
[ -d dist/lib ] || mkdir dist/lib
# prepare settings for patching, clean in case of interruption
make -C dist
gcc -c -Wall -fno-rtti -fno-exceptions -Wall -fomit-frame-pointer -ffast-math -Iinclude -DdNODEBUG -O2 -o ode/src/matrix.o ode/src/matrix.cpp
ode/src/matrix.cpp: In function 'int dFactorCholesky(dReal*, int)':
ode/src/matrix.cpp:121: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp: In function 'void dSolveCholesky(const dReal*, dReal*, int)':
ode/src/matrix.cpp:153: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp: In function 'int dInvertPDMatrix(const dReal*, dReal*, int)':
ode/src/matrix.cpp:173: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp:175: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp: In function 'int dIsPositiveDefinite(const dReal*, int)':
ode/src/matrix.cpp:193: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp: In function 'void dLDLTAddTL(dReal*, dReal*, const dReal*, int, int)':
ode/src/matrix.cpp:237: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp:238: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp: In function 'void dLDLTRemove(dReal**, const int*, dReal*, dReal*, int, int, int, int)':
ode/src/matrix.cpp:324: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp:330: error: cast from 'void*' to 'int' loses precision
ode/src/matrix.cpp:331: error: cast from 'void*' to 'int' loses precision
make[3]: *** [ode/src/matrix.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all] Error 1
make: *** [all] Error 1


This task depends upon

Closed by  Andreas Radke (AndyRTR)
Saturday, 16 December 2006, 22:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  new package went to the repos
Comment by Andreas Radke (AndyRTR) - Monday, 07 August 2006, 20:54 GMT
I know this problem. I still don't have a working patch. I temporarly disabled the affected feature. A testing package is here:

http://archlinux.org/~andyrtr/blender-2.42a-1.pkg.tar.gz

Anyway I will look for a better solution. Maybe I will rewrite it to use scons where other distributions don't have that compile issue.

Loading...