@Ferdi265, @swalladge: Thanks for the heads up, I have updated now the PKGBUILD :-)
Search Criteria
Package Details: wlroots-git 0.19.0.r7126.e17916d4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wlroots-git.git (read-only, click to copy) |
---|---|
Package Base: | wlroots-git |
Description: | Modular Wayland compositor library (git development version) |
Upstream URL: | https://gitlab.freedesktop.org/wlroots/wlroots |
Keywords: | compositor egl gles2 libdrm libinput library modular opengl vulkan wayland wlroots |
Licenses: | MIT |
Provides: | libwlroots-0.19.so |
Submitter: | aperez |
Maintainer: | aperez (GreyXor) |
Last Packager: | GreyXor |
Votes: | 64 |
Popularity: | 1.29 |
First Submitted: | 2018-02-20 16:48 (UTC) |
Last Updated: | 2024-07-14 10:33 (UTC) |
Dependencies (26)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-multiplierAUR, libinput-three-finger-dragAUR, libinput-noaccumAUR)
- libliftoff (libliftoff-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- opengl-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-550xx-utilsAUR, mesa, mesa-amber, nvidia-utils)
- pixman (pixman-gitAUR)
- seatd (seatd-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-errors
- xcb-util-renderutil
- xcb-util-wm
- git (git-gitAUR, git-glAUR) (make)
- Show 6 more dependencies...
Required by (11)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »
aperez commented on 2019-08-09 13:26 (UTC)
yrlf commented on 2019-08-09 11:38 (UTC)
Adding to what swalladge said: -Drootston=true also needs to be removed.
<deleted-account> commented on 2019-08-09 00:24 (UTC)
PKGBUILD fails since the commit that removes rootston: https://github.com/swaywm/wlroots/commit/58b2584863201f32d1a4770a1d5cde5e57b300c6
Will need the lines that manually install rootston removed from the PKGBUILD. Thanks. :)
numenra commented on 2019-03-16 20:34 (UTC) (edited on 2019-03-16 20:47 (UTC) by numenra)
@jcstryker
There is a change in mesa-git that caused some issue with glvnd and mesa. There is a bug report
https://bugs.freedesktop.org/show_bug.cgi?id=110141
Temp solution is to downgrade mesa-git
jcstryker commented on 2019-03-11 19:14 (UTC) (edited on 2019-03-11 19:15 (UTC) by jcstryker)
Dependency glesv2 found: NO (tried pkgconfig and cmake)
meson.build:71:0: ERROR: Dependency "glesv2" not found, tried pkgconfig and cmake
Getting build failures using mesa-git.
pad commented on 2019-02-25 09:36 (UTC)
it's build from master branch, not from a tag, this package cant be out-of-date.
skyfair commented on 2019-02-02 19:27 (UTC) (edited on 2019-02-03 10:43 (UTC) by skyfair)
Help solve the problem: meson.build:67:0: ERROR: C library 'm' not found This package requires for sway-git
SOLVED!!! Disable cflags, cxxflags, cppflags, ldflags.
aperez commented on 2018-12-26 18:05 (UTC)
@mearon: Building in a clean chroot (using makechrootpkg -c -r $CHROOT
from the package source directory) is working fine for me, all the needed dependencies are installed automatically.
@b1u3dr4g0nf1y: Maybe you have something in your makepkg.conf
which is changing the default build options, because here I don't get the issue with _FORTIFY_SOURCE
that you mention. Could you please check that nothing from your setup is lowering the optimization level from -O2
?
b1u3dr4g0nf1y commented on 2018-12-23 14:09 (UTC)
Hi, when trying to rebuild, I needed to pass --optimization 2 to meson configure. Due to -werror=true use in meson.build and this warn-error :
warning _FORTIFY_SOURCE requires compiling with optimization (-O)
Pinned Comments
aperez commented on 2018-09-28 08:31 (UTC) (edited on 2019-03-07 16:25 (UTC) by aperez)
IMPORTANT
Please do not flag this package as out-of-date if the only change you need is to update to a newer version. It is not needed because it always fetches the sources using Git and uses the most recent version without needing to modify the PKGBUILD — just rebuild the package.
Also, please try building in a clean chroot before assuming that the PKGBUILD is broken.