Package Details: lswt 1.0.4-2

Git Clone URL: https://aur.archlinux.org/lswt.git (read-only, click to copy)
Package Base: lswt
Description: List Wayland toplevels
Upstream URL: https://sr.ht/~leon_plickat/lswt
Keywords: wayland
Licenses: GPL3
Conflicts: lswt-git
Submitter: pkap
Maintainer: pkap
Last Packager: pkap
Votes: 9
Popularity: 0.59
First Submitted: 2021-09-05 17:15 (UTC)
Last Updated: 2024-01-20 12:19 (UTC)

Latest Comments

1 2 Next › Last »

pkap commented on 2024-01-20 12:20 (UTC)

rdb: Done. Thanks for the patience!

rdb commented on 2023-12-01 12:15 (UTC)

Can you enable the aarch64 architecture? I tested that it works fine after adding it.

frabjous commented on 2022-03-01 05:57 (UTC)

OK, after some more investigation, it appears that the problem was that I still had an old version of /etc/makepkg.conf active on my system, even though the packages were all up to date. I replaced /etc/makepkg.conf with /etc/makepkg.conf.pacnew and it built fine.

frabjous commented on 2022-03-01 05:19 (UTC)

I downloaded the source and removed the -Werror flag from Makefile, and then redid the package, and it seems to have worked. Still it might be good for someone to figure out what's causing that.

frabjous commented on 2022-03-01 05:06 (UTC)

Yes, definitely up to date.

pkap commented on 2022-02-28 13:42 (UTC)

@frabjous I cannot reproduce this. Is your system up to date?

frabjous commented on 2022-02-28 01:56 (UTC)

Fails to build for me with:

In file included from /usr/include/ctype.h:25,
                 from lswt.c:19:
/usr/include/features.h:412:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from wlr-foreign-toplevel-management-unstable-v1.c:28:
/usr/include/features.h:412:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
cc1: all warnings being treated as errors
make: *** [<builtin>: wlr-foreign-toplevel-management-unstable-v1.o] Error 1
make: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make: *** [<builtin>: lswt.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Same problem with git version.

firegem commented on 2022-01-07 21:10 (UTC)

@beckab It works now, sorry about that. There was some sort of cache issue on my end.

pkap commented on 2022-01-07 09:57 (UTC)

@firegem: You need to use makepkg -s. This pulls both build and runtime dependencies according to https://man.archlinux.org/man/core/pacman/makepkg.8.en

firegem commented on 2022-01-06 20:22 (UTC)

Thanks for the speedy reply! It should be added to both fields then because runtime deps aren't pulled automatically when building. When building this in a chroot, it still fails.