Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-07 Thread Florian Weimer
* David Abdurachmanov: > On Thu, Feb 1, 2024 at 3:24 PM Florian Weimer wrote: >> Please try this: >> >> diff --git a/glibc.spec b/glibc.spec >> index 6116752..e4d5e44 100644 >> --- a/glibc.spec >> +++ b/glibc.spec >> @@ -1571,6 +1571,10 @@ for lib in lib lib64; do >> set +x >>

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-07 Thread David Abdurachmanov
On Thu, Feb 1, 2024 at 3:24 PM Florian Weimer wrote: > Please try this: > > diff --git a/glibc.spec b/glibc.spec > index 6116752..e4d5e44 100644 > --- a/glibc.spec > +++ b/glibc.spec > @@ -1571,6 +1571,10 @@ for lib in lib lib64; do > set +x > slbase=$(basename $sl

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-01 Thread Florian Weimer
* Richard W. M. Jones: >> We will have to fix this again (and wrap-find-debuginfo.sh and as well) >> once Fedora adopts the standard RISC-V paths. > > Shouldn't we adopt the normal Fedora paths instead? No, we should use the official RISC-V paths because we might need them if we want to adopt oth

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-01 Thread David Abdurachmanov
On Thu, Feb 1, 2024 at 4:10 PM David Abdurachmanov wrote: > > On Thu, Feb 1, 2024 at 3:44 PM Richard W.M. Jones wrote: > > > > On Thu, Feb 01, 2024 at 02:24:10PM +0100, Florian Weimer wrote: > > > * David Abdurachmanov: > > > > > > > Hi Florian, > > > > > > > > I was trying to build the latest gl

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-01 Thread David Abdurachmanov
On Thu, Feb 1, 2024 at 3:44 PM Richard W.M. Jones wrote: > > On Thu, Feb 01, 2024 at 02:24:10PM +0100, Florian Weimer wrote: > > * David Abdurachmanov: > > > > > Hi Florian, > > > > > > I was trying to build the latest glibc [0] in Fedora 40 for riscv64, > > > but it failed. It seems to be related

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-01 Thread Richard W.M. Jones
On Thu, Feb 01, 2024 at 02:24:10PM +0100, Florian Weimer wrote: > * David Abdurachmanov: > > > Hi Florian, > > > > I was trying to build the latest glibc [0] in Fedora 40 for riscv64, > > but it failed. It seems to be related to your last commit. > > > > [..] > > + ln -s libBrokenLocale.so.1 usr/l

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-01 Thread Florian Weimer
* David Abdurachmanov: > Hi Florian, > > I was trying to build the latest glibc [0] in Fedora 40 for riscv64, > but it failed. It seems to be related to your last commit. > > [..] > + ln -s libBrokenLocale.so.1 usr/lib64/libBrokenLocale.so > + for sl in `find $RPM_BUILD_ROOT/$pfx$lib -maxdepth 1 -

Re: "noarch sysroot subpackages" commit breaks glibc compile on riscv64

2024-02-01 Thread Richard W.M. Jones
[Adding Fedora devel] On Thu, Feb 01, 2024 at 02:29:41PM +0200, David Abdurachmanov wrote: > Hi Florian, > > I was trying to build the latest glibc [0] in Fedora 40 for riscv64, > but it failed. It seems to be related to your last commit. > > [..] > + ln -s libBrokenLocale.so.1 usr/lib64/libBrok