Hi,
I disabled lto in a build according to the instructions from [1]:
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
But I saw that it was still present in some steps of the build.
Notably when krb5/gssapi was used:
...
-- Found GSSAPI: -L/usr/lib/x86_64-linux-gnu/mit-krb5
-Wl,-Bsymbolic-functions
Same thing with -Wl,-Bsymbolic-functions:
https://lists.ubuntu.com/archives/ubuntu-devel/2018-June/040371.html
On Fri, Apr 29, 2022 at 10:50 AM Andreas Hasenack wrote:
>
> Hi,
>
> I disabled lto in a build according to the instructions from [1]:
>
> export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
>
On Friday, April 29 2022, Andreas Hasenack wrote:
> Hi,
>
> I disabled lto in a build according to the instructions from [1]:
>
> export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
>
> But I saw that it was still present in some steps of the build.
> Notably when krb5/gssapi was used:
> ...
> -- Found G
Hi Sergio, thanks for the reply
On Fri, Apr 29, 2022 at 3:14 PM Sergio Durigan Junior
wrote:
> Either way, I believe this issue should be addressed in krb5 as I said
> above. I haven't been able to find any bug about this in upstream's bug
> tracker.
I filed https://bugs.launchpad.net/ubuntu/+s
On Friday, April 29 2022, Andreas Hasenack wrote:
> Hi Sergio, thanks for the reply
>
> On Fri, Apr 29, 2022 at 3:14 PM Sergio Durigan Junior
> wrote:
>> Either way, I believe this issue should be addressed in krb5 as I said
>> above. I haven't been able to find any bug about this in upstream's
Thanks all, good feedback both on some items to check into and general
interest in seeing this go into main. Also has been some good off-list
feedback on some logistics details. I think the general sense is we'll
move forward with it, but first need to digest the input as a team and
plan out our
Sergio Durigan Junior schrieb am Fr., 29. Apr. 2022,
20:14:
> On Friday, April 29 2022, Andreas Hasenack wrote:
>
> > Hi,
> >
> > I disabled lto in a build according to the instructions from [1]:
> >
> > export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
> >
> > But I saw that it was still present in s
Hi Andreas,
On Fri, Apr 29, 2022 at 10:50:21AM -0300, Andreas Hasenack wrote:
> I disabled lto in a build according to the instructions from [1]:
> export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
> But I saw that it was still present in some steps of the build.
> Notably when krb5/gssapi was used: