New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/26032#issuecomment-720107005 Comment: On 2020-11-01 07:30:20-0800, Tristan Ross wrote: > Alright, I merged in the fix for my repo but now I'm getting a utf8 error with ca-certificates: > ``` > => ca-certificates-20200601_2: running do-pkg hook: 00-gen-pkg ... > => Creating ca-certificates-20200601_2.x86_64.xbps for repository /home/ross/ExpidusOS/void-packages/hostdir/binpkgs ... > xbps-create: ERROR: cannot write ./usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt to archive: Can't translate pathname './usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt' to UTF-8 > => ERROR: Failed to created binary package: ca-certificates-20200601_2.x86_64.xbps! > ``` > I checked the pull requests and other issues, seems like nobody else has reported it. Yet again, this is an upstream issue: > ``` > => ca-certificates-20200601_2: running pre-pkg hook: 999-collected-rdeps ... > libressl>=2.2.4_2 run-parts>=0 > => ca-certificates-20200601_2: running do-pkg hook: 00-gen-pkg ... > => Creating ca-certificates-20200601_2.x86_64.xbps for repository /home/ross/void-packages/hostdir/binpkgs ... > xbps-create: ERROR: cannot write ./usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt to archive: Can't translate pathname './usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt' to UTF-8 > => ERROR: Failed to created binary package: ca-certificates-20200601_2.x86_64.xbps! > ``` Please report your filesystem, and locale? Anyway, I think we set xbps-src with LC_ALL=C.UTF-8 and en_US.UTF-8 -- Danh