[Libreoffice-commits] core.git: sysui/CustomTarget_share.mk

Stephan Bergmann sbergman at redhat.com
Mon Aug 5 06:53:05 UTC 2019


On 03/08/2019 08:19, Rene Engelhard wrote:
> On Sat, Aug 03, 2019 at 08:02:56AM +0200, Rene Engelhard wrote:
>> Hi,
>>
>> On Sat, Aug 03, 2019 at 07:39:09AM +0200, Rene Engelhard wrote:
>>> On Thu, Aug 01, 2019 at 07:13:58AM +0000, Stephan Bergmann (via logerrit) wrote:
>>>>   sysui/CustomTarget_share.mk |    4 ++--
>>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> New commits:
>>>> commit 4b4c7e76e6c2ea0d47a42a5107352d3ad7341fbf
>>>> Author:     Stephan Bergmann <sbergman at redhat.com>
>>>> AuthorDate: Wed Jul 31 21:56:18 2019 +0200
>>>> Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
>>>> CommitDate: Thu Aug 1 09:13:22 2019 +0200
>>>>
>>>>      Only build LOKDocView-0.1.gir when necessary
>>>>      
>>>>      Prior to 634844354ee6ed884128086a80c3ee32c889d8c9 "sysui: fix rpm errors in
>>>>      freedesktop-menus (4.14.1)" it had been build as part of
>>>>      sysui/desktop/share/create_tree.sh, which is presumably only called when
>>>>      building for deb or rpm PKGFORMAT.  Building it now in more cases started to
>>>
>>> Uhm, no
>>>
>>> $ git grep create_tree.sh
>>> bin/distro-install-desktop-integration:        # do not overwrite $BINDIR/libreoffice symlink created by create_tree.sh
>>> bin/distro-install-desktop-integration:cp -a "${SRCDIR?}"/sysui/desktop/share/create_tree.sh "$sysui_temp"
>>> bin/distro-install-desktop-integration:    bash ./create_tree.sh
>>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>> bin/distro-install-desktop-integration:# put the stuff installed by create_tree.sh into the right file lists
>>> sysui/CustomTarget_deb.mk:$(deb_WORKDIR)/%/DEBIAN/control: $(deb_SRCDIR)/control $(call gb_CustomTarget_get_workdir,sysui/share)/%/create_tree.sh
>>> sysui/CustomTarget_deb.mk:              ./create_tree.sh
>>> sysui/CustomTarget_rpm.mk:              $(call gb_CustomTarget_get_workdir,sysui/share)/$(1)/create_tree.sh \
>>> sysui/CustomTarget_share.mk:            $(product)/create_tree.sh \
>>> sysui/CustomTarget_share.mk:$(share_WORKDIR)/%/create_tree.sh: $(share_SRCDIR)/share/create_tree.sh \
>>> sysui/desktop/freedesktop/freedesktop-menus.spec:./create_tree.sh
>>>
>>> This means that packaging without deb/rpm PKGFORMAT and plain "make install"
>>> now doesn't build it....
>>>
>>> Reverted it locally for me...
>>
>> Sigh, and then there is
>> 634844354ee6ed884128086a80c3ee32c889d8c9
> 
> OK, that thankfully is easy to adapt to for me:
> https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice/commit/c73d031ed1b17fa64c017d744d58133816944b12
> 
> But 4b4c7e76e6c2ea0d47a42a5107352d3ad7341fbf still effectively disables
> the build of this for anyone not using PKGFORMAT deb/rpm (and why would
> one use it if he needs to tear down the debs again to do proper
> packaging after it). Many distros use make install and that will now
> break for them (or they revert 4b4c7e76e6c2ea0d47a42a5107352d3ad7341fbf
> locally as I did...)

4b4c7e76e6c2ea0d47a42a5107352d3ad7341fbf "Only build LOKDocView-0.1.gir 
when necessary" was a rather untested quickfix to work around ASan/UBSan 
build failures with the prior 634844354ee6ed884128086a80c3ee32c889d8c9 
"sysui: fix rpm errors in freedesktop-menus (4.14.1)", and it was based 
on the wrong assumption that create_tree.sh was called when building for 
deb/rpm PKGFORMAT.  The commit wasn't actually meant to be pushed in its 
current form.

We can now either try to find a working fix for 
634844354ee6ed884128086a80c3ee32c889d8c9, or revert 
634844354ee6ed884128086a80c3ee32c889d8c9 (as things actually worked 
prior to it, unless you did an incremental build after changing 
configuration options, which isn't supported in general anyway).  I'm 
inclined to spend some more time this week on a fix, but if it gets too 
frustrating I'll opt for a revert.


More information about the LibreOffice mailing list