View Issue Details

IDProjectCategoryView StatusLast Update
0003053Spring engineLinuxpublic2012-04-07 18:40
Reporterjandd Assigned Toabma  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version89.0 
Summary0003053: spring fails to build from source using g++ 4.7
Descriptionspring fails to build in a test rebuild on at least amd64 with gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6.
Additional InformationThis bug has been reported to the Debian BTS as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667379 the Debian bug tracker contains a patch to fix this bug too.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

jandd

2012-04-05 16:53

reporter   ~0008571

this seems to actually be an issue with the included libassimp version

abma

2012-04-06 15:32

administrator   ~0008574

Last edited: 2012-04-06 15:35

can you try, if https://github.com/assimp/assimp compiles fine?

git clone git://github.com/assimp/assimp.git
cd assimp
cmake .
make

if so, i will upgrade the assimp version included in spring.

jandd

2012-04-06 20:48

reporter   ~0008577

current assimp from github builds fine. The change in the Debian BTS has been applied there.

BTW does libassimp in spring differ from the original libassimp? If this is not the case it might be good to build a separate libassimp package and let spring build depend on this package (at least for distribution packages).

abma

2012-04-07 16:15

administrator   ~0008587

yes, it differs: https://github.com/spring/assimp/commits/

(see the latest commit)

this can't be removed, as it could desync without that change...

abma

2012-04-07 18:40

administrator   ~0008590

should be fixed:

https://github.com/spring/spring/commit/02191c7cbe1c5e0bcd5ee92a8a0fc28f3e7f9b0b


(please reopen if not)

Issue History

Date Modified Username Field Change
2012-04-05 16:52 jandd New Issue
2012-04-05 16:53 jandd Note Added: 0008571
2012-04-06 15:32 abma Note Added: 0008574
2012-04-06 15:34 abma Status new => feedback
2012-04-06 15:35 abma Note Edited: 0008574
2012-04-06 20:48 jandd Note Added: 0008577
2012-04-07 16:15 abma Note Added: 0008587
2012-04-07 18:40 abma Note Added: 0008590
2012-04-07 18:40 abma Status feedback => resolved
2012-04-07 18:40 abma Resolution open => fixed
2012-04-07 18:40 abma Assigned To => abma