CVS: crater/x11-apps/openoffice-src build-ooo,1.3,1.4
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Tue Aug 12 04:21:31 GMT 2003
Update of /var/cvs/lunar/crater/x11-apps/openoffice-src
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12626
Modified Files:
build-ooo
Log Message:
Ok now the openoffice build should atleast build now, atleast it does for me.
I took out the binutils build to save time. I have been trying to take out the
gcc build but it doesnt like to build with any gcc other than gcc 3.2.2, I
have no idea why. Anyway it is building for me right from the lin openoffice-src command. Just keep in mind I think you must use bison 1.875a or bison cvs for
this to compile
Index: build-ooo
===================================================================
RCS file: /var/cvs/lunar/crater/x11-apps/openoffice-src/build-ooo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- build-ooo 10 Aug 2003 15:35:26 -0000 1.3
+++ build-ooo 12 Aug 2003 04:21:29 -0000 1.4
@@ -155,27 +155,17 @@
find $OOBUILDDIR -name '*.src' -exec touch {} \;;
touch $OOBUILDDIR/$STAMP;
-else
- echo "Skipping checkout, use --checkout to update";
-fi
-
-if test "z$3" = "z--clean"; then
- cd $OOBUILDDIR
- echo "Cleaning ..."
- find -name 'unxlngi4.pro' -exec rm -Rf {} \;
- exit 0;
-fi
# configure
-cd $OOBUILDDIR/config_office
+cd /usr/src/openoffice/src/RC3_030729/config_office
rm -f config.cache
echo "configuring ...";
-autoconf || exit 1;
+/usr/bin/autoconf || exit 1;
./configure $CONFIGURE_OPTIONS || exit 1;
echo "Starting tsch source builds"
-cat > $OOBUILDDIR/build-ooo-tcsh <<"EOF"
+cat > /usr/src/openoffice/src/RC3_030729/build-ooo-tcsh <<"EOF"
#!/usr/bin/tcsh
# 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
@@ -184,8 +174,8 @@
setenv LD_ASSUME_KERNEL "2.2.5";
# Embedded python dies without Home set
setenv HOME "";
-cd $OOBUILDDIR
-source $OOBUILDDIR/*.Set || exit 1;
+cd /usr/src/openoffice/src/RC3_030729
+source /usr/src/openoffice/src/RC3_030729/*.Set || exit 1;
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;
@@ -202,12 +192,12 @@
$SOLARENV/$OUTPATH/bin/dmake || $SOLARENV/$OUTPATH/bin/dmake || $SOLARENV/$OUTPATH/bin/dmake || exit 1;
EOF
-chmod 755 $OOBUILDDIR/build-ooo-tcsh
+chmod 755 /usr/src/openoffice/src/RC3_030729/build-ooo-tcsh
# tcsh sucks great rocks, and refuses to re-direct it's output otherwise
export TERM=
-$OOBUILDDIR/build-ooo-tcsh || exit 1;
+/usr/src/openoffice/src/RC3_030729/build-ooo-tcsh || exit 1;
-touch $OOBUILDDIR/$STAMP || exit 1;
+touch /usr/src/openoffice/src/RC3_030729/$STAMP || exit 1;
echo "Build succeeded ...!"
exit 0;
More information about the Lunar-commits
mailing list