From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.sonicle.com (mail.sonicle.com [109.168.117.71]) by sourceware.org (Postfix) with ESMTPS id AEABA38582A1 for ; Tue, 5 Jul 2022 17:38:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AEABA38582A1 Received: from www (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mail.sonicle.com (Postfix) with ESMTPS id 5F3898BBA38; Tue, 5 Jul 2022 19:38:40 +0200 (CEST) Received: from www (www [192.168.222.200]) by www with SMTP (SubEthaSMTP 3.1.7) id L58GG9XZ; Tue, 05 Jul 2022 19:38:40 +0200 (CEST) Date: Tue, 5 Jul 2022 19:38:40 +0200 (CEST) From: Gabriele Bulfon To: Eric Botcazou Cc: gcc@gcc.gnu.org Message-ID: <950112217.7047.1657042720342@www> In-Reply-To: <12001690.O9o76ZdvQC@fomalhaut> References: <1210252696.3932.1655720006494@www> <12001690.O9o76ZdvQC@fomalhaut> Subject: Re: Build of any gcc breaks on my sparc / illumos env MIME-Version: 1.0 Forwarded-From: X-Rspamd-Queue-Id: 5F3898BBA38 X-Rspamd-Server: www X-Spamd-Result: default: False [1.40 / 20.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/mixed,multipart/alternative,text/plain]; DKIM_SIGNED(0.00)[sonicle.com:s=dkim]; RCPT_COUNT_TWO(0.00)[2]; CTYPE_MIXED_BOGUS(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+,3:~]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_NOT_FQDN(0.50)[] X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2022 17:38:44 -0000 Hi, took me some time to get back to this. The reason why I need to build new gccs is that to build latest illumos gat= e I need gcc7 and gcc10 together. The illumos gate that I can build with illumos gcc 4.4.4 is around 2019, so= I tried backporting latest ld, libld, libelf, liblddbg sources to my 2019 = gate and rebuilt only these components manually, than installed bin and lib= s manually. The problem persists. Is there any other components I need to backport? Usi= ng ldd I see only these dependencies for ld. =C2=A0 Gabriele =C2=A0 =C2=A0 Sonicle S.r.l.=C2=A0:=C2=A0http://www.sonicle.com Music:=C2=A0http://www.gabrielebulfon.com eXoplanets=C2=A0:=C2=A0https://gabrielebulfon.bandcamp.com/album/exoplanets =C2=A0 ---------------------------------------------------------------------------= ------- Da: Eric Botcazou A: Gabriele Bulfon Cc: gcc@gcc.gnu.org Data: 21 giugno 2022 9.39.59 CEST Oggetto: Re: Build of any gcc breaks on my sparc / illumos env > As you can see, I use both illumos as and ld, but I also tried using gnu = as> with the same result. I also tried using gnu ld (which is not recommend= ed> on a sparc build, AFAIK), but that brought in different problems earlie= r. > Anyone can help?Using GNU as + Solaris ld is the recommended combinati= on with recent versions of the compiler, but Solaris ld must be recent enou= gh, otherwise building for sparc-sun-solaris2.11 probably does not work ind= eed.-- Eric Botcazou