Package Details: wlroots-git 0.19.0.r7126.e17916d4-1

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)

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.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

aperez commented on 2019-08-09 13:26 (UTC)

@Ferdi265, @swalladge: Thanks for the heads up, I have updated now the PKGBUILD :-)

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)