On Thu, Sep 16, 2021 at 10:47:26PM +0300, muradm wrote:
* gnu/packages/admin.scm (libseat): New variable
* gnu/packages/admin.scm (seatd): New variable
* gnu/packages/freedesktop.scm (seatd): Remove variable
Thanks for working on these patches!
I just applied them to the current master branch and tried
building all
the new packages, but libseat fails to build like this:
------
starting phase `configure'
The Meson build system
Version: 0.53.2
Source dir: /tmp/guix-build-libseat-0.6.2.drv-0/source
Build dir: /tmp/guix-build-libseat-0.6.2.drv-0/build
Build type: native build
meson.build:1:0: ERROR: Meson version is 0.53.2 but project
requires >=0.56.0
A full log can be found at
/tmp/guix-build-libseat-0.6.2.drv-0/build/meson-logs/meson-log.txt
command "meson"
"--prefix=/gnu/store/4dazksqkz5yn77570jc2cmnlyfc9gikv-libseat-0.6.2"
"--buildtype=debugoptimized"
"-Dc_link_args=-Wl,-rpath=/gnu/store/4dazksqkz5yn77570jc2cmnlyfc9gikv-libseat-0.6.2/lib"
"-Dcpp_link_args=-Wl,-rpath=/gnu/store/4dazksqkz5yn77570jc2cmnlyfc9gikv-libseat-0.6.2/lib"
"-Dlibseat-logind=elogind" "-Dserver=disabled"
"/tmp/guix-build-libseat-0.6.2.drv-0/source" failed with status
1
builder for
`/gnu/store/l2rf97zgwwp7ccvl1wn9g7qm0w7aj4d1-libseat-0.6.2.drv'
failed
with exit code 1
build of
/gnu/store/l2rf97zgwwp7ccvl1wn9g7qm0w7aj4d1-libseat-0.6.2.drv
failed
View build log at
'/var/log/guix/drvs/l2/rf97zgwwp7ccvl1wn9g7qm0w7aj4d1-libseat-0.6.2.drv.bz2'.
guix build: error: build of
`/gnu/store/l2rf97zgwwp7ccvl1wn9g7qm0w7aj4d1-libseat-0.6.2.drv'
failed
------
Sorry if I forgot about how to apply the patch series... does it
need to
go on another branch besides master?