HomeFreeBSD

lang/gcc12: Work around aarch64 extraction bug

Description

lang/gcc12: Work around aarch64 extraction bug

Extraction fails with poudriere on aarch64 with the following error:

> SHA256 Checksum OK for gcc-12.2.0.tar.xz.

tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.

Enforcing use of bsdtar works around the issue. The issue is specific to
lang/gcc11 and lang/gcc12: no other GCC port is affected.

See also bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246670.

PR: 271052
Reported by: Vidar Karlsen <vidar@karlsen.tech>
Reviewed by: gerald, mikael

(cherry picked from commit 5b4cadb23cbc2db23d7e2a40c16abd3e862fcf62)

Details

Provenance
salvadoreAuthored on May 9 2023, 3:26 PM
Parents
R11:2cbbd136ada7: lang/gcc11: Work around aarch64 extraction bug
Branches
Unknown
Tags
Unknown