Bug#773300: Improve glibc bootstrap

2015-09-09 Thread Helmut Grohne
In the mean time, the other patch #766877 was merged into experimental. Time to review this bug. Unfortunately, the original submission lacks details on what problems are being solved, so assessing the solutions is difficult and I do not understand all the aspects. | diff -urN debian/rules

Bug#773300: Improve glibc bootstrap

2015-05-10 Thread YunQiang Su
在 2015年5月2日,上午4:52,YunQiang Su wzss...@gmail.com 写道: On Thu, 18 Dec 2014 23:44:33 +0800 YunQiang Su wzss...@gmail.com wrote: Sorry, forgot to attach the new patch. On Thu, Dec 18, 2014 at 11:44 PM, YunQiang Su wzss...@gmail.com wrote: Thank you for pointing them out. On Wed, Dec 17,

Bug#773300: Improve glibc bootstrap

2015-05-10 Thread YunQiang Su
- dh_shlibdeps -p$(curpass) + [ -n $$(echo $(curpass) | grep 'mips32') ] o32_libs=-l$(CURDIR)/debian/$(curpass)/libo32/; \ + dh_shlibdeps $$o32_libs -p$(curpass) This is due to on mips{n32,64}{el,}, o32 libraries are in (/usr)/libo32, while they are not standard path,

Bug#773300: Improve glibc bootstrap

2015-05-01 Thread YunQiang Su
On Thu, 18 Dec 2014 23:44:33 +0800 YunQiang Su wzss...@gmail.com wrote: Sorry, forgot to attach the new patch. On Thu, Dec 18, 2014 at 11:44 PM, YunQiang Su wzss...@gmail.com wrote: Thank you for pointing them out. On Wed, Dec 17, 2014 at 3:10 AM, Helmut Grohne hel...@subdivi.de wrote:

Bug#773300: Improve glibc bootstrap

2014-12-18 Thread YunQiang Su
Thank you for pointing them out. On Wed, Dec 17, 2014 at 3:10 AM, Helmut Grohne hel...@subdivi.de wrote: On Tue, Dec 16, 2014 at 11:39:40PM +0800, YunQiang Su wrote: Hi, the attached patch can improve bootstrapping of glibc. Partially, this seems to be a duplicate of #766877. Maybe these

Bug#773300: Improve glibc bootstrap

2014-12-18 Thread YunQiang Su
Sorry, forgot to attach the new patch. On Thu, Dec 18, 2014 at 11:44 PM, YunQiang Su wzss...@gmail.com wrote: Thank you for pointing them out. On Wed, Dec 17, 2014 at 3:10 AM, Helmut Grohne hel...@subdivi.de wrote: On Tue, Dec 16, 2014 at 11:39:40PM +0800, YunQiang Su wrote: Hi, the attached

Bug#773300: Improve glibc bootstrap

2014-12-16 Thread YunQiang Su
Package: src:glibc Version: 2.20-1 Hi, the attached patch can improve bootstrapping of glibc. It produces the similiar stage1 glibc (libc6/libc6-dev and multilib version of them), at the same time, the dependencies of them are also correct. So it will more smooth to bootstrap Debian. Please

Bug#773300: Improve glibc bootstrap

2014-12-16 Thread Helmut Grohne
On Tue, Dec 16, 2014 at 11:39:40PM +0800, YunQiang Su wrote: Hi, the attached patch can improve bootstrapping of glibc. Partially, this seems to be a duplicate of #766877. Maybe these should be merged? It produces the similiar stage1 glibc (libc6/libc6-dev and multilib version of them), at