Hi all, Martin Kretzschmar wrote: > > I've updated the patch that disables optimization of that file: > > http://cvs.gnome.org/viewcvs/ooo-build/patches/src680/svx-customshapes-NOOPTFILES.diff?view=markup > > > Emmanuel, change your *svx/source/customshapes/makefile.mk in the same > way, and it should work.
It worked really fine. I've never been so far in the building process ! Here is the next problem I got a missing file (debian/scripts/vars.amd64): # generate maintainer scripts from *.in # or generate default script which calls hook in openoffice.org-debian-files package for PKG in `dh_listpackages`; do \ for FILE in postinst postrm preinst prerm; do \ MAINTSCRIPT=debian/$PKG.$FILE ; \ if [ -e $MAINTSCRIPT.in ]; then \ sed -n '1,/^#INCLUDE_SHELL_LIB#$/p' < $MAINTSCRIPT.in | sed -e '/^#INCLUDE_SHELL_LIB#$/d' > $MAINTSCRIPT; \ grep LIBSUFFIX debian/scripts/vars.amd64 >> $MAINTSCRIPT; \ cat debian/shell-lib.sh >> $MAINTSCRIPT; \ sed -n '/^#INCLUDE_SHELL_LIB#$/,$p' < $MAINTSCRIPT.in | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >> $MAINTSCRIPT; \ else \ echo '#!/bin/sh' > $MAINTSCRIPT ; \ echo THIS_PACKAGE=$PKG >> $MAINTSCRIPT ;\ echo THIS_SCRIPT=$FILE >> $MAINTSCRIPT ;\ cat debian/shell-lib.sh >> $MAINTSCRIPT; \ fi; \ done; \ done grep: debian/scripts/vars.amd64: No such file or directory grep: debian/scripts/vars.amd64: No such file or directory grep: debian/scripts/vars.amd64: No such file or directory grep: debian/scripts/vars.amd64: No such file or directory grep: debian/scripts/vars.amd64: No such file or directory grep: debian/scripts/vars.amd64: No such file or directory grep: debian/scripts/vars.amd64: No such file or directory touch debian/stampdir/maintscripts /usr/bin/make -f debian/rules DH_OPTIONS="-Npython-uno -Nopenoffice.org-gcj -Nopenoffice.org-hunspell -Nopenoffice.org-filter-so52 -s" binary-common make[1]: Entering directory `/home/fleury/devel/projects/openoffice/openoffice.org-2.0.1-2' dh_testdir dh_testdir: I have no package to build make[1]: *** [binary-common] Error 1 make[1]: Leaving directory `/home/fleury/devel/projects/openoffice/openoffice.org-2.0.1-2' make: *** [debian/stampdir/binary-arch] Error 2 I guess it is similar to this one: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253544 Regards -- Emmanuel Fleury Computers are not intelligent. They only think they are. -- Unknown -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]