Package Details: ladybird-git r70419.0ff61e5e7b1-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: 2.35
First Submitted: 2022-09-12 14:59 (UTC)
Last Updated: 2025-07-17 21:42 (UTC)

Pinned Comments

CxByte commented on 2025-07-10 01:47 (UTC)

A note since this package now builds with the system libs: skia has to be installed and available through pkg-conf; skia-static provides the specific version (and a pkg-conf file) needed by this build.

Latest Comments

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

CxByte commented on 2025-05-23 19:44 (UTC)

salfter: the "ninja not found" error is almost always in error, vcpkg failing to install is the actual issue (the errors are in the vcpkg log whose path is given in the error log you posted).

salfter commented on 2025-05-23 19:31 (UTC) (edited on 2025-05-23 19:35 (UTC) by salfter)

This error is still keeping ladybird-git from building:

-- Running vcpkg install - failed
CMake Error at /home/salfter/.cache/yay/ladybird-git/src/vcpkg/scripts/buildsystems/vcpkg.cmake:938 (message):
  vcpkg install failed.  See logs for more information:
  /home/salfter/.cache/yay/ladybird-git/src/build/vcpkg-manifest-install.log
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:146 (include)
  CMakeLists.txt:22 (project)

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: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

The suggestion to symlink /usr/bin/ninja-build to /usr/bin/ninja didn't make any difference (and shouldn't). I've deleted ~/.cache/yay; that didn't help either.

I'm also getting "no version database entry" errors for vulkan-memory-allocator, sqlite3, openh264, libvpx, libpng, libavif, and harfbuzz.

CxByte commented on 2025-05-12 19:30 (UTC)

xiota: thanks for the pointers!

Technetium1 commented on 2025-05-04 02:54 (UTC)

Current builtin-baseline was moved and updated https://github.com/LadybirdBrowser/ladybird/commit/16c535a6d225fecf902ec86028e1777e1461c83d

CxByte commented on 2025-04-22 20:21 (UTC)

d3Xt3r: That was due to an update to the Vcpkg commit on ladybird, I've updated the PKGBUILD to pull the new revision.

d3Xt3r commented on 2025-04-22 06:06 (UTC)

Anyone else getting these build errors?

error: no version database entry for lcms at 2.17.
error: no version database entry for liblzma at 5.8.1.
error: no version database entry for vcpkg-make at 2025-04-10.
error: no version database entry for vcpkg-tool-meson at 1.7.2.

Seems like Arch has a bunch of updated dependencies which the build system doesn't recognise.

Muddy commented on 2025-04-11 11:38 (UTC)

Not sure how this is used after install. Could not find any executable anywhere and the icon in the menu did nothing.

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