From: Kenneth Pronovici (pronovic@skyjammer.com)
Date: Thu Feb 15 2001 - 15:28:27 EST
[I'm no longer on the list, sorry...]
Using /usr/ccs/bin/make under Solaris 2.6, there's a glitch with
the regression tests in the libxml 2.3.0 and 2.3.1 makefiles. In
the memory-related regression tests, the line:
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
returns $? = 1, causing make to bomb out:
*** Error code 1
make: Fatal error: Command failed for target `XMLtests'
Current working directory /dvl/fds/tmp/libxml2-2.3.1
*** Error code 1
make: Fatal error: Command failed for target `check-am'
Current working directory /dvl/fds/tmp/libxml2-2.3.1
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'
This does not happen with GNU make, only /usr/ccs/bin/make, so
the easy workaround for me is to just use GNU make instead.
I'm hestitant to suggest a solution, because I am not sure what
the results of this line are being used for; however, I would be
happy to test any change that you make.
KEN
-- Kenneth J. Pronovici <pronovic@ieee.org> Alliance of Computer Professionals, Inc. (http://www.acpros.com/) Personal Homepage: http://www.skyjammer.com/~pronovic/ "If you can afford it, over-engineering is always worth the cost you pay." ---- Message from the list xml@rpmfind.net Archived at : http://xmlsoft.org/messages/ to unsubscribe: echo "unsubscribe xml" | mail majordomo@rpmfind.net
This archive was generated by hypermail 2b29 : Thu Feb 15 2001 - 18:43:44 EST