GNOME Bugzilla – Bug 340995
Several build problems (actually 1.1.16)
Last modified: 2006-10-11 19:39:06 UTC
(1) A staged install by non-root fails due to a missing DESTDIR See attached patch (2) The headers contain misleading comments about version numbers See attached patch (3) The test-output is hard to read (missing linebreaks) See attached patch (4) The python detection is fragile and contains invalid shell syntax. Why not let automake do most of the work. Don't record build directory in installed .la files See attached patch
Created attachment 65003 [details] [review] fix DESTDIR
Created attachment 65004 [details] [review] fix header comments
Created attachment 65005 [details] [review] make test-output more readable
Created attachment 65006 [details] [review] python handling
Patch #1: right applied, thanks Patch #2: also applied Patch #3: I like having the output in line, sorry no Patch #4: AM_PATH_PYTHON not available on all platforms, already revisited, sorry no, but I applied the libxsltmod_la_LDFLAGS change Those applied are now commited in CVS, thanks ! Daniel
*** Bug 340585 has been marked as a duplicate of this bug. ***