New comment by RossComputerGuy on void-packages repository https://github.com/void-linux/void-packages/issues/26032#issuecomment-720106216 Comment: 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! ```