While extracting Creater_pack_Floorp.zip
with bsdtar, I get the following error.
bsdtar: Archive entry has empty or unreadable filename ... skipping.
While googling for a solution, I found that another AUR package had the same problem. Users with a non-US UTF8 locale will find that bsdtar fails to extract zip files whose files/folders in it has non-US UTF8 locale in it. In this case, it was Japanese.
I have modified the PKGBUILD for myself to use unzip instead of bsdtar when unzipping Creater_pack_Floorp.zip
. There might be a better workaround than having to depend on unzip, though.
Pinned Comments
xiota commented on 2024-06-13 08:25 (UTC) (edited on 2025-05-29 17:36 (UTC) by xiota)
This package is automatically built by a server a few hours after updates. Since this package takes a long time to build, users may consider waiting a couple days before rebuilding to allow for log checks and correction.
This package cannot be updated on the basis of blog posts. Please check for release availability before flagging: https://github.com/Floorp-Projects/Floorp/releases/
xiota commented on 2024-01-17 22:35 (UTC) (edited on 2025-03-29 21:39 (UTC) by xiota)
aur/floorp
now builds from source. Binary package available ataur/floorp-bin
.If you have problems building:
Some options are available by setting environment variables:
_build_pgo=false
: Don't use profile-guided optimization (PGO). (Builds faster, but runs slower.)_build_pgo_reuse=false
: Make new PGO profile._build_pgo_xvfb=true
: Profile with xvfb-run instead of wlheadless-run.To reduce rebuild times, this package attempts to save and reuse PGO profiles for patch-level releases. Profiles are regenerated for new major and minor releases. (major.minor.patch)