Package Details: ladybird-git r69047.90d466e7e98-1

Git Clone URL: https://aur.archlinux.org/ladybird-git.git (read-only, click to copy)
Package Base: ladybird-git
Description: Truly independent web browser
Upstream URL: https://github.com/LadybirdBrowser/ladybird
Keywords: browser
Licenses: BSD-2-Clause
Conflicts: ladybird
Provides: ladybird
Submitter: xyproto
Maintainer: CxByte
Last Packager: CxByte
Votes: 23
Popularity: 4.25
First Submitted: 2022-09-12 14:59 (UTC)
Last Updated: 2025-05-23 19:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

daprutser commented on 2025-03-02 13:06 (UTC)

I also had a segmentation fault. This is the bug report, feel free to add information to it: https://github.com/LadybirdBrowser/ladybird/issues/3758

damir commented on 2024-12-26 14:43 (UTC) (edited on 2024-12-26 14:43 (UTC) by damir)

i wanted to try ladybird. the package compiles fine (with lots of deps compiled with it, weird), but it does not run but directly segfault:

$ Ladybird 
Segmentation fault (core dumped)

timschumi commented on 2024-12-24 11:22 (UTC)

harfbuzz explicitly chooses to link compiled C++ files using a C linker. This does not make any sense, and is (as far as I can tell) intentional breakage by upstream. Sadly, I haven't quite gotten around to figuring out why this is only an issue in some environments.

RubenKelevra commented on 2024-12-01 23:12 (UTC)

vcpkg build script was updated upstream, which includes a new commit of the vcpkg which is now used:

https://github.com/LadybirdBrowser/ladybird/blob/4d5acc7a00e1d8f2a8984df35234e6eede523576/Toolchain/BuildVcpkg.py#L13

timschumi commented on 2024-11-14 00:33 (UTC)

The currently used revision of vcpkg seems to be unbuildable under makepkg, haven't had the time yet to investigate further.

seo.disparate commented on 2024-09-07 03:07 (UTC)

The vcpkg git commit used by Ladybird has changed https://github.com/LadybirdBrowser/ladybird/blob/5233f9c8e6e9dd62572ec9343dc1b1dda4d3be2e/Toolchain/BuildVcpkg.sh#L24 . The PKGBUILD needs to be updated to use the new commit hash for the vcpkg.git source.