I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Andreas Hasenack
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

Re: I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Andreas Hasenack
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 >

Re: I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Sergio Durigan Junior
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

Re: I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Andreas Hasenack
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

Re: I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Sergio Durigan Junior
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

Re: pv (a pipeline progress indicator) in main?

2022-04-29 Thread Bryce Harrington
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

Re: I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Julian Andres Klode
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

Re: I disabled lto, but it comes back in via -config --libs

2022-04-29 Thread Steve Langasek
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: