Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 21:20:35 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559964 - head/sysutils/py-salt-2019
Message-ID:  <202101022120.102LKZDO033812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jan  2 21:20:35 2021
New Revision: 559964
URL: https://svnweb.freebsd.org/changeset/ports/559964

Log:
  sysutils/py-salt-2019: Fix build (extract) with static bsdtar(1)
  
  ===>  Extracting for py37-salt-2019-2019.2.8
  => SHA256 Checksum OK for salt-2019.2.8.tar.gz.
  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: Pathname can't be converted from UTF-8 to current locale.
  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.
  ===>  Failed to extract "/portdistfiles//salt-2019.2.8.tar.gz".
  *** Error code 1
  
  See more details for the same issue in bug 246618.
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/sysutils/py-salt-2019/Makefile

Modified: head/sysutils/py-salt-2019/Makefile
==============================================================================
--- head/sysutils/py-salt-2019/Makefile	Sat Jan  2 20:40:36 2021	(r559963)
+++ head/sysutils/py-salt-2019/Makefile	Sat Jan  2 21:20:35 2021	(r559964)
@@ -61,6 +61,9 @@ SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 
 SUB_FILES=	pkg-message
 
+# Upstream archive contains files with UTF-8 names
+EXTRACT_CMD=	${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
+
 OPTIONS_DEFINE=	AWS RAET TCP ZEROMQ
 OPTIONS_DEFAULT=ZEROMQ
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101022120.102LKZDO033812>