Could you please test if the attached patch fixes your issue? Please note that you need to build/package FPC 2.2.4 before.
Cheers, Mazen, Le lundi 11 mai 2009 à 22:40 +0200, Paul Gevers a écrit : > Package: lazarus > Version: 0.9.26.2 > Severity: normal > > *** Please type your report below this line *** > > To test the next version of lazarus for this bug, I svn exported the > debian tree at http://bollin.googlecode.com/svn/lazarus/trunk and run > the debian/rules get-orig-source rule. After that I ran the building > with pbuilder and it ends with the error below. It does not seem to know > the lazbuild command. I think that binary got erased by a clean command > before the documentation is build (not sure and not tested yet). > > If you want to I can give you the full logs. > > Kind regards, > Paul > > /usr/bin/make -C docs/html clean > > make[1]: Entering directory `/tmp/buildd/lazarus-0.9.26.2/docs/html' > > rm -rf build_lcl_docs lcl > > make[1]: Leaving directory `/tmp/buildd/lazarus-0.9.26.2/docs/html' > > find '(' -name '*.a' -or -name '*.o' -or -name '*.so' -or -name '*.ppu' > ')' -exec rm -rf '{}' ';' > > dh_prep > > --- Building Documentation > > dh_testdir > > /usr/bin/make -C docs/html htmldocs > > make[1]: Entering directory `/tmp/buildd/lazarus-0.9.26.2/docs/html' > > lazbuild build_lcl_docs.lpi > > make[1]: lazbuild: Command not found > > make[1]: *** [build_lcl_docs] Error 127 > > make[1]: Leaving directory `/tmp/buildd/lazarus-0.9.26.2/docs/html' > > make: *** [build-doc-stamp] Error 2 > > dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit > status 2 > > pbuilder: Failed autobuilding of package > > > -- System Information: > Debian Release: squeeze/sid > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: i386 (i686) > > Kernel: Linux 2.6.28-12-generic (SMP w/1 CPU core) > Locale: LANG=C, LC_CTYPE=nl_NL.UTF-8 (charmap=ANSI_X3.4-1968) (ignored: > LC_ALL $ > Shell: /bin/sh linked to /bin/bash >
Index: debian/rules =================================================================== --- debian/rules (révision 4044) +++ debian/rules (copie de travail) @@ -185,7 +185,7 @@ # Documentation # -build-doc: patch debian-files build-doc-stamp +build-doc: build-arch build-doc-stamp build-doc-stamp: @echo "--- Building Documentation" dh_testdir @@ -242,7 +242,7 @@ # Deb building # -binary-indep: clean-patched build-doc install-doc install-source debian-files +binary-indep: build-doc install-doc clean-patched install-source debian-files @echo "--- Building: arch-indep packages" dh_testdir dh_testroot

