Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 11:19:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 246618] textproc/py-sphinx: fails to build with static bsdtar(1) after r534966
Message-ID:  <bug-246618-21822-sVY4VEGr07@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246618-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246618-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246618

Danilo G. Baio <dbaio@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linimon@FreeBSD.org,
                   |                            |portmgr@FreeBSD.org

--- Comment #27 from Danilo G. Baio <dbaio@freebsd.org> ---
lang/go has this same extract issue, and they use this EXTRACT_CMD:

  EXTRACT_CMD=3D   ${SETENV} LC_ALL=3Den_US.UTF-8 ${TAR}

 but it has `ONLY_FOR_ARCHS=3D aarch64 amd64 armv6 armv7 i386`.


I added in this patch (attachment 214910) the option to extract with cpio on
mips*, could be gtar as well.

I'm not so comfortable with this, CCing portmgr and linimon to help reviewi=
ng
please.


lang/go and now textproc/py-sphinx, probably we will face this issue again
soon.


In sphinx, the file that is causing this is an image file, used by tests, w=
hich
is not even necessary for building.
Sometimes I feel that is easier to remove that from the archive and host it
somewhere.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246618-21822-sVY4VEGr07>