Package Details: ladybird-git r66352.7cd6ea6f333-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: 13
Popularity: 0.73
First Submitted: 2022-09-12 14:59 (UTC)
Last Updated: 2024-12-26 00:11 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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.

86kkd commented on 2024-08-22 03:56 (UTC) (edited on 2024-08-22 05:56 (UTC) by 86kkd)

There's some thing wrong in my system.The error accured in "Meta/Lagom/CMakeLists.txt":61,find_package(Threads REQUIRED)I have tried to install libpthread-stubs but it turns out nothing.And i find libpthread.so is merged into libc.so in glibc and i check i have the latest glic. I'm missing ,which pthread is useful or nather ,I think this beyond my ability Anybody can help me

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - no
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  /home/linda/.cache/yay/ladybird/src/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
  Meta/Lagom/CMakeLists.txt:61 (find_package)