Package Details: lockd 0.1-2

Git Clone URL: https://aur.archlinux.org/lockd.git (read-only, click to copy)
Package Base: lockd
Description: A simple utility for managing your lock screen on a tiling wm (like i3, dwm, xmonad or awesome)
Upstream URL: https://github.com/Kilobyte22/lockd
Licenses: MIT
Submitter: kilobyte
Maintainer: kilobyte
Last Packager: kilobyte
Votes: 1
Popularity: 0.000000
First Submitted: 2016-03-21 16:16 (UTC)
Last Updated: 2016-04-20 09:59 (UTC)

Latest Comments

serxxx commented on 2023-10-31 18:07 (UTC) (edited on 2023-10-31 18:08 (UTC) by serxxx)

This doesn't compile, due to a dependency library error:

   Compiling rustc-serialize v0.3.18
error[E0642]: patterns aren't allowed in functions without bodies
   --> /home/ser/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.18/src/serialize.rs:145:45
    |
145 | ...                   &f_name: &str,
    |                       ^^^^^^^ pattern not allowed in function without body

   Compiling dbus v0.3.2
For more information about this error, try `rustc --explain E0642`.
error: could not compile `rustc-serialize` (lib) due to previous error; 1 warning emitted
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: lockd-exit status 4

This is most likely because that library has been deprecated.