After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 346024 - build path recorded in libxsltmod.la and other problems
build path recorded in libxsltmod.la and other problems
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: William M. Brack
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-27 12:52 UTC by Peter Breitenlohner
Modified: 2009-08-21 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A non-root staged install may fail due to a missing DESTDIR (568 bytes, patch)
2006-06-27 12:53 UTC, Peter Breitenlohner
none Details | Review
fix comments about version numbering system (1.37 KB, patch)
2006-06-27 12:54 UTC, Peter Breitenlohner
none Details | Review
fix various python related problems (5.92 KB, patch)
2006-06-27 12:57 UTC, Peter Breitenlohner
none Details | Review
make test output (from "make check") more readable (749 bytes, patch)
2006-06-27 12:59 UTC, Peter Breitenlohner
none Details | Review

Description Peter Breitenlohner 2006-06-27 12:52:08 UTC
The build path is recoded in the .la file for the python module.

Attached are 4 patches for this and other build problems
(compare bug ID 346022 for libxml2).
Comment 1 Peter Breitenlohner 2006-06-27 12:53:32 UTC
Created attachment 68070 [details] [review]
A non-root staged install may fail due to a missing DESTDIR
Comment 2 Peter Breitenlohner 2006-06-27 12:54:28 UTC
Created attachment 68071 [details] [review]
fix comments about version numbering system
Comment 3 Peter Breitenlohner 2006-06-27 12:57:43 UTC
Created attachment 68072 [details] [review]
fix various python related problems

In libxslt-1.1.16 there was a shell syntax bug in configure in (now fixed). However, the python handling/detection is still quite a mess. This patch attempts to let automake do most of the messy work.

Don't record the build path in .la file
Comment 4 Peter Breitenlohner 2006-06-27 12:59:14 UTC
Created attachment 68073 [details] [review]
make test output (from "make check") more readable

Part of the output from "make check" was not very readable due to some missing line breaks.
Comment 5 Daniel Macks 2006-06-27 15:35:58 UTC
comment #1 is a dup of bug #340585
Comment 6 William M. Brack 2007-01-12 04:36:48 UTC
Comments 1, 2 have been done; comment 4 will be implemented shortly.  A new release is about to be made, so I'm going to wait on comment 3 until after that has been done (in order to assure sufficient testing before releasing it).