Bug#952610: fixed in meson 0.53.2-2

2020-03-12 Thread Jussi Pakkanen
On Tue, 10 Mar 2020 at 11:30, Gianfranco Costamagna wrote: > > Can you test if the issue is fixed fro you if you add > > stderr=subprocess.DEVNULL to debcrossgen line 38? > > > > ./debian/tests/crossbuild 1> /dev/null > dpkg-architecture: warning: specified GNU system type arm-linux-gnueabihf >

Bug#952610: fixed in meson 0.53.2-2

2020-03-10 Thread Gianfranco Costamagna
Hello, On Tue, 3 Mar 2020 23:01:41 +0200 Jussi Pakkanen wrote: > On Mon, Mar 2, 2020 at 4:27 PM Gianfranco Costamagna > wrote: > > > lets see the sum of the issues without the stderr change > > > > amd64: > > crossbuild FAIL stderr: dpkg-architecture: warning: specified GNU > >

Bug#952610: fixed in meson 0.53.2-2

2020-03-09 Thread Sebastien Bacher
> Maybe the autopkg dependency lookup code gets confused by @builddeps@ somehow? Right, that's an known limitation of the autopkgtest infrastructure at the moment, builddepds resolve fine for installing packages in the test environement but fail to register triggers. You can workaround by adding

Bug#952610: fixed in meson 0.53.2-2

2020-03-03 Thread Jussi Pakkanen
On Mon, Mar 2, 2020 at 4:27 PM Gianfranco Costamagna wrote: > lets see the sum of the issues without the stderr change > > amd64: > crossbuild FAIL stderr: dpkg-architecture: warning: specified GNU > system type arm-linux-gnueabihf does not match CC system type >

Bug#952610: fixed in meson 0.53.2-2

2020-03-02 Thread Gianfranco Costamagna
Hello! On Mon, 2 Mar 2020 13:45:31 +0200 Jussi Pakkanen wrote: > On Mon, Mar 2, 2020 at 1:15 PM Gianfranco Costamagna > wrote: > > > The following patch is not enough, because of something printed on stderr. > > > > I'm attaching a "fix" (better would be do not throw stuff on stderr) > >

Bug#952610: fixed in meson 0.53.2-2

2020-03-02 Thread Jussi Pakkanen
On Mon, Mar 2, 2020 at 1:15 PM Gianfranco Costamagna wrote: > The following patch is not enough, because of something printed on stderr. > > I'm attaching a "fix" (better would be do not throw stuff on stderr) > crossbuild FAIL stderr: dpkg-architecture: warning: specified GNU >

Bug#952610: fixed in meson 0.53.2-2

2020-03-02 Thread Gianfranco Costamagna
control: reopen -1 control: notfixed -1 0.53.2-2 control: tags -1 patch >* Fix autopkgtest dependencies. Closes: #952610 unfortunately I was testing the patch only this morning, and I saw your upload. The following patch is not enough, because of something printed on stderr. I'm attaching