Advertisement
mlazzarotto

libreoffice build error

Jan 27th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. admin@ubuntumake:~/libreoffice-4.2.8.2$ make
  2. mkdir -p /home/admin/libreoffice-4.2.8.2/instdir && install-gdb-printers -a /home/admin/libreoffice-4.2.8.2/instdir -c
  3. /usr/bin/make -j 1 -rs -f /home/admin/libreoffice-4.2.8.2/Makefile.gbuild \
  4. \
  5. \
  6. \
  7. all
  8. [build PRL] CustomTarget/postprocess/images/sorted.lst
  9. [build PRL] CustomTarget/postprocess/images/commandimagelist.ilst
  10. [build PRL] CustomTarget/postprocess/images/images.zip
  11. [build PRL] CustomTarget/postprocess/images/images_crystal.zip
  12. [build PRL] CustomTarget/postprocess/images/images_hicontrast.zip
  13. [build PRL] CustomTarget/postprocess/images/images_oxygen.zip
  14. [build PRL] CustomTarget/postprocess/images/images_tango.zip
  15. [build PRL] CustomTarget/postprocess/images/images_sifr.zip
  16. [build PRL] CustomTarget/postprocess/images/images_tango_testing.zip
  17. [build DEP] LNK:Library/libsvtlo.so
  18. [build LNK] Library/libsvtlo.so
  19. /home/admin/libreoffice-4.2.8.2/workdir/CxxObject/svtools/source/misc/imageresourceaccess.o: In function `svt::GraphicAccess::getImageStream(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&)':
  20. imageresourceaccess.cxx:(.text+0x88f): undefined reference to `non-virtual thunk to utl::OSeekableOutputStreamWrapper::acquire()'
  21. collect2: error: ld returned 1 exit status
  22. /home/admin/libreoffice-4.2.8.2/svtools/Library_svt.mk:20: recipe for target '/home/admin/libreoffice-4.2.8.2/instdir/program/libsvtlo.so' failed
  23. make[1]: *** [/home/admin/libreoffice-4.2.8.2/instdir/program/libsvtlo.so] Error 1
  24. Makefile:217: recipe for target 'build' failed
  25. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement