tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 8 and converting from UTF-8 to "current locale"



Am Thu, May 05, 2022 at 11:46:34PM +0000 schrieb John Klos:
> Hi,
> 
> In running a bulk run on NetBSD 8, I see lots of errors that look like this:
> 
> ===> Extracting for libatomic-11.2.0
> bsdtar: Pathname can't be converted from UTF-8 to current locale.
> bsdtar: Pathname can't be converted from UTF-8 to current locale.
> bsdtar: Error exit delayed from previous errors.
> *** Error code 1
> 
> No big deal, I thought. I'll just switch from /bin/tar to bsdtar. But the
> same is happening with bsdtar as well.
> 
> What handles this properly on netbsd-8?

EXTRACT_ENV+= LC_CTYPE=en_US.UTF-8

Joerg


Home | Main Index | Thread Index | Old Index