Package Details: browservice 0.9.12.1-1

Git Clone URL: https://aur.archlinux.org/browservice.git (read-only, click to copy)
Package Base: browservice
Description: Browse the modern web on historical browsers - source build
Upstream URL: https://github.com/ttalvitie/browservice
Licenses: MIT
Conflicts: browservice-bin
Submitter: Dylan14
Maintainer: Dylan14
Last Packager: Dylan14
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-14 01:04 (UTC)
Last Updated: 2026-01-13 06:16 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2026-01-14 21:42 (UTC)

Same issue as already reported 1 year ago

micwoj92 commented on 2026-01-14 21:42 (UTC)

Build fails:

-- Build files have been written to: /build/browservice/src/browservice-0.9.12.1/cef/releasebuild
[  0%] Building CXX object libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/transfer_util.cc.o
[  0%] Building CXX object libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/shutdown_checker.cc.o
<command-line>: error: ‘_FORTIFY_SOURCE’ redefined [-Werror]
<command-line>: note: this is the location of the previous definition
<command-line>: error: ‘_FORTIFY_SOURCE’ redefined [-Werror]
<command-line>: note: this is the location of the previous definition
cc1plus: note: unrecognized command-line option ‘-Wno-undefined-var-template’ may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[3]: *** [libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/build.make:79: libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/shutdown_checker.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1plus: note: unrecognized command-line option ‘-Wno-undefined-var-template’ may have been intended to silence earlier diagnostics
cc1plus: all warnings being treated as errors
make[3]: *** [libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/build.make:93: libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/transfer_util.cc.o] Error 1
make[2]: *** [CMakeFiles/Makefile2:198: libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:205: libcef_dll_wrapper/CMakeFiles/libcef_dll_wrapper.dir/rule] Error 2
make: *** [Makefile:124: libcef_dll_wrapper] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

micwoj92 commented on 2025-01-27 19:51 (UTC)

  1. in that case gtk3 needs to be added to (make)deps.

  2. after adding still fails with same error.

Dylan14 commented on 2025-01-27 14:52 (UTC)

@micwoj92 - Interesting, because it isn't failing on my end. I do have two suggestions: 1. try installing the gtk3 package (as there are a few notes about gtk+-3.0.pc not existing on the system through pkg-config) 2. in the setup_cef.sh file try adding "CFLAGS='-Wno-error'" before libcef_dll_wrapper in the line reading make -j2 libcef_dll_wrapper.

micwoj92 commented on 2025-01-27 11:05 (UTC)

Build fails, here log: https://gist.github.com/micwoj92/e155a42c504bfec33c3efe02fd91bb3b

micwoj92 commented on 2025-01-25 19:30 (UTC)

Please either switch to build from source (as it was in beginning) or reupload as browservice-bin

Dylan14 commented on 2022-10-15 23:28 (UTC)

@nyanpasu64 - The checksum you got is the same I get on a fresh download. I will fix the checksum in the PKGBUILD.

nyanpasu64 commented on 2022-10-15 14:36 (UTC)

The sha256sum fails to verify, on my machine I'm getting f1f6daa28fff4080bdff4b19348696f6d022787746a6d89ad1071bbfe0b7f5b0 instead of your PKGBUILD's e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855. Did they change the appimage or am I being hacked?

Dylan14 commented on 2021-09-17 19:37 (UTC)

New version of browservice posted, now uses the precompiled appimages instead of building from source.

SelfRef commented on 2021-03-18 22:56 (UTC) (edited on 2021-03-18 22:57 (UTC) by SelfRef)

Line install -Dm755 release/bin/retrojsvice.so "${pkgdir}/usr/lib/retrojsvice.so" is missing from package().