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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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 ` rguenth at gcc dot gnu.org
  2022-12-20 13:34 ` pinskia at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-12-20 12:47 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-linux-gnu

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
can you try configuring with --without-build-config please?

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-20 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Does this comparison failure happen if you set LANG environment variable to C
before doing a bootstrap?
If it please let us know which your environment variables so we can figure out
which sort is the issue.

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21  5:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Andrew Pinski from comment #2)
> Does this comparison failure happen if you set LANG environment variable to
> C before doing a bootstrap?
> If it please let us know which your environment variables so we can figure
> out which sort is the issue.

I didn't changed parameters especially for gcc build
alexei@Aspire: echo $LANG
ru_RU.UTF-8

alexei@Aspire: printenv
SHELL=/bin/bash
SESSION_MANAGER=local/Aspire:@/tmp/.ICE-unix/1540,unix/Aspire:/tmp/.ICE-unix/1540
QT_ACCESSIBILITY=1
COLORTERM=truecolor
XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg/
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
NVM_INC=/home/alexei/.nvm/versions/node/v17.3.0/include/node
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
HISTSIZE=
LANGUAGE=ru_RU
LC_ADDRESS=ru_RU.UTF-8
JAVA_HOME=/opt/jdk
LC_NAME=ru_RU.UTF-8
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
CINNAMON_VERSION=5.2.7
DESKTOP_SESSION=cinnamon
LC_MONETARY=ru_RU.UTF-8
SSH_AGENT_PID=1666
GOROOT_BOOTSTRAP=/mnt/Git/langs/go-1.19.2
GTK_MODULES=gail:atk-bridge
XDG_SEAT=seat0
PWD=/mnt/Git/apt-build/build/gcc/gcc
NIX_PROFILES=/nix/var/nix/profiles/default /home/alexei/.nix-profile
XDG_SESSION_DESKTOP=cinnamon
LOGNAME=alexei
QT_QPA_PLATFORMTHEME=qt5ct
XDG_SESSION_TYPE=x11
MANPATH=/home/alexei/.nvm/versions/node/v17.3.0/share/man:/opt/jdk/man
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
XORG_PREFIX=/usr/local
XAUTHORITY=/home/alexei/.Xauthority
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/alexei
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
GDM_LANG=ru
HOME=/home/alexei
LC_PAPER=ru_RU.UTF-8
LANG=ru_RU.UTF-8
HISTFILE=/home/alexei/.bash_eternal_history
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.swp=00;90:*.tmp=00;90:*.dpkg-dist=00;90:*.dpkg-old=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:
XDG_CURRENT_DESKTOP=X-Cinnamon
VTE_VERSION=6003
NIX_SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/2a3caa56_4eff_4c17_a98d_338d453d0812
CPP_INCLUDE_PATH=:/usr/local/include
GOROOT=/mnt/Git/langs/go
XORG_CONFIG=--prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
--disable-static
GJS_DEBUG_OUTPUT=stderr
NVM_DIR=/home/alexei/.nvm
LESSCLOSE=/usr/bin/lesspipe %s %s
XDG_SESSION_CLASS=user
TERM=xterm-256color
LC_IDENTIFICATION=ru_RU.UTF-8
GTK_OVERLAY_SCROLLING=1
ACLOCAL_PATH=/usr/local/share/aclocal
LESSOPEN=| /usr/bin/lesspipe %s
LIBVIRT_DEFAULT_URI=qemu:///system
USER=alexei
GNOME_TERMINAL_SERVICE=:1.168
DISPLAY=:0
SHLVL=1
NVM_CD_FLAGS=
LC_TELEPHONE=ru_RU.UTF-8
LC_MEASUREMENT=ru_RU.UTF-8
XDG_VTNR=7
XDG_SESSION_ID=c1
PAPERSIZE=a4
CLASSPATH=.
LD_LIBRARY_PATH=:/usr/local/lib
XDG_RUNTIME_DIR=/run/user/1000
PS1=\[\e]0;\u@\h:
\w\a\]\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]
\[\033[00;32m\]$(git_branch)\[\033[00m\]$ 
LC_TIME=ru_RU.UTF-8
GTK3_MODULES=xapp-gtk3-module
XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/alexei/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/share/:/var/lib/snapd/desktop
PATH=/home/alexei/.nvm/versions/node/v17.3.0/bin:/home/alexei/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/home/alexei/.local/bin:/home/alexei/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/opt/GNAT/2021/bin:/snap/bin:/opt/jdk/bin
HISTIGNORE=&:[bf]g:exit
GDMSESSION=cinnamon
HISTFILESIZE=
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
C_INCLUDE_PATH=:/usr/local/include
NVM_BIN=/home/alexei/.nvm/versions/node/v17.3.0/bin
LC_NUMERIC=ru_RU.UTF-8
GOPATH=/usr/local/bin
OLDPWD=/mnt/Git/apt-build/build/gcc
_=/usr/local/bin/printenv

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (2 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from AlexK <alexei1.84 at mail dot ru> ---
Created attachment 54140
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54140&action=edit
--without-build-config:  =>  zstd link error

zstd link error

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (3 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21  9:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Richard Biener from comment #1)
> can you try configuring with --without-build-config please?
first small error - zstd link
I will change Makefile in gcc
see mylog.tar.gz attachment

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (4 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21  9:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Richard Biener from comment #1)
> can you try configuring with --without-build-config please?

/mnt/Git/apt-build/build/gcc-12.2.0/build $ 

../configure --prefix=/tools/gcc-12.2.0  --without-build-config 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
configure: error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
https://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.

/mnt/Git/apt-build/build/gcc-12.2.0/build $  make

libtool: install: warning: remember to run `libtool --finish
/tools/gcc-12.2.0/libexec/gcc/x86_64-pc-linux-gnu/12.2.0'
configure: WARNING: fixed-point is not supported for this target, ignored

Links are now set up to build a native compiler for x86_64-pc-linux-gnu.
../../../libcpp/expr.cc: In function ‘unsigned int
cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../libcpp/expr.cc:808:18: warning: format not a string literal and no
format arguments [-Wformat-security]
  808 |        0, message);
      |                  ^
../../../libcpp/expr.cc:811:39: warning: format not a string literal and no
format arguments [-Wformat-security]
  811 |           virtual_location, 0, message);
      |                                       ^
../../../libcpp/expr.cc:821:34: warning: format not a string literal and no
format arguments [-Wformat-security]
  821 |      virtual_location, 0, message);
      |                                  ^
../../../libcpp/macro.cc: In member function ‘vaopt_state::update_type
vaopt_state::update(const cpp_token*)’:
../../../libcpp/macro.cc:186:23: warning: format not a string literal and no
format arguments [-Wformat-security]
  186 |      vaopt_paste_error);
      |                       ^
../../../libcpp/macro.cc:215:24: warning: format not a string literal and no
format arguments [-Wformat-security]
  215 |       vaopt_paste_error);
      |                        ^
../../../libcpp/macro.cc: In function ‘cpp_macro*
create_iso_definition(cpp_reader*)’:
../../../libcpp/macro.cc:3704:58: warning: format not a string literal and no
format arguments [-Wformat-security]
 3704 |        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
      |                                                          ^
../../../libcpp/macro.cc:3719:58: warning: format not a string literal and no
format arguments [-Wformat-security]
 3719 |        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
      |                                                          ^
file: Compiled magic version [538] does not match with shared library magic
version [543]

../../libcpp/expr.cc: In function ‘unsigned int
cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../libcpp/expr.cc:808:18: warning: format not a string literal and no format
arguments [-Wformat-security]
  808 |        0, message);
      |                  ^
../../libcpp/expr.cc:811:39: warning: format not a string literal and no format
arguments [-Wformat-security]
  811 |           virtual_location, 0, message);
      |                                       ^
../../libcpp/expr.cc:821:34: warning: format not a string literal and no format
arguments [-Wformat-security]
  821 |      virtual_location, 0, message);
      |                                  ^
../../libcpp/macro.cc: In member function ‘vaopt_state::update_type
vaopt_state::update(const cpp_token*)’:
../../libcpp/macro.cc:186:23: warning: format not a string literal and no
format arguments [-Wformat-security]
  186 |      vaopt_paste_error);
      |                       ^
../../libcpp/macro.cc:215:24: warning: format not a string literal and no
format arguments [-Wformat-security]
  215 |       vaopt_paste_error);
      |                        ^
../../libcpp/macro.cc: In function ‘cpp_macro*
create_iso_definition(cpp_reader*)’:
../../libcpp/macro.cc:3704:58: warning: format not a string literal and no
format arguments [-Wformat-security]
 3704 |        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
      |                                                          ^
../../libcpp/macro.cc:3719:58: warning: format not a string literal and no
format arguments [-Wformat-security]
 3719 |        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
      |                                                          ^
/home/rguenther/src/releases/gcc-12.2.0/gcc-12.2.0/gcc/gengtype-lex.l: In
function ‘int yylex(const char**)’:
gengtype-lex.cc:356:15: warning: this statement may fall through
[-Wimplicit-fallthrough=]
/home/rguenther/src/releases/gcc-12.2.0/gcc-12.2.0/gcc/gengtype-lex.l:119:1:
note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
/home/rguenther/src/releases/gcc-12.2.0/gcc-12.2.0/gcc/gengtype-lex.l:114:1:
note: here
gengtype-lex.cc:356:15: warning: this statement may fall through
[-Wimplicit-fallthrough=]
/home/rguenther/src/releases/gcc-12.2.0/gcc-12.2.0/gcc/gengtype-lex.l:139:1:
note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
/home/rguenther/src/releases/gcc-12.2.0/gcc-12.2.0/gcc/gengtype-lex.l:135:1:
note: here
GIMPLE decision tree has 4127 leafs, maximum depth 28 and a total number of
17761 nodes
removed 2724 duplicate tails
GENERIC decision tree has 3770 leafs, maximum depth 13 and a total number of
15889 nodes
removed 2560 duplicate tails
Statistics for recog:
  Number of decisions:  68532
  longest path:           337 (code:   6968)
  longest backtrack:       34 (code:   5866)
Statistics for split_insns:
  Number of decisions:  19767
  longest path:           169 (code:   1078)
  longest backtrack:       23 (code:    709)
Statistics for peephole2_insns:
  Number of decisions:   2960
  longest path:           880 (code:    197)
  longest backtrack:       55 (code:    303)
Shared 69645 out of 121921 states by creating 12116 new states, saving 57529
/usr/local/bin/ld: lto-compress.o: в функции «lto_normalized_zstd_level()»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:120:
неопределённая ссылка на «ZSTD_maxCLevel»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:121:
неопределённая ссылка на «ZSTD_maxCLevel»
/usr/local/bin/ld: lto-compress.o: в функции
«lto_compression_zstd(lto_compression_stream*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:135:
неопределённая ссылка на «ZSTD_compressBound»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:138:
неопределённая ссылка на «ZSTD_compress»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:141:
неопределённая ссылка на «ZSTD_isError»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:142:
неопределённая ссылка на «ZSTD_getErrorName»
/usr/local/bin/ld: lto-compress.o: в функции
«lto_uncompression_zstd(lto_compression_stream*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:161:
неопределённая ссылка на «ZSTD_getFrameContentSize»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:168:
неопределённая ссылка на «ZSTD_decompress»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:170:
неопределённая ссылка на «ZSTD_isError»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/gcc/../../gcc/lto-compress.cc:171:
неопределённая ссылка на «ZSTD_getErrorName»
collect2: error: ld returned 1 exit status
make[3]: *** [../../gcc/c/Make-lang.in:87: cc1] Ошибка 1
make[2]: *** [Makefile:4963: all-stage1-gcc] Ошибка 2
make[1]: *** [Makefile:27037: stage1-bubble] Ошибка 2
make: *** [Makefile:1072: all] Ошибка 2

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (5 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21 22:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Richard Biener from comment #1)
> can you try configuring with --without-build-config please?

I changed gcc/Makefile by
sed -i 's/^ZSTD_LIB[ ]*=.*$/ZSTD_LIB = -lzstd/' gcc/Makefile

and continued
............

now I have undefined libintl in c++tools directory
./libstdc++-v3/src/c++11/functexcept.cc:70: неопределённая ссылка на
«libintl_gettext»
......

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (6 preceding siblings ...)
  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
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21 22:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Richard Biener from comment #1)
> can you try configuring with --without-build-config please?

make[2]: вход в каталог «/mnt/Git/apt-build/build/gcc-12.2.0/build/c++tools»
/mnt/Git/apt-build/build/gcc-12.2.0/build/./gcc/xg++
-B/mnt/Git/apt-build/build/gcc-12.2.0/build/./gcc/ -nostdinc++ `if test -f
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags;
then /bin/bash
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/scripts/testsuite_flags
--build-includes; else echo -funconfigured-libstdc++-v3 ; fi`
-L/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src
-L/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
-L/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
-B/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
-B/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
-B/tools/gcc-12.2.0/x86_64-pc-linux-gnu/bin/
-B/tools/gcc-12.2.0/x86_64-pc-linux-gnu/lib/ -isystem
/tools/gcc-12.2.0/x86_64-pc-linux-gnu/include -isystem
/tools/gcc-12.2.0/x86_64-pc-linux-gnu/sys-include   -fchecking=1
-static-libstdc++ -static-libgcc   -o g++-mapper-server server.o resolver.o
../libcody/libcody.a ../libiberty/libiberty.a 
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a(functexcept.o):
в функции «std::__throw_logic_error(char const*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/functexcept.cc:70:
неопределённая ссылка на «libintl_gettext»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a(functexcept.o):
в функции «std::__throw_domain_error(char const*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/functexcept.cc:74:
неопределённая ссылка на «libintl_gettext»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a(functexcept.o):
в функции «std::__throw_invalid_argument(char const*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/functexcept.cc:78:
неопределённая ссылка на «libintl_gettext»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a(functexcept.o):
в функции «std::__throw_length_error(char const*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/functexcept.cc:82:
неопределённая ссылка на «libintl_gettext»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a(functexcept.o):
в функции «std::__throw_out_of_range(char const*)»:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/functexcept.cc:86:
неопределённая ссылка на «libintl_gettext»
/usr/local/bin/ld:
/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a(functexcept.o):/mnt/Git/apt-build/build/gcc-12.2.0/build/x86_64-pc-linux-gnu/libstdc++-v3/src/c++11/../../../../../libstdc++-v3/src/c++11/functexcept.cc:100:
далее есть ещё неопределённые ссылки на «libintl_gettext»
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:95: g++-mapper-server] Ошибка 1
make[2]: выход из каталога «/mnt/Git/apt-build/build/gcc-12.2.0/build/c++tools»
make[1]: *** [Makefile:14754: all-c++tools] Ошибка 2
make[1]: выход из каталога «/mnt/Git/apt-build/build/gcc-12.2.0/build»
make: *** [Makefile:1074: all] Ошибка 2

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (7 preceding siblings ...)
  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
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-21 23:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Richard Biener from comment #1)
> can you try configuring with --without-build-config please?
that was my influence - I have compiled binutils with shared intl

continue ...

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

* [Bug bootstrap/108186] Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o
  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
                   ` (8 preceding siblings ...)
  2022-12-21 23:15 ` alexei1.84 at mail dot ru
@ 2022-12-22  1:18 ` alexei1.84 at mail dot ru
  9 siblings, 0 replies; 11+ messages in thread
From: alexei1.84 at mail dot ru @ 2022-12-22  1:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from AlexK <alexei1.84 at mail dot ru> ---
(In reply to Richard Biener from comment #1)
> can you try configuring with --without-build-config please?

now there are 2 problems in libgo
links
1) no ../libbacktrace/libbacktrace.la
I had to change it to ../../libbacktrace/libbacktrace.la

alexei@Aspire:gcc-12.2.0/build $
sed -i 's|\(../libbacktrace/libbacktrace.la\)|../\1|g'
x86_64-pc-linux-gnu/libgo/Makefile

2) absent ../libatomic/libatomic_convenience.la
and I have not found it
there is build/x86_64-pc-linux-gnu/libffi/libffi_convenience.la
but build/x86_64-pc-linux-gnu/labatomic directory is absent


/bin/bash ./libtool  --tag=CC   --mode=link
/mnt/Git/apt-build/build/gcc-12.2.0/build/./gcc/xgcc
-B/mnt/Git/apt-build/build/gcc-12.2.0/build/./gcc/
-B/tools/gcc-12.2.0/x86_64-pc-linux-gnu/bin/
-B/tools/gcc-12.2.0/x86_64-pc-linux-gnu/lib/ -isystem
/tools/gcc-12.2.0/x86_64-pc-linux-gnu/include -isystem
/tools/gcc-12.2.0/x86_64-pc-linux-gnu/sys-include   -fchecking=1 -fexceptions
-fnon-call-exceptions  -Wall -Wextra -Wwrite-strings -Wcast-qual -Werror
-minline-all-stringops  -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I ../../../libgo/../libgcc -I
../../../libgo/../libbacktrace -I ../../gcc/include -g -O2 -version-info 21:0:0
-pthread -L../libatomic/.libs    -o libgo.la -rpath
/tools/gcc-12.2.0/lib/../lib runtime/aeshash.lo runtime/go-assert.lo
runtime/go-caller.lo runtime/go-callers.lo runtime/go-cgo.lo
runtime/go-construct-map.lo runtime/go-ffi.lo runtime/go-fieldtrack.lo
runtime/go-matherr.lo runtime/go-memclr.lo runtime/go-memmove.lo
runtime/go-memequal.lo runtime/go-nanotime.lo runtime/go-now.lo
runtime/go-nosys.lo runtime/go-reflect-call.lo runtime/go-setenv.lo
runtime/go-signal.lo runtime/go-unsafe-pointer.lo runtime/go-unsetenv.lo
runtime/go-unwind.lo runtime/go-varargs.lo runtime/env_posix.lo
runtime/panic.lo runtime/print.lo runtime/proc.lo runtime/runtime_c.lo
runtime/stack.lo runtime/yield.lo runtime/go-context.lo  archive/tar.lo
archive/zip.lo bufio.lo bytes.lo compress/bzip2.lo compress/flate.lo
compress/gzip.lo compress/lzw.lo compress/zlib.lo container/heap.lo
container/list.lo container/ring.lo context.lo crypto.lo crypto/aes.lo
crypto/cipher.lo crypto/des.lo crypto/dsa.lo crypto/ecdsa.lo crypto/ed25519.lo
crypto/ed25519/internal/edwards25519.lo
crypto/ed25519/internal/edwards25519/field.lo crypto/elliptic.lo
crypto/elliptic/internal/fiat.lo crypto/elliptic/internal/nistec.lo
crypto/hmac.lo crypto/internal/randutil.lo crypto/internal/subtle.lo
crypto/md5.lo crypto/rand.lo crypto/rc4.lo crypto/rsa.lo crypto/sha1.lo
crypto/sha256.lo crypto/sha512.lo crypto/subtle.lo crypto/tls.lo crypto/x509.lo
crypto/x509/pkix.lo database/sql.lo database/sql/driver.lo debug/buildinfo.lo
debug/dwarf.lo debug/elf.lo debug/gosym.lo debug/macho.lo debug/pe.lo
debug/plan9obj.lo embed.lo encoding.lo encoding/ascii85.lo encoding/asn1.lo
encoding/base32.lo encoding/base64.lo encoding/binary.lo encoding/csv.lo
encoding/gob.lo encoding/hex.lo encoding/json.lo encoding/pem.lo
encoding/xml.lo errors.lo expvar.lo flag.lo fmt.lo go/ast.lo go/build.lo
go/build/constraint.lo go/constant.lo go/doc.lo go/format.lo go/importer.lo
go/internal/gccgoimporter.lo go/internal/gcimporter.lo
go/internal/srcimporter.lo go/internal/typeparams.lo go/parser.lo go/printer.lo
go/scanner.lo go/token.lo go/types.lo golang.org/x/crypto/chacha20.lo
golang.org/x/crypto/chacha20poly1305.lo golang.org/x/crypto/cryptobyte.lo
golang.org/x/crypto/cryptobyte/asn1.lo golang.org/x/crypto/curve25519.lo
golang.org/x/crypto/curve25519/internal/field.lo golang.org/x/crypto/hkdf.lo
golang.org/x/crypto/internal/poly1305.lo golang.org/x/crypto/internal/subtle.lo
golang.org/x/crypto/poly1305.lo golang.org/x/net/dns/dnsmessage.lo
golang.org/x/net/http/httpguts.lo golang.org/x/net/http/httpproxy.lo
golang.org/x/net/http2/hpack.lo golang.org/x/net/idna.lo
golang.org/x/net/nettest.lo golang.org/x/sys/cpu.lo
golang.org/x/text/secure/bidirule.lo golang.org/x/text/transform.lo
golang.org/x/text/unicode/bidi.lo golang.org/x/text/unicode/norm.lo hash.lo
hash/adler32.lo hash/crc32.lo hash/crc64.lo hash/fnv.lo hash/maphash.lo html.lo
html/template.lo image.lo image/color.lo image/color/palette.lo image/draw.lo
image/gif.lo image/internal/imageutil.lo image/jpeg.lo image/png.lo
index/suffixarray.lo internal/abi.lo internal/buildcfg.lo internal/bytealg.lo
internal/cfg.lo internal/cpu.lo internal/execabs.lo internal/fmtsort.lo
internal/fuzz.lo internal/goarch.lo internal/godebug.lo
internal/goexperiment.lo internal/goos.lo internal/goroot.lo
internal/goversion.lo internal/intern.lo internal/itoa.lo
internal/lazyregexp.lo internal/lazytemplate.lo internal/nettrace.lo
internal/obscuretestdata.lo internal/oserror.lo internal/poll.lo
internal/profile.lo internal/race.lo internal/reflectlite.lo
internal/singleflight.lo internal/syscall/execenv.lo internal/syscall/unix.lo
internal/sysinfo.lo internal/testenv.lo internal/testlog.lo internal/trace.lo
internal/unsafeheader.lo internal/xcoff.lo io.lo io/fs.lo io/ioutil.lo log.lo
log/syslog.lo math.lo math/big.lo math/bits.lo math/cmplx.lo math/rand.lo
mime.lo mime/multipart.lo mime/quotedprintable.lo net.lo net/http.lo
net/http/cgi.lo net/http/cookiejar.lo net/http/fcgi.lo net/http/httptest.lo
net/http/httptrace.lo net/http/httputil.lo net/http/internal.lo
net/http/internal/ascii.lo net/http/internal/testcert.lo net/http/pprof.lo
net/internal/socktest.lo net/mail.lo net/netip.lo net/rpc.lo net/rpc/jsonrpc.lo
net/smtp.lo net/textproto.lo net/url.lo os.lo os/exec.lo
os/exec/internal/fdtest.lo os/signal.lo os/signal/internal/pty.lo os/user.lo
path.lo path/filepath.lo reflect.lo reflect/internal/example1.lo
reflect/internal/example2.lo regexp.lo regexp/syntax.lo runtime.lo
runtime/cgo.lo runtime/debug.lo runtime/internal/atomic.lo
runtime/internal/math.lo runtime/internal/sys.lo runtime/internal/syscall.lo
runtime/metrics.lo runtime/pprof.lo runtime/trace.lo sort.lo strconv.lo
strings.lo sync.lo sync/atomic.lo syscall.lo testing.lo testing/fstest.lo
testing/internal/testdeps.lo testing/iotest.lo testing/quick.lo text/scanner.lo
text/tabwriter.lo text/template.lo text/template/parse.lo time.lo
time/tzdata.lo unicode.lo unicode/utf16.lo unicode/utf8.lo
internal/bytealg/bytealg.lo reflect/makefunc_ffi_c.lo syscall/clone_linux.lo
syscall/errno.lo syscall/signame.lo syscall/wait.lo
runtime/internal/syscall/errno.lo os/dir_gccgo_c.lo   log/syslog/syslog_c.lo 
runtime/internal/atomic_c.lo sync/atomic_c.lo internal/cpu/cpu_gccgo.lo
golang.org/x/sys/cpu_gccgo_x86.lo ../../libbacktrace/libbacktrace.la
../libatomic/libatomic_convenience.la ../libffi/libffi_convenience.la -lpthread
-lm  
./libtool: line 5195: cd: ../libatomic/.libs: No such file or directory
libtool: link: cannot determine absolute directory name of `../libatomic/.libs'
make[4]: *** [Makefile:1430: libgo.la] Ошибка 1

^ 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).