https://bugs.documentfoundation.org/show_bug.cgi?id=100284
Christian Lohmaier <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|[email protected] |markus.mohrhard@googlemail.
|desktop.org |com
--- Comment #10 from Christian Lohmaier <[email protected]> ---
the problem is the duplicated definition of minidump_upload executable.
It is one time from breakpad external module:
external/breakpad/ExternalPackage_breakpad.mk:$(eval $(call
gb_ExternalPackage_add_file,breakpad,$(LIBO_LIB_FOLDER)/minidump_upload,src/tools/linux/symupload/minidump_upload))
→ thus ends up in breakpad.filelist, and that then ends up in gid_Module_Root
(lobasis-core package)
the other instance is form desktop module, it is added to brand layer
(libreoffice package) (and overwrites the one defined in the breakpad rule,
what ends up in instdir/program is the desktop-dir's version):
Repository.mk $(eval $(call
gb_Helper_register_executables_for_install,OOO,brand, \
$(call gb_Helper_optional,BREAKPAD,minidump_upload) \
…
→ so possible/suggested fix:
* remove the lines from ExternalPackage_breakpad.mk
* change entry in Repository.mk to use
$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, …)
instead (ooo layer vs brand, to have it end up in the core package, just
like the crashreportdlg.ui)
#####
However I don't know whether it is intentional to mask the mindump_upload from
breakpad module (that even is patched)... - if so, the corresponding patch
should also be removed..
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs