public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/108186] New: Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
@ 2022-12-20 10:59 alexei1.84 at mail dot ru
  2022-12-20 12:47 ` [Bug bootstrap/108186] " rguenth at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-20 10:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108186

            Bug ID: 108186
           Summary: Bootstrap comparison failure.gcc-12.2.0 differs
                    gcc/plugin.o gcc/gcc.o
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: alexei1.84 at mail dot ru
  Target Milestone: ---

Created attachment 54129
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54129&action=edit
configure and make log file archive

cd build
wget https://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/gcc-12.2.0.tar.gz
tar xvf gcc-12.2.0.tar.gz
cd gcc-12.2.0
# from linuxfrom scratch
# https://linuxfromscratch.org/blfs/view/svn/general/gcc.html
sed -e '/m64=/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64

mkdir build && cd build
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu
# to avoid error x86_64-linux-gnu search

../configure --prefix=/tools/gcc-9.4.0 LD=ld --enable-gcov --enable-libssp
--enable-bootstrap --enable-lto --with-isl=/usr/local --with-mpc=/usr/local
--with-mpfr=/usr/local --with-gmp=/usr/local --with-system-zlib
--enable-host-shared --disable-multilib --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu
--enable-languages=c,c++,fortran,objc,obj-c++,jit,go > my2.log

// ----------------------- error ---------------------------

Comparing stages 2 and 3
Bootstrap comparison failure!
gcc/plugin.o differs
gcc/gcc.o differs
make[2]: *** [Makefile:27331: compare] Ошибка 1
make[2]: выход из каталога «/mnt/Git/apt-build/build/gcc-12.2.0/build»
make[1]: *** [Makefile:27311: stage3-bubble] Ошибка 2
make[1]: выход из каталога «/mnt/Git/apt-build/build/gcc-12.2.0/build»
make: *** [Makefile:1072: all] Ошибка 2make

// -------------------- installed gcc version ------------------------
alexei@Aspire:~ $ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)

// ------------ my system - Linux Mint 20.3 Cinnamon -----------
alexei@Aspire:~/build/gcc-12.2.0/build $ uname -a
Linux Aspire 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022
x86_64 GNU/Linux

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-12-22  1:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20 10:59 [Bug bootstrap/108186] New: Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o alexei1.84 at mail dot ru
2022-12-20 12:47 ` [Bug bootstrap/108186] " rguenth at gcc dot gnu.org
2022-12-20 13:34 ` pinskia at gcc dot gnu.org
2022-12-21  5:26 ` alexei1.84 at mail dot ru
2022-12-21  9:40 ` alexei1.84 at mail dot ru
2022-12-21  9:41 ` alexei1.84 at mail dot ru
2022-12-21  9:46 ` alexei1.84 at mail dot ru
2022-12-21 22:51 ` alexei1.84 at mail dot ru
2022-12-21 22:52 ` alexei1.84 at mail dot ru
2022-12-21 23:15 ` alexei1.84 at mail dot ru
2022-12-22  1:18 ` alexei1.84 at mail dot ru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).