Skip to Content.
Sympa Menu

sm-grimoire - [SM-Grimoire] ooo-build problem...

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: sm-grimoire AT lists.ibiblio.org
  • Subject: [SM-Grimoire] ooo-build problem...
  • Date: Tue, 09 Mar 2004 08:08:56 -0600

This is the end of the build-ooo script from Ximians OpenOffice build...
===========================================================================
./configure $CONFIGURE_OPTIONS || exit 1;


# Final build preparation


# tcsh sucks great rocks, and refuses to re-direct it's output otherwise
export TERM=
# Warning - do not edit, this is a temporary file, see build-ooo
# Many Java files have 8bit char-set comments, javac barfs on them in
utf8 locales
export LANG="C";
# Many Java's can't cope with the NPTL on Linux.
export LD_ASSUME_KERNEL="2.2.5";
# Don't do a massive painful install
export BUILD_MINIMAL="01";
# Embedded python dies without Home set
export HOME="";
cd $OOBUILDDIR
# Import all of the OO.o environment
source $OOBUILDDIR/*.Set.sh
# Copy in missing libraries if we just built them
if test "z$SYSTEM_GCC" = "z"; then
echo "Copying libraries to $SOLARVER/$UPD/$INPATH/lib";
mkdir -p $SOLARVER/$UPD/$INPATH/lib || exit 1;
cp -avf $BUILDDIR/lib/libgcc* $BUILDDIR/lib/libstdc*
$SOLARVER/$UPD/$INPATH/lib || exit 1;
cp -vf $BUILDDIR/lib/libstdc++* $SOLARVER/$UPD/$INPATH/lib/ || exit
1;
fi
echo 'Verifying environment'
echo "Path: \'$PATH\'";
echo "Shell: \'$SHELL\'"
echo "Gcc: "
gcc -dumpversion
echo 'Bootstrapping'
./bootstrap || ./bootstrap || ./bootstrap || exit 1;
echo 'Commencing main build'
cd instsetoo || exit 1;
EXTRA_BUILD_FLAGS=
if test $BUILD_NCPUS -gt 1; then
EXTRA_BUILD_FLAGS=-P$BUILD_NCPUS
fi
perl $SOLARENV/bin/build.pl --all $EXTRA_BUILD_FLAGS --dlv_switch link
|| exit 1;


touch $OOBUILDDIR/$STAMP || exit 1;


echo "Build succeeded ...!"
exit 0;
===========================================================================
This is the last bit of output of this script when it hits a failure...
===========================================================================
Configure completed
You may now run /usr/src/ooo-build-1.1.51/build/OOO_1_1_0/bootstrap in
/usr/src/ooo-build-1.1.51/build/OOO_1_1_0
Verifying environment
Path:
\'/usr/lib/j2sdk1.4.1/bin:.:/usr/src/ooo-build-1.1.51/build/OOO_1_1_0/solver/645/unxlngi4.pro/bin:/usr/src/ooo-build-1.1.51/build/OOO_1_1_0/solenv/unxlngi4/bin:/usr/src/ooo-build-1.1.51/build/OOO_1_1_0/solenv/bin:/usr/lib/j2sdk1.4.1:/usr/src/ooo-build-1.1.51/build/bin:/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin:/usr/games:/usr/local/games:/usr/bin/X11:/root/bin:/opt/ant/bin:/usr/lib/j2sdk1.4.1/bin:/usr/lib/RealPlayer8:/usr/lib/acroread/bin:/usr/X11R6/bin\'
Shell: \'/usr/bin/tcsh\'
Gcc:
gcc: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
Bootstrapping
/usr/bin/tcsh: error while loading shared libraries: libcrypt.so.1:
cannot open shared object file: No such file or directory
/usr/bin/tcsh: error while loading shared libraries: libcrypt.so.1:
cannot open shared object file: No such file or directory
/usr/bin/tcsh: error while loading shared libraries: libcrypt.so.1:
cannot open shared object file: No such file or directory
make[2]: *** [all] Error 1
make[2]: Leaving directory `/usr/src/ooo-build-1.1.51/bin'
make[1]: ! Problem Detected !
*** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ooo-build-1.1.51'
===========================================================================

If I comment out this line "export LD_ASSUME_KERNEL="2.2.5";" then
failure to fine libc.so.6 and libcrypt.so.1 doesn't occure. What would
cause the setting of that LD_ASSUME_KERNEL cause the system to loose the
ability to find libraries?

I have submitted a bug to ximian but the Novell developer answering it
is basically saying that my system is screwed up....

Thanks
CuZnDragon
Robin Cook






Archive powered by MHonArc 2.6.24.

Top of Page