Package Details: floorp 11.13.3-1

Git Clone URL: https://aur.archlinux.org/floorp.git (read-only, click to copy)
Package Base: floorp
Description: Firefox-based web browser focused on performance and customizability
Upstream URL: https://github.com/Floorp-Projects/Floorp
Licenses: MPL-2.0, LicenseRef-Floorp
Conflicts: floorp
Provides: floorp
Submitter: nsk1010
Maintainer: nsk1010 (xiota)
Last Packager: xiota
Votes: 15
Popularity: 1.36
First Submitted: 2022-06-30 09:53 (UTC)
Last Updated: 2024-05-26 04:16 (UTC)

Dependencies (49)

Required by (0)

Sources (8)

Pinned Comments

xiota commented on 2024-01-17 22:35 (UTC) (edited on 2024-03-25 16:27 (UTC) by xiota)

aur/floorp now builds from source. Binary package available at aur/floorp-bin.

  • If you have problems building:

    • Try clearing cached sources.
    • Try building in a clean chroot.
    • Provide details needed to reproduce the problem: build environment, computer specs, graphics card, desktop environment, commands used to build, etc.
    • Provide the full log in a pastebin.
  • 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.
    • _build_private=false: Do not include "private" components.
  • 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)

Latest Comments

1 2 3 4 5 Next › Last »

xiota commented on 2024-05-23 22:23 (UTC)

@SR-G What packages you do or don't use doesn't matter to me. But it is better that you do not use this package. Building browsers from source takes a very long time, and no one can help you if you do not read and follow instructions.

As already stated, this package has been tested in a clean chroot. I am unable to reproduce your problem. The problem is on your end:

  • "failed to make network request"
  • "client error"
  • "unable to get local issuer certificate"

SR-G commented on 2024-05-23 17:02 (UTC)

I'm astonished by your answer, really (couldn't it have been for example a missing package containing some extra certificates, like archlinux-keyring ?).

Anyway, message perfectly received, and be reassured that i'll definitely stay away from this AUR package.

xiota commented on 2024-05-22 22:37 (UTC) (edited on 2024-05-22 22:37 (UTC) by xiota)

@SR-G Your problems with AUR helper and internet connection, including SSL and TLS, are not packaging issues. There is nothing for me to do about them.

You can try building in clean chroot.

Do not post or ask here about the same error again. Either check your side for problems or wait for the server side to fix it, if there is even anything wrong on their end.

SR-G commented on 2024-05-22 22:06 (UTC) (edited on 2024-05-22 22:06 (UTC) by SR-G)

Sorry but no, it's definitely not a network/internet issue - network is obviously working 100% on my side and the problem is 100% reproductible test after test (like clearing ~/.yay/cache, retrying ...) (and all the previous steps, including some downloads, are working fine). This seems to be only a CERTIFICATE issue (as shown in the log) related to something about rust (but it's out of my domain of expertise, so i have no idea about what to do now).

Again :

(...) (unable to get local issuer certificate): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091:

xiota commented on 2024-05-22 21:56 (UTC)

@SR-G Looks like some internet connection issue. Nothing I can do about it. Check your network or try again later.

SR-G commented on 2024-05-22 20:43 (UTC)

I was willing to try but can't install, not sure what to do with that error...

Command is "yay -S floorp"

Result : 
 0:03.14 DEBUG: | error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-1.77.toml.sha256' to '<path removed>/.rustup/tmp/ip46f4da8vm8ucnq_file': failed to make network request: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.77.toml.sha256): client error (Connect): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091: (unable to get local issuer certificate): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091:

888 commented on 2024-05-11 11:16 (UTC) (edited on 2024-05-11 15:16 (UTC) by 888)

I'm having problems starting floorp-bin 11.12.2-1 under Wayland, even with "MOZ_ENABLE_WAYLAND=1". I think this has worked as expected before, but not sure when it stopped working. I have the environment variable both systemwide and in .desktop file. Arch/Plasma6/Wayland session. Edit: Sorry this was user-error, seems like one of the .desktop entries did not have the "--wayland" option enabled.

xiota commented on 2024-04-16 01:24 (UTC) (edited on 2024-04-16 01:31 (UTC) by xiota)

I pushed the update too soon. There's some issue at the very end of packaging. (makepkg can't find a file, even though it's definitely present at the beginning)

If you already started building... wait for profiling to complete before stopping it. This package is designed to use the previously generated profile, so you won't have to start from the beginning.

If you already built to the end... after the issue is fixed, try the -e flag to skip rebuilding.

xiota commented on 2024-03-25 16:18 (UTC) (edited on 2024-03-25 16:20 (UTC) by xiota)

Previously removed features are re-enabled. Building from source again has same features as binary package.