nparry: certainly not a yay thing. You are probably installing the -debug package as well. Currently the PKGBUILD is broken causing it to put the source code of the debug package where your build directory is.
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: | 0.99 |
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-510xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-525xx-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 2 3 4 5 6 7 8 9 .. 13 Next › Last »
Scrumplex commented on 2022-01-21 08:27 (UTC)
nperry commented on 2022-01-21 08:21 (UTC)
Not sure if this is a yay thing however only seems to be happening with wlroots, why is src being owned by root after rebuilding?
neil@work ~ master > ls -l .cache/yay/wlroots-git
total 1600
-rw-r--r-- 1 neil neil 1473 Jan 21 08:18 PKGBUILD
drwxr-xr-x 1 root root 32 Jan 21 08:18 src
drwxr-xr-x 1 neil neil 140 Jan 21 08:18 wlroots-git
-rw-r--r-- 1 neil neil 435583 Jan 21 08:18 wlroots-git- 0.16.0.r5336.1d1b8454-1-x86_64.pkg.tar.zst
-rw-r--r-- 1 neil neil 1192668 Jan 21 08:18 wlroots-git-debug-0.16.0.r5336.1d1b8454-1-x86_64.pkg.tar.zst
Scrumplex commented on 2022-01-19 09:54 (UTC)
As FreeFull mentioned the -debug package tries to install the source code into the builddir.
I think this occurs, because prepare() doesn't have a value for environment variable DBGSRCDIR
. Maybe you can try to meson setup
twice. Once for pkgver() and once for the actual build.
primalmotion commented on 2022-01-10 21:54 (UTC)
Here's a link to the freedesktop issue tracking this:
https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/407
philippe commented on 2022-01-09 01:52 (UTC)
Getting the same error than @FreeFull, and pulling the source hangs or fails most of the time ever since it moved to freedesktop.org
Rucikir commented on 2022-01-08 13:58 (UTC)
Also, please try building in a clean chroot before assuming that the PKGBUILD is broken.
Well, I broke the PKGBUILD. My apologies to everyone.
whynothugo commented on 2022-01-08 12:45 (UTC)
Can you revert the latest commit that changes pkgver
? They don't work.
First off, it's trying to determine the status without changing directory into the source directory first. Even after adding cd $pkgname
, the commands don't work and error out.
FreeFull commented on 2022-01-07 22:50 (UTC)
For some reason, the wlroots-git-debug package (the debug info for wlroots-git) tries to install the source code into the directory where I've built the package, instead of $DBGSRCDIR
error: failed to commit transaction (conflicting files)
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/drm-lease-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/drm-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/fullscreen-shell-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/idle-inhibit-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/idle-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/input-method-unstable-v2-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/keyboard-shortcuts-inhibit-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/linux-dmabuf-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/pointer-constraints-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/pointer-gestures-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/presentation-time-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/primary-selection-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/relative-pointer-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/server-decoration-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/tablet-unstable-v2-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/text-input-unstable-v3-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/viewporter-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/virtual-keyboard-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-data-control-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-export-dmabuf-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-foreign-toplevel-management-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-gamma-control-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-input-inhibitor-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-layer-shell-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-output-management-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-output-power-management-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-screencopy-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/wlr-virtual-pointer-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/xdg-activation-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/xdg-decoration-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/xdg-foreign-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/xdg-foreign-unstable-v2-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/xdg-output-unstable-v1-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/build/protocol/xdg-shell-protocol.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/atomic.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/cvt.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/drm.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/legacy.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/monitor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/properties.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/renderer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/drm/util.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/headless/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/headless/input_device.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/headless/output.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/events.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/keyboard.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/pointer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/switch.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/tablet_pad.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/tablet_tool.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/libinput/touch.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/multi/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/session/session.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/wayland/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/wayland/output.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/wayland/seat.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/wayland/tablet_v2.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/x11/backend.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/x11/input_device.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/backend/x11/output.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/allocator/allocator.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/allocator/drm_dumb.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/allocator/gbm.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/allocator/shm.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/dmabuf.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/drm_format_set.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/egl.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/gles2/pixel_format.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/gles2/renderer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/gles2/shaders.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/gles2/texture.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/pixel_format.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/pixman/pixel_format.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/pixman/renderer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/swapchain.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/vulkan/pixel_format.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/vulkan/renderer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/vulkan/texture.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/vulkan/util.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/vulkan/vulkan.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/wlr_renderer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/render/wlr_texture.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/data_device/wlr_data_device.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/data_device/wlr_data_offer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/data_device/wlr_data_source.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/data_device/wlr_drag.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/output/cursor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/output/output.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/output/render.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/output/transform.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/scene/output_layout.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/scene/subsurface_tree.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/scene/wlr_scene.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/scene/xdg_shell.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/seat/wlr_seat.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/seat/wlr_seat_keyboard.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/seat/wlr_seat_pointer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/seat/wlr_seat_touch.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/tablet_v2/wlr_tablet_v2.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/tablet_v2/wlr_tablet_v2_pad.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/tablet_v2/wlr_tablet_v2_tablet.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/tablet_v2/wlr_tablet_v2_tool.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_buffer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_compositor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_cursor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_data_control_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_drm.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_drm_lease_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_export_dmabuf_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_foreign_toplevel_management_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_fullscreen_shell_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_gamma_control_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_idle.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_idle_inhibit_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_input_device.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_input_inhibitor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_input_method_v2.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_keyboard.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_keyboard_group.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_keyboard_shortcuts_inhibit_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_layer_shell_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_linux_dmabuf_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_matrix.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_output_damage.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_output_layout.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_output_management_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_output_power_management_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_pointer.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_pointer_constraints_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_pointer_gestures_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_presentation_time.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_primary_selection.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_primary_selection_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_region.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_relative_pointer_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_screencopy_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_server_decoration.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_surface.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_switch.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_tablet_pad.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_tablet_tool.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_text_input_v3.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_touch.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_viewporter.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_virtual_keyboard_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_virtual_pointer_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xcursor_manager.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xdg_activation_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xdg_decoration_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xdg_foreign_registry.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xdg_foreign_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xdg_foreign_v2.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/wlr_xdg_output_v1.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/xdg_shell/wlr_xdg_popup.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/xdg_shell/wlr_xdg_positioner.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/xdg_shell/wlr_xdg_shell.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/xdg_shell/wlr_xdg_surface.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/types/xdg_shell/wlr_xdg_toplevel.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/addon.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/array.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/box.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/global.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/log.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/region.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/shm.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/signal.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/time.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/util/token.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xcursor/wlr_xcursor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xcursor/xcursor.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/selection/dnd.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/selection/incoming.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/selection/outgoing.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/selection/selection.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/server.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/sockets.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/xwayland.c exists in filesystem
wlroots-git-debug: /home/freefull/AUR/wlroots-git/src/wlroots-git/xwayland/xwm.c exists in filesystem
Errors occurred, no packages were upgraded.
whynothugo commented on 2022-01-06 21:31 (UTC)
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 0.16.0fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
I think this is because you removed the cd wlroots
part...?
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.