https://bugs.documentfoundation.org/show_bug.cgi?id=92693

--- Comment #6 from Julien Nabet <serval2...@yahoo.fr> ---
"cd <module>" can't work since there's no jfreereport in root LO sources.

So I tried "cd external/jfreereport"
"make -r" gives
[build BIN] top level modules: jfreereport
[build LOC] top level modules: jfreereport
[build ALL] top level modules: build-non-l10n-only build-l10n-only
make: Nothing to be done for 'all'.

Then, I tried:
make -r ExternalProject_jfreereport_libformula.rebuild
if [ -f
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ExternalProject_jfreereport_libformula.done
] ; then \
    touch
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ExternalProject_jfreereport_libformula.done
; \
    make ;\
fi
julien@julienPC:~/compile-libreoffice/libreoffice/external/jfreereport$ make
ExternalProject_jfreereport_libformula.genpatch
if [ -d
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ExternalProject_jfreereport_libformula
-a -d 
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ExternalProject_jfreereport_libformula.org
] ; then \
    ( \
        patch_file=$(pwd)/ExternalProject_jfreereport_libformula.new.patch.1; \
        cd
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ ; \
        diff -ur ExternalProject_jfreereport_libformula.org
ExternalProject_jfreereport_libformula > $patch_file; \
        echo "Patch $patch_file generated" ; \
    ); \
else \
    echo "Error: No pristine tarball available for
ExternalProject_jfreereport_libformula" 1>&2 ; \
fi
Error: No pristine tarball available for ExternalProject_jfreereport_libformula


finally, I tried this:
make -r UnpackedTarball_jfreereport_libformula.rebuild
if [ -f
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/UnpackedTarball_jfreereport_libformula.done
] ; then \
    touch
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/UnpackedTarball_jfreereport_libformula.done
; \
    make ;\
fi
julien@julienPC:~/compile-libreoffice/libreoffice/external/jfreereport$ make
ExternalProject_jfreereport_libformula.genpatch
if [ -d
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ExternalProject_jfreereport_libformula
-a -d 
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ExternalProject_jfreereport_libformula.org
] ; then \
    ( \
        patch_file=$(pwd)/ExternalProject_jfreereport_libformula.new.patch.1; \
        cd
/home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/ ; \
        diff -ur ExternalProject_jfreereport_libformula.org
ExternalProject_jfreereport_libformula > $patch_file; \
        echo "Patch $patch_file generated" ; \
    ); \
else \
    echo "Error: No pristine tarball available for
ExternalProject_jfreereport_libformula" 1>&2 ; \
fi
Error: No pristine tarball available for ExternalProject_jfreereport_libformula

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to