View Issue Details

IDProjectCategoryView StatusLast Update
0002660DarkRadiantDesign/Codingpublic29.09.2011 18:54
Reporterdowner Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionnot fixable 
PlatformLinuxOSFedoraOS Version14 Upd-Testing
Product Version1.5.0 
Summary0002660: Spaces in path to darkradiant will cause linker errors
DescriptionI get this error if there is a space in the path to DarkRadiant:

  CXXLD libscenegraph.la
/bin/sed: can't read 3/darkradiant/libs/math/libmath.la: No such file or directory
libtool: link: `3/darkradiant/libs/math/libmath.la' is not a valid libtool archive
make[3]: *** [libscenegraph.la] Error 1
make[3]: Leaving directory `/home/tom/sunken/doom 3/darkradiant/libs/scene'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/sunken/doom 3/darkradiant/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/sunken/doom 3/darkradiant'
make: *** [all] Error 2
TagsNo tags attached.

Activities

greebo

greebo

29.09.2011 18:54

administrator   ~0004050

I can reproduce the error in Ubuntu, but I can't really fix this, as this is a libtool problem it seems:

I've found another bug report on the web (in a different project) where people were running into the same problem:
http://bind10.isc.org/ticket/1041#comment:8

So, I guess the solution is not to use spaces in your compilation root, or maybe use softlinks to obscure these spaces.

Issue History

Date Modified Username Field Change
26.02.2011 15:38 downer New Issue
27.02.2011 08:16 greebo Status new => acknowledged
29.09.2011 18:54 greebo Note Added: 0004050
29.09.2011 18:54 greebo Status acknowledged => closed
29.09.2011 18:54 greebo Resolution open => not fixable