[Bug rust/113056] New: [14 regression] Build failure in libgrust

2023-12-17 Thread sjames at gcc dot gnu.org
h /var/tmp/portage/sys-devel/gcc-14.0.0_pre20231217/work/gcc-14-20231217/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/14 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include --datadir=/usr/share/gcc-data/x86_64-pc-li

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #1 from Sam James --- Created attachment 56897 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56897&action=edit config.log (libgrust) -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #2 from Sam James --- Created attachment 56898 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56898&action=edit build.log.xz -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #3 from Andrew Pinski --- Well this is not right: /var/tmp/portage/sys-devel/gcc-14.0.0_pre20231217/work/build/32/./gcc/xgcc: not 32 should not be there ... -- You are receiving this mail because: You are on the CC list for the bu

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #4 from Andrew Pinski --- Looks like multilib support in libgrust is just broken. I suspect it would be worse on other targets where there are many more multilibs. -- You are receiving this mail because: You are on the CC list for

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 Andrew Pinski changed: What|Removed |Added Keywords||build -- You are receiving this mail b

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #5 from Sam James --- ftr (given I only gave a packaged build log) repro'd with ./configure --prefix=/tmp/gcc --enable-languages=c,c++,rust --enable-multilib --with-multilib-list=m32,m64 --with-checking=yes,extra,rtl --disable-analyz

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #6 from Andrew Pinski --- I just did: ``` mkdir objdir cd objdir ../configure --enable-languages=rust make -j24 ``` And it work ... -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #8 from Sam James --- for the pkg build (original report): no for the quick test I did earlier: yes because I was rushing, oops -- You are receiving this mail because: You are on the CC list for the bug.

[Bug rust/113056] [14 regression] Build failure in libgrust

2023-12-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056 --- Comment #9 from Andrew Pinski --- I am testing out using an absolute path for configure right now. Seeing if that changes things ... -- You are receiving this mail because: You are on the CC list for the bug.