Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 23:44:25 +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: r553401 - head/sysutils/py-salt
Message-ID:  <202010262344.09QNiPhK048539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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