From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 053263858C50; Sun, 16 Jul 2023 15:09:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 053263858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689520178; bh=eilMQy7wI40wZfiZjyg6XVL2jBpaH+ZOmE8pn7Av84U=; h=From:To:Subject:Date:From; b=s750EiVGg22kGXaso9OQf9zKta0VXFrNBdxYXkDJonj/ymrs1NZf7VR8wNAvVuq6O /Ohwt1NoA9mVwQHt7zUmk4llou02CG7fhJ9IBU9421RPpakseYFi+gM9CDdiPcz0Un 2cTTECa5QJuMqde7G6hChypNVy9BpyR8w6t//K6M= From: "alexei_sylver1 at mail dot ru" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBvdGhlci8xMTA2ODRdIE5ldzogdW5rbm93biBzcGVjIGZ1?= =?UTF-8?B?bmN0aW9uIOKAmGR1bXBz4oCZIGVycm9yLCBDIGNvbXBpbGVyIGNhbm5vdCBj?= =?UTF-8?B?cmVhdGUgZXhlY3V0YWJsZXM=?= Date: Sun, 16 Jul 2023 15:09:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexei_sylver1 at mail dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110684 Bug ID: 110684 Summary: unknown spec function =E2=80=98dumps=E2=80=99 error, C = compiler cannot create executables Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alexei_sylver1 at mail dot ru Target Milestone: --- Created attachment 55553 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55553&action=3Dedit dumps error description In short: install -v -d mybuild && cd mybuild ../configure --prefix=3D/tools/gcc-12.2.0 --without-build-config LD=3Dld --enable-libssp --enable-bootstrap --enable-lto --with-isl=3D/usr/local --with-mpc=3D/usr/local --with-mpfr=3D/usr/local --with-gmp=3D/usr/local --with-system-zlib --enable-threads=3Dposix --enable-__cxa_atexit --enable-clocale=3Dgnu --enable-gcov --enable-languages=3Dc,c++,fortran,objc,obj-c++,jit,go --enable-host-shared --disable-multilib --enable-shared after some time I have got error g++: fatal error: unknown spec function =E2=80=98dumps=E2=80=99 compilation terminated. (file 1 attached) I have found nothing about fixing 'dumps' err After that I found at stackoverflow, that if to unset global variables, it = can help to continue (https://stackoverflow.com/questions/75548412/without-unset-compiling-gcc-o= n-crostini-fails-with-unknown-spec-function-dumps) so I ran unset LIBRARY_PATH CPATH C_INCLUDE_PATH PKG_CONFIG_PATH CPLUS_INCLUDE_PATH INCLUDE LD_LIBRARY_PATH make and compilation was going sufficient time, stage was completed mybuild/config.log attached), but suddenly I have got error=20 configure:2630: error: in `/home/alexei/build/gcc-12.2.0/mybuild/intl': configure:2632: error: C compiler cannot create executables config.log from mybuild/intl attached also very many variables in this file are empty How to help compiler fine xgcc and continue?=