svn commit: r553401 - head/sysutils/py-salt

Danilo G. Baio dbaio at FreeBSD.org
Mon Oct 26 23:44:26 UTC 2020


Author: dbaio
Date: Mon Oct 26 23:44:25 2020
New Revision: 553401
URL: https://svnweb.freebsd.org/changeset/ports/553401

Log:
  sysutils/py-salt: Fix build (extract) with static bsdtar(1)
  
  ===>  Extracting for py37-salt-3002_2
  => SHA256 Checksum OK for salt-3002.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-3002.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/Makefile

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Mon Oct 26 23:25:21 2020	(r553400)
+++ head/sysutils/py-salt/Makefile	Mon Oct 26 23:44:25 2020	(r553401)
@@ -60,6 +60,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 TCP ZEROMQ
 OPTIONS_DEFAULT=ZEROMQ
 


More information about the svn-ports-all mailing list