Package Details: ladybird-git r67226.d3c481f71aa-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: timschumi
Last Packager: timschumi
Votes: 17
Popularity: 2.83
First Submitted: 2022-09-12 14:59 (UTC)
Last Updated: 2025-02-16 20:04 (UTC)

Latest Comments

1 2 3 4 Next › Last »

mattfbacon commented on 2025-03-05 21:06 (UTC)

The PKGBUILD does not properly disable vcpkg telemetry as described in https://github.com/LadybirdBrowser/ladybird/issues/3816. We should probably take care of this.

d3Xt3r commented on 2025-03-03 00:36 (UTC) (edited on 2025-03-03 00:36 (UTC) by d3Xt3r)

Build fails with error:

CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.

I managed to fix it by running:

# ln -s /usr/bin/ninja /usr/bin/ninja-build

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.