[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Rico Tzschichholz
Same problem with libreoffice which makes use of /usr/share/dpkg/buildflags.mk too https://launchpad.net/ubuntu/+source/libreoffice/4:24.2.4-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Benjamin Drung
** Changed in: dpkg (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070015 Title: dpkg-buildpackage broke rp-pppoe building To manage notifications about

[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Benjamin Drung
I found the reason: rp-pppoe does not use dh but includes /usr/share/dpkg/buildflags.mk which calls `dpkg-buildflags --get LDFLAGS`. This command only exports LDFLAGS but does not expose the needed environment variables. So we need to expose them in /usr/share/dpkg/buildflags.mk as well. --

[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Gianfranco Costamagna
Not sure how much this makes sense, but the warnings might disappear with this patch? diff -Nru dpkg-1.22.6ubuntu13/scripts/t/mk/buildflags.mk dpkg-1.22.6ubuntu14/scripts/t/mk/buildflags.mk --- dpkg-1.22.6ubuntu13/scripts/t/mk/buildflags.mk 2024-06-14 16:08:27.0 +0200 +++

[Bug 2070015] Re: dpkg-buildpackage broke rp-pppoe building

2024-06-21 Thread Gianfranco Costamagna
https://launchpad.net/ubuntu/+source/rp-pppoe/4.0-1ubuntu1 ** Description changed: Hello, few things broke with last dpkg uploads: https://pastebin.ubuntu.com/p/2GN5fdtpsz/ configure:2498: gcc -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer