내 FreeBSD 시스템에 Python 2.7을 설치할 수 없는 것 같습니다. 다음은 몇 가지 정보입니다.
# portsnap update
Ports tree is already up to date.
버전:
# uname -r
7.1-RELEASE
설치하다:
# cd /usr/ports/lang/python27/
# make
===> Found saved configuration for python27-2.7.5_1
=> Python-2.7.5.tar.xz doesn't seem to exist in /usr/ports/distfiles/python.
=> Attempting to fetch ftp://ftp.lv.freebsd.org/pub/FreeBSD/distfiles/python/Python-2.7.5.tar.xz
Python-2.7.5.tar.xz 100% of 9 MB 159 kBps 00m00s
===> Fetching all distfiles required by python27-2.7.5_1 for building
===> Extracting for python27-2.7.5_1
=> SHA256 Checksum OK for python/Python-2.7.5.tar.xz.
===> python27-2.7.5_1 depends on file: /usr/local/bin/xz - found
tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
어떤 도움이라도 대단히 감사하겠습니다.
답변1
오래된 버전의 증상일 가능성이 높습니다. 버전 7에는 tar
.xz 확장자를 처리할 수 없는 이전 패키지가 있습니다. libarchive
포트에서 설치한 다음 .libarchives tar 에 추가하거나 심볼릭 링크하여 libarchives tar를 기본 tar 바이너리로 설정하면 해결 방법을 TAR=/usr/local/bin/bsdtar
얻을 수 있습니다 ./etc/make.conf
bsdtar