Bug 54352 - testxml crashes on latest stable 1.5.1
Summary: testxml crashes on latest stable 1.5.1
Status: NEEDINFO
Alias: None
Product: APR
Classification: Unclassified
Component: APR-util (show other bugs)
Version: HEAD
Hardware: PC Linux
: P2 blocker (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-27 09:24 UTC by Malaya Manas
Modified: 2012-12-28 06:10 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malaya Manas 2012-12-27 09:24:04 UTC
BUILD FAILS AT BELOW TEST ON CENTOS 5.3 32 BIT PAE KERNEL.
SPEC is manually edited to support uuid-devel, instead of libuuid-devel dependency.


testxml             : |/bin/sh: line 2: 18026 Segmentation fault      LD_LIBRARY_PATH="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`" ./$prog
Programs failed: testall
make: *** [check] Error 139
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.73678 (%check)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.73678 (%check)
Comment 1 Nick Kew 2012-12-27 11:18:53 UTC
What exactly were you doing?

The references to RPM suggest some third-party package.
Comment 2 Malaya Manas 2012-12-27 12:06:46 UTC
I am trying build Apache 2.4.3 RPM package for CENTOS 5.3 32 bit PAE on Intel machine.

Default spec file checks libuuid-devel, but libuuid-devel is not available on Centos 5.x repository and uuid-devel is available. I have modified this dependency to libuuid-devel inside spec file and ran build script.

Build fails at testxml.

Thanks
Malaya Manas
Comment 3 Malaya Manas 2012-12-27 12:07:58 UTC
I am trying build Apache 2.4.3 RPM package for CENTOS 5.3 32 bit PAE on Intel machine.

Default spec file checks for libuuid-devel, but libuuid-devel is not available on Centos 5.x repository and uuid-devel is available. I have modified this dependency to uuid-devel inside spec file and ran build script.

Build fails at testxml.

Thanks
Malaya Manas
Comment 4 Malaya Manas 2012-12-27 13:55:11 UTC
Similar bug to https://issues.apache.org/bugzilla/show_bug.cgi?id=52705

I am trying to build rpm package of apr-utils-1.5.1.tar.bz2 and getting seg fault
Comment 5 Malaya Manas 2012-12-28 06:10:57 UTC
Experts:

Please  help to get this closed. If you need detail information, please direct me a sample bug report, so that, I can do the same.

Thank you.
Malaya Manas