Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-16 Thread Andrew Wood
On Wed, Nov 02, 2016 at 04:27:21PM -0400, Antoine Beaupré wrote: > On 2016-11-02 16:10:14, Helmut Grohne wrote: > > On Wed, Nov 02, 2016 at 02:37:35PM -0400, Antoine Beaupré wrote: > >> Hmm... I am not very familiar with cross-compiling, but this looks to me > >> like a toolchain issue. pv doesn't

Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-02 Thread Antoine Beaupré
On 2016-11-02 16:10:14, Helmut Grohne wrote: > On Wed, Nov 02, 2016 at 02:37:35PM -0400, Antoine Beaupré wrote: >> Hmm... I am not very familiar with cross-compiling, but this looks to me >> like a toolchain issue. pv doesn't do anything particular to call "the >> wrong LD" - why should I have to p

Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-02 Thread Helmut Grohne
On Wed, Nov 02, 2016 at 02:37:35PM -0400, Antoine Beaupré wrote: > Hmm... I am not very familiar with cross-compiling, but this looks to me > like a toolchain issue. pv doesn't do anything particular to call "the > wrong LD" - why should I have to pass a specific linker here? That's a good questio

Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-02 Thread Antoine Beaupré
On 2016-11-02 14:16:03, Helmut Grohne wrote: > On Wed, Nov 02, 2016 at 07:14:16PM +0100, Helmut Grohne wrote: >> Please consider applying the attached patch. > > And now ith the patch, sorry. [...] > diff --minimal -Nru pv-1.6.0/debian/rules pv-1.6.0/debian/rules > --- pv-1.6.0/debian/rules 201

Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-02 Thread Helmut Grohne
On Wed, Nov 02, 2016 at 07:14:16PM +0100, Helmut Grohne wrote: > Please consider applying the attached patch. And now ith the patch, sorry. Helmut diff --minimal -Nru pv-1.6.0/debian/changelog pv-1.6.0/debian/changelog --- pv-1.6.0/debian/changelog 2015-06-05 06:04:07.0 +0200 +++ pv-1.6

Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-02 Thread Antoine Beaupré
On 2016-11-02 14:14:17, Helmut Grohne wrote: > Source: pv > Version: 1.6.0-1 > Tags: patch > User: helm...@debian.org > Usertags: rebootstrap > > pv mostly cross compiles fine. Just in the end it invokes plain ld, > which happens to be the build architecture linker. It seems like it uses > make's d

Bug#842978: pv FTCBFS: uses build architecture ld

2016-11-02 Thread Helmut Grohne
Source: pv Version: 1.6.0-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap pv mostly cross compiles fine. Just in the end it invokes plain ld, which happens to be the build architecture linker. It seems like it uses make's default LD rather than supplying one from configure. In any, ca