From owner-freebsd-ports@FreeBSD.ORG Wed Sep 4 12:48:31 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BF31964 for ; Wed, 4 Sep 2013 12:48:31 +0000 (UTC) (envelope-from simplex@twopenguins.it) Received: from hazard.twopenguins.it (hazard.twopenguins.it [78.46.45.123]) by mx1.freebsd.org (Postfix) with ESMTP id D35B5209D for ; Wed, 4 Sep 2013 12:48:30 +0000 (UTC) Received: from [192.168.15.3] (host135-83-dynamic.180-80-r.retail.telecomitalia.it [80.180.83.135]) by hazard.twopenguins.it (Postfix) with ESMTPSA id 740E71B9409 for ; Wed, 4 Sep 2013 14:33:16 +0200 (CEST) Message-ID: <52272C1C.6080304@twopenguins.it> Date: Wed, 04 Sep 2013 14:48:28 +0200 From: Andrea Zulato User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Thunderbird/17.0.8 MIME-Version: 1.0 To: ports@freebsd.org Subject: gettext build problem on a jail X-Enigmail-Version: 1.5.2 OpenPGP: id=F50DF318 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 12:48:31 -0000 Hi, i've a problem building gettext-0.18.3 on a jail, host is 8.3-RELEASE-p9 amd64. "xz" is giving me this error: Making all in misc if test "no" != "no"; then am__dir=. am__subdir_includes=''; case start-po.elc in */*) am__dir=`echo 'start-po.elc' | sed 's,/[^/]*$,,'`; am__subdir_includes="-L $am__dir -L ./$am__dir"; esac; test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; no --batch $am__subdir_includes -L . -L . --eval "(defun byte-compile-dest-file (f) \"start-po.elc\")" --eval "(unless (byte-compile-file \"start-po.el\") (kill-emacs 1))"; else :; fi if test "no" != "no"; then am__dir=. am__subdir_includes=''; case po-mode.elc in */*) am__dir=`echo 'po-mode.elc' | sed 's,/[^/]*$,,'`; am__subdir_includes="-L $am__dir -L ./$am__dir"; esac; test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; no --batch $am__subdir_includes -L . -L . --eval "(defun byte-compile-dest-file (f) \"po-mode.elc\")" --eval "(unless (byte-compile-file \"po-mode.el\") (kill-emacs 1))"; else :; fi if test "no" != "no"; then am__dir=. am__subdir_includes=''; case po-compat.elc in */*) am__dir=`echo 'po-compat.elc' | sed 's,/[^/]*$,,'`; am__subdir_includes="-L $am__dir -L ./$am__dir"; esac; test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; no --batch $am__subdir_includes -L . -L . --eval "(defun byte-compile-dest-file (f) \"po-compat.elc\")" --eval "(unless (byte-compile-file \"po-compat.el\") (kill-emacs 1))"; else :; fi if test -f archive.dir.tar; then inputfile=archive.dir.tar; else inputfile='.'/archive.dir.tar; fi; xz -c -5 < "$inputfile" > archive.dir.tar.xz-t && mv archive.dir.tar.xz-t archive.dir.tar.xz xz: (stdin): Unsupported options *** Error code 1 1 error *** Error code 1 1 error *** Error code 2 1 error *** Error code 1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop in /usr/ports/devel/gettext. *** Error code 1 Stop in /usr/ports/devel/gettext. I pasted the complete build output here: http:/ /nopaste.info/426affd023.html If someone can help, thanks. -- gpg public key: http://www.twopenguins.it/simplex-twopenguins.asc