Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 09:16:25 +0300
From:      Lena@lena.kiev.ua
To:        freebsd-java@freebsd.org
Subject:   Re: java/icedtea-web: problems fetching and extracting
Message-ID:  <20120910061625.GA9528@lena.kiev>
In-Reply-To: <20120908092000.GC906@lena.kiev>
References:  <20120908092000.GC906@lena.kiev>

next in thread | previous in thread | raw e-mail | index | archive | help
> tar: Pathname in pax header can't be converted to current locale.

/usr/ports/java/icedtea-web/Makefile  now contains
EXTRACT_AFTER_ARGS=     | ${SETENV} LANG=en_US.UTF-8 ${TAR} -xf -

Should be changed to:
EXTRACT_AFTER_ARGS=     | ${SETENV} LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 ${TAR} -xf -

Then the port compiles without error in my case.



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