Re: [Rpm-maint] better way to port packages to new architectures

2013-04-05 Thread Panu Matilainen
On 04/05/2013 04:06 PM, Kamil Dudka wrote: Hi RPM hackers, Dennis Gilmore routed me to this mailing-list with my question. In order to fix the following bugs: https://bugzilla.redhat.com/show_bug.cgi?id=924967 https://bugzilla.redhat.com/show_bug.cgi?id=925048 ... I asked upstream t

Re: [Rpm-maint] [PATCH] fix loading NSS libraries prior to chrooting

2013-04-05 Thread Thierry Vignaud
On 5 April 2013 08:00, Panu Matilainen wrote: >> rpm preloads NSS libraries prior to chrooting in order to >> fix group lookup in the chroot (when installing in a chroot): >> lib/rpmrc.c-/* Force preloading of dlopen()'ed libraries in case >> we go chrooting */ >> lib/rpmrc.c:(void) getho

[Rpm-maint] better way to port packages to new architectures

2013-04-05 Thread Kamil Dudka
Hi RPM hackers, Dennis Gilmore routed me to this mailing-list with my question. In order to fix the following bugs: https://bugzilla.redhat.com/show_bug.cgi?id=924967 https://bugzilla.redhat.com/show_bug.cgi?id=925048 ... I asked upstream to use autoconf-2.69+ for making the tarballs f

Re: [Rpm-maint] [PATCH] fix loading NSS libraries prior to chrooting

2013-04-05 Thread Michael Schroeder
On Thu, Apr 04, 2013 at 10:09:57PM +0200, Thierry Vignaud wrote: > rpm preloads NSS libraries prior to chrooting in order to > fix group lookup in the chroot (when installing in a chroot): > lib/rpmrc.c-/* Force preloading of dlopen()'ed libraries in case > we go chrooting */ > lib/rpmrc.c: