Folks,
I am trying to build open office 2.0.4 from Red Hat Enterprise Linux Source
Rpms on a 32 bit ppc machine.

I am using gcc 4.1.1 and perl 5.8.8.

the configure options are as follows:

configure --disable-ldap --disable-crashdump --disable-epm
--disable-qadevooo --disable-odk --disable-fontooo --disable-mathmldtd
--disable-pasf --with-jdk-home=/usr/lib/jvm/java- 1.4.2-gcj --enable-gcjaot
--enable-symbols --enable-lockdown --enable-evolution2 --enable-cairo
--enable-xsltproc --with-system-libs --with-system-agg --with-system-python
--with-system-mozilla --with-firefox --with-system-boost
--with-system-libwpd --with-system-icu --with-system-odbc-headers
--with-system-sane-header --with-system-xrender-headers
--with-system-libxslt  --with-system-hsqldb --with-system-beanshell
--with-system-db --with-system-xml-apis --with-system-xerces
--with-system-xalan --without-system-mspack --without-fonts --without-nas
--without-gpc --without-ppds --without-afms --with-images=industrial
%{stlflags} %{withlang}

I get make errors while building bmpmaker under svtools project.

Here is the snapshot of error:

unx
cat ../unxlngppc.pro/misc/bmp.cmd
g++ -Wl,-rpath,'$ORIGIN' -Wl,-export-dynamic -Wl,--noinhibit-exec
-L../unxlngppc.pro/lib -L../lib -L/root/ydl6/BUILD/openoffice.org-
2.0.4-5.4.17.src.rpm/BUILD/OOD680_m5/solenv/unxlngppc/lib
-L/root/ydl6/BUILD/openoffice.org-2.0.4-5.4.17.src.rpm/BUILD/OOD680_m5/solver/680/unxlngppc.pro/lib
-L/root/ydl6/BUILD/openoffice.org-2.0.4-5.4.17.src.rpm/BUILD/OOD680_m5/solenv/unxlngppc/lib
-L/usr/lib/jvm/java-1.4.2-gcj/lib -L/usr/lib/jvm/java-1.4.2-gcj/jre/lib/ppc
-L/usr/lib/jvm/java-1.4.2-gcj/jre/lib/ppc/client -L/usr/lib/jvm/java-
1.4.2-gcj/jre/lib/ppc/native_threads -L/usr/lib
-L/usr/lib/firefox-1.5.0.9../unxlngppc.pro/obj/bmp.o
../unxlngppc.pro/obj/bmpcore.o \
Files: ../../unxlngppc.pro/srs/awt.srs  \
Generating .rc file \
reading file /tmp/fWWVU2 ........ \
Generating .rc file \
reading file /tmp/Au9651 ........ \
Generating .rc file \
reading file /tmp/0j2Fg2 ........ \
Generating .rc file \
reading file /tmp/imVHb3 ........ \
Generating .rc file \
reading file /tmp/0oQnE4 ........ \
Generating .rc file \
reading file /tmp/5Xyj96 ........ \
Generating .rc file \
reading file /tmp/fRzvJ2 ........ \
Generating .rc file \
reading file /tmp/yY8rvY ........ \
Generating .rc file \
reading file /tmp/NTw9FV ........ \
Generating .rc file \
reading file /tmp/cELpCT ........ \
Generating .rc file \
reading file /tmp/BYIwoS ........ \
Generating .rc file \
reading file /tmp/oVThBY ........ \
Generating .rc file \
reading file /tmp/40z6T6 ........ \
Generating .rc file \
reading file /tmp/Sd3nqd ........ \
Generating .rc file \
reading file /tmp/RglrWl ........ \
Generating .rc file \
reading file /tmp/ikPbgv ........ \
Generating .rc file \reading file /tmp/H7a71x ........ \
Generating .rc file \
reading file /tmp/yHbQKB ........ \
Generating .rc file \
reading file /tmp/Z1VkKF ........ \
Generating .rc file \
reading file /tmp/EDqwLK ........ \
Generating .rc file \

It generates a lots of this /tmp files and then proceeds as :


VCL Resource Compiler 3.0 \
Rsc2 commandline: rsc2 @/tmp/2ePWaK \
-lvcl680lp -ltl680lp -lvos3gcc3 -luno_sal -ldl -lpthread -lm -Wl,-Bdynamic
-lstlport_gcc -lstdc++ -o ../unxlngppc.pro/bin/bmp
g++: Files:: No such file or directory
g++: ../../unxlngppc.pro/srs/awt.srs: No such file or directory

Then gives a long list of g++ errors with not finding /tmp files.
It then crashes with following dmake error


g++: rsc2: No such file or directory
g++: @/tmp/2ePWaK: No such file or directory
dmake:  Error code 1, while making '../unxlngppc.pro/bin/bmp'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /root/BUILD/openoffice.org-
2.0.4-5.4.17.src.rpm/BUILD/OOD680_m5/svtools/bmpmaker
error: Bad exit status from /var/tmp/rpm-tmp.21643 (%build)

Reply via email to