22 Jan
2024
22 Jan
'24
09:55
Hello, Thanks for everyone. https://build.opensuse.org/package/view_file/openSUSE:Factory/gcc13/gcc13.sp... at line 225: ------------------------------------ Name: gcc13 BuildRequires: xz .... BuildRequires: glibc-devel-32bit .... ------------------------------------ It needs glibc-devel-32bit for build gcc13. And then look at here: https://build.opensuse.org/projects/openSUSE:Factory/packages/glibc:i686/rep... "glibc-devel-32bit" is imported from i586. Is it possible to build gcc with out "glibc-devel-32bit"? Or without importing from i586, how can man build "glibc-devel-32bit" on x86_64? Thank you.