Bug#843073: dpkg: dpkg-shlibdeps failing due to /usr/lib/ld-linux-armhf.so.3 symlink

2016-11-16 Thread Felipe Sateler
On 15 November 2016 at 18:17, Wookey wrote: > On 2016-11-15 15:53 -0300, Felipe Sateler wrote: >> On Tue, 15 Nov 2016 17:22:12 + Wookey wrote: >> > Package: dpkg >> > Version: 1.18.10 >> > Severity: normal >> > >> > I built a large package (mythtv)

Bug#843073: dpkg: dpkg-shlibdeps failing due to /usr/lib/ld-linux-armhf.so.3 symlink

2016-11-15 Thread Wookey
Wookey wrote: Anyway, I'll test raphael's patch. OK, so building dpkg is a bit tricky becuase it FTBFS with the same ld-linux-armhf.so.3 dpkg-shlibdeps error, but adding a -l/lib/ in the rules file fixed it. With the new dpkg installed, mythtv did indeed run through dh_shlibdeps OK, although

Bug#843073: dpkg: dpkg-shlibdeps failing due to /usr/lib/ld-linux-armhf.so.3 symlink

2016-11-15 Thread Marco d'Itri
On Nov 15, Wookey wrote: > How is the usrmerge done? bind-mounting? hardlinks? rename(2) > Is dpkg-shlibdeps the only thing that is going to wrong if files stop > having a canonical location in the system? It's a pretty major change > having every library (and a load of

Bug#843073: dpkg: dpkg-shlibdeps failing due to /usr/lib/ld-linux-armhf.so.3 symlink

2016-11-15 Thread Wookey
On 2016-11-15 15:53 -0300, Felipe Sateler wrote: > On Tue, 15 Nov 2016 17:22:12 + Wookey wrote: > > Package: dpkg > > Version: 1.18.10 > > Severity: normal > > > > I built a large package (mythtv) with this recipie: > > git clone https://github.com/MythTV/packaging -b

Bug#843073: dpkg: dpkg-shlibdeps failing due to /usr/lib/ld-linux-armhf.so.3 symlink

2016-11-15 Thread Felipe Sateler
Control: forcemerge 843073 844430 Hi, On Tue, 15 Nov 2016 17:22:12 + Wookey wrote: > Package: dpkg > Version: 1.18.10 > Severity: normal > > I built a large package (mythtv) with this recipie: > git clone https://github.com/MythTV/packaging -b fixes/0.28 > cd