From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 203163858D28; Wed, 7 Sep 2022 20:00:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 203163858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662580821; bh=Usowwf3oPIY9qhNK7tw8/3XskgdWDDhXAVjAso63KXA=; h=From:To:Subject:Date:From; b=w2K4hNKVQkkURZ2oohmD+kWZc2+2Ak4NuEZH3vEUTkJln5Wp9zMVWr9KLcrYTN0xU dL1+K7X2SHymoaJHVrwsTIeC2aNEquZ/AJWUoWg2Gx0wp0pyM9cHsEUYlFY1+fe/lQ dMwXTd8rF6+1dsIjkGCh5Dp9zTJtNvslEj/XKE1I= From: "mliska at suse dot cz" To: dwz@sourceware.org Subject: [Bug default/29555] New: fatal error: cannot find 'ld' when gold is not installed Date: Wed, 07 Sep 2022 20:00:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mliska at suse dot cz X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot 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 cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29555 Bug ID: 29555 Summary: fatal error: cannot find 'ld' when gold is not installed Product: dwz Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: mliska at suse dot cz CC: dwz at sourceware dot org Target Milestone: --- When it's now installed, one can see in 'make check': [ 200s] cc /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/hello.c -g -fuse-ld=3Dgold -Wl,--gdb-index -o hello-gold-gdb-index \ [ 200s] || touch hello-gold-gdb-index [ 200s] collect2: fatal error: cannot find 'ld' [ 200s] compilation terminated. [ 200s] cc /home/abuild/rpmbuild/BUILD/dwz/testsuite/dwz.tests/start.c -fuse-ld=3Dgold -o start-gold -g -nostdlib || touch start-gold [ 200s] collect2: fatal error: cannot find 'ld' [ 200s] compilation terminated. --=20 You are receiving this mail because: You are on the CC list for the bug.=