[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |MOVED

--- Comment #6 from Buovjaga  ---
You can ask about build issues on the developer mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

Robert Großkopf  changed:

   What|Removed |Added

  Component|Base|LibreOffice

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

--- Comment #5 from Ismael Luceno  ---
Turns out recompiling from scratch with clang solved the issue.

I would like to know what's exactly behind this to avoid forcing a dependency
in clang in the future.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

--- Comment #4 from Ismael Luceno  ---
(In reply to Ismael Luceno from comment #3)
> With CC=clang CXX=clang++ linking succeeds.

My bad, no, it doesn't, it just rebuilt some other stuff. Then failed again:

Automatic fetching of external tarballs is disabled.
mkdir -p /media/bulk/ismael/proj/office/libreoffice-core.build/instdir
/media/bulk/ismael/proj/office/libreoffice-core/solenv/bin/install-gdb-printers
-a /media/bulk/ismael/proj/office/libreoffice-core.build/instdir -c
make   -rs -f /media/bulk/ismael/proj/office/libreoffice-core/Makefile.gbuild
build  
[build DEP] LNK:Library/libsvtlo.so
[build LNK] Library/libsvtlo.so
/usr/bin/ld:
/media/bulk/ismael/proj/office/libreoffice-core.build/workdir/CxxObject/svtools/source/misc/imageresourceaccess.o:
in function
`svt::GraphicAccess::getImageStream(com::sun::star::uno::Reference
const&, rtl::OUString const&)':
imageresourceaccess.cxx:(.text+0xa52): undefined reference to `non-virtual
thunk to cppu::ImplInheritanceHelper::acquire()'
/usr/bin/ld:
/media/bulk/ismael/proj/office/libreoffice-core.build/workdir/CxxObject/svtools/source/misc/imageresourceaccess.o:
in function
`svt::GraphicAccess::getImageXStream(com::sun::star::uno::Reference
const&, rtl::OUString const&)':
imageresourceaccess.cxx:(.text+0xf5b): undefined reference to `non-virtual
thunk to cppu::ImplInheritanceHelper::acquire()'
clang-13: error: linker command failed with exit code 1 (use -v to see
invocation)
make[1]: ***
[/media/bulk/ismael/proj/office/libreoffice-core/svtools/Library_svt.mk:20:
/media/bulk/ismael/proj/office/libreoffice-core.build/instdir/program/libsvtlo.so]
Error 1
make: *** [Makefile:288: build] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

--- Comment #3 from Ismael Luceno  ---
With CC=clang CXX=clang++ linking succeeds.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

--- Comment #2 from Ismael Luceno  ---
The system uses musl libc; shouldn't be relevant.

- GCC 10.3.0
- clang 13.0.0
- linker: gnu ld 2.37

ac_cv_prog_CXX=x86_64-pc-linux-musl-g++
ac_cv_prog_LO_CLANG_CXX=clang++
COMPILER_PLUGINS_CXX=''
CXX='x86_64-pc-linux-musl-g++'
LO_CLANG_CXX='clang++'
MSVC_CXX=''
ac_ct_CXX=''

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146829] svt linking failure

2022-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146829

--- Comment #1 from Ismael Luceno  ---
Created attachment 177616
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177616=edit
config.log

-- 
You are receiving this mail because:
You are the assignee for the bug.