From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C783B3858D28; Wed, 3 May 2023 10:19:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C783B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683109145; bh=akfsbXYfcLKkJ6gNXSczccUeXPvCgnikr4oieuvkYK0=; h=From:To:Subject:Date:From; b=N+xFpFTVBWGjMuXAzR5fXvtJc3NBI4g+B9JSmcKRiGpw7rSiemzMhdMSPHgRZmx6a Mg8cHWsokwNBaotixXasCONtDdr2tHODdwGsFhPxCjNC6vf8dt9O5OJF5mDrl1Hr/0 eFIx/XvIILMBf4EYlNbJ7GR6mBr6gBSQNzrnNtAo= From: "me at manueljacob dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109709] New: List of prerequisites should include that tar is required (not only for unpacking the source). Date: Wed, 03 May 2023 10:19:05 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: me at manueljacob dot de 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 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=3D109709 Bug ID: 109709 Summary: List of prerequisites should include that tar is required (not only for unpacking the source). Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: me at manueljacob dot de Target Milestone: --- When tar is not installed, building GCC under Linux will fail, at least with the default configuration. The documentation says GNU tar version 1.14 (or later) Necessary (only on some platforms) to untar the source code. Many systems'= tar programs will also work, only try GNU tar if you have problems. It could be argued that this prerequisite should be left implicit, similar = to how it is not mentioned that e.g. the "cp" and "file" commands should be present.=