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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 1, 2024 at 3:24 PM Florian Weimer <fweimer@xxxxxxxxxx> 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)
>                 sltarget=$(basename $(readlink $sl))
> +               if test "$sltarget" = . ; then
> +                   # This is the lp64d symbolic link on riscv64, see above.
> +                   continue
> +               fi
>                 if ! test -r usr/$lib/$sltarget; then
>                     echo "$sl: inferred $sltarget ($(readlink $sl)) missing"
>                     exit 1
>
Hi Florian,

The above worked. See the build:
http://fedora.riscv.rocks/koji/buildinfo?buildID=281296

Could you land this change to glibc.spec?

Cheers,
david
--
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux