Opened 19 years ago

Closed 19 years ago

Last modified 11 years ago

#1699 closed defect (fixed)

OpenOffice 2.o Build Errata

Reported by: gjones5555@… Owned by: DJ Lucas
Priority: high Milestone:
Component: BOOK Version: ~CVS
Severity: normal Keywords:
Cc:

Description

Some minor errato for Openoffice 2.0 Build Instructions


forgot the src in the bsh instruction

cp ../bsh-2.0b4-src.tar.bz2 beanshell/download/ && bzip2 -d beanshell/download/bsh-2.0b4-src.tar.bz2

forgot the source in the mozilla-1.7.5 instruction

should read

cp ../mozilla-source-1.7.5.tar.gz moz/download/


Never mentions going into tcsh before these instructions

./bootstrap && . LinuxIntelEnv.Set.sh && dmake

actually http://tools.openoffice.org/dev_docs/build_linux.html has this set of instructions

$SRC_ROOT> tcsh

To create the dmake make utility that is needed for the build of OpenOffice.org type the following command:

$SRC_ROOT> ./bootstrap

Now source the configuration file which sets all environment variables:

$SRC_ROOT> source LinuxIntelEnv.Set

Don't forget to run

$SRC_ROOT> rehash


I didn't feel like building the JDK. Had a problem finding a library during a link. Thanks to your mailing lists the other fix is from your JDK build instructions. So if one is building from Sun's JDK1.5.0_05 binary they need to

ln -sf motif21/libmawt.so $JAVA_HOME/jre/lib/i386/

Needs around 8 Megs of Disk Space and three days to compile on a 300Mhz Celeron!!

Regards,

Change History (5)

comment:1 by gjones5555@…, 19 years ago

(In reply to comment #0)

Some minor errato for Openoffice 2.0 Build Instructions


forgot the src in the bsh instruction

cp ../bsh-2.0b4-src.tar.bz2 beanshell/download/ && bzip2 -d beanshell/download/bsh-2.0b4-src.tar.bz2

forgot the source in the mozilla-1.7.5 instruction

should read

cp ../mozilla-source-1.7.5.tar.gz moz/download/


Never mentions going into tcsh before these instructions

./bootstrap && . LinuxIntelEnv.Set.sh && dmake

actually http://tools.openoffice.org/dev_docs/build_linux.html has this set of instructions

$SRC_ROOT> tcsh

To create the dmake make utility that is needed for the build of OpenOffice.org type the following command:

$SRC_ROOT> ./bootstrap

Now source the configuration file which sets all environment variables:

$SRC_ROOT> source LinuxIntelEnv.Set

Don't forget to run

$SRC_ROOT> rehash


I didn't feel like building the JDK. Had a problem finding a library during a link. Thanks to your mailing lists the other fix is from your JDK build instructions. So if one is building from Sun's JDK1.5.0_05 binary they need to

ln -sf motif21/libmawt.so $JAVA_HOME/jre/lib/i386/

Needs around 8 Megs of Disk Space and three days to compile on a 300Mhz Celeron!!

Regards,

Make that 8 Gigabytes of Disk Space

comment:2 by DJ Lucas, 19 years ago

Owner: changed from blfs-book@… to DJ Lucas

comment:3 by DJ Lucas, 19 years ago

Status: newassigned

comment:4 by DJ Lucas, 19 years ago

Resolution: fixed
Status: assignedclosed

All of the above fixed...including JDK. Additional bug reports should be attached to the existing bug: http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1674

comment:5 by bdubbs@…, 11 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.