Package Details: web-greeter 3.5.3-2

Git Clone URL: https://aur.archlinux.org/web-greeter.git (read-only, click to copy)
Package Base: web-greeter
Description: A modern, visually appealing greeter for LightDM
Upstream URL: https://github.com/JezerM/web-greeter
Keywords: lightdm lightdm-webkit2-greeter web-greeter
Licenses: GPL3
Conflicts: nody-greeter
Submitter: JezerM
Maintainer: JezerM
Last Packager: JezerM
Votes: 9
Popularity: 0.23
First Submitted: 2021-12-08 22:17 (UTC)
Last Updated: 2024-07-14 21:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

sumebrius commented on 2022-09-26 08:39 (UTC) (edited on 2022-09-26 08:40 (UTC) by sumebrius)

Looks like a dependency is missing

==> Starting build()...
Bash completion to install at: /usr/share/bash-completion/completions
No ZSH completion
✔ Install root created at /tmp/web-greeter/src/web-greeter-3.5.1/build/install_root
✔ Dist directory created at /tmp/web-greeter/src/web-greeter-3.5.1/build/dist
✔ Dist files copied
✔ Config copied
node: error while loading shared libraries: libicui18n.so.69: cannot open shared object file: No such file or directory
make: *** [Makefile:119: /tmp/web-greeter/src/web-greeter-3.5.1/themes/themes/gruvbox/js] Error 127

Resolved by installing icu69

jacky96623 commented on 2022-08-23 17:01 (UTC)

Hi, got this error when trying to install 3.5.1-1:

==> Starting build()...
Bash completion to install at: /usr/share/bash-completion/completions
ZSH completion to install at: /usr/share/zsh/site-functions/
make: *** No rule to make target '/tmp/web-greeter/src/web-greeter-3.5.1/build/dist/web-greeter.1', needed by '/tmp/web-greeter/src/web-greeter-3.5.1/build/install_root/usr/share/man/man1/web-greeter.1.gz'.  Stop.
make: *** Waiting for unfinished jobs....
✔ Install root created at /tmp/web-greeter/src/web-greeter-3.5.1/build/install_root
✔ Dist directory created at /tmp/web-greeter/src/web-greeter-3.5.1/build/dist
==> ERROR: A failure occurred in build().
    Aborting...

Besides, if I re-run makepkg, another error occurs:

==> Starting prepare()...
patching file Makefile
Hunk #1 succeeded at 223 (offset 26 lines).
Reinitialized existing Git repository in /tmp/web-greeter/src/web-greeter-3.5.1/.git/
fatal: 'themes' already exists in the index
==> ERROR: A failure occurred in prepare().
    Aborting...

JezerM commented on 2022-07-15 14:31 (UTC)

Oh, sure. It was trying to clone the submodule through ssh, it should be fixed now in 3.5.0-2, which clones it through https.

sheercold commented on 2022-07-15 09:48 (UTC) (edited on 2022-07-15 09:51 (UTC) by sheercold)

Got this error when try to install 3.5.0-1

Submodule 'ts-types' (git@github.com:JezerM/nody-greeter-types.git) registered for path 'ts-types'
Cloning into '/home/sheercold/.cache/paru/clone/web-greeter/src/web->greeter-3.5.0/ts-types'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.
fatal: clone of 'git@github.com:JezerM/nody-greeter-types.git' into submodule path '/home/sheercold/.cache/paru/clone/web-greeter/src/web-greeter-3.5.0/ts-types' failed
Failed to clone 'ts-types'. Retry scheduled
Cloning into '/home/sheercold/.cache/paru/clone/web-greeter/src/web-greeter-3.5.0/ts-types'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

JezerM commented on 2022-06-09 00:07 (UTC)

Sorry for the late response, it should be fixed now.

vantu5z commented on 2022-05-25 13:14 (UTC) (edited on 2022-05-26 11:20 (UTC) by vantu5z)

==> Making package: web-greeter 3.4.1-2 (Wed May 25 16:12:37 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found web-greeter-3.4.1.tar.gz
-> Found package.patch
==> Validating source files with sha512sums...
web-greeter-3.4.1.tar.gz ... FAILED
package.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
-> error making: web-greeter

-sha512sums=('c0b03f924e5e2753aa9e729a5d2fa3bcea80b4894455359e6e9f35caacbee80714af30d77ea77f6d1f76c36fbed3d69c22ff9414f09c35ee8deedbf5b08b205a'
+sha512sums=('fdfe60f777857e06e9691ffbd38e53256267fa42a6b152ff1d25e5406530bba8d86850f82637b6748a316964afc329e8f9c172bf1433b55b707e745875f65e4f'

GeneArch commented on 2022-04-05 11:25 (UTC)

Also current release is 3.4 now.

GeneArch commented on 2022-04-05 11:25 (UTC)

The make install embeds the absolute path which is not what you need for a package. What I did to fix the package was replace make install with a copy:

rsync -a build/install_root/* ../../pkg/$pkgname

MarcusVH commented on 2022-01-04 14:57 (UTC)

I'm getting the same error with the v3.2.0-2: sed: can't read /home/marcus/.cache/yay/web-greeter/src/web-greeter-3.2.0/build/dist/web-greeter.yml: No such file or directory

JezerM commented on 2021-12-19 20:55 (UTC)

Fixed dependencies on v3.2.0-2, it should work now.