Package Details: eilmeldung 1.6.1-1

Git Clone URL: https://aur.archlinux.org/eilmeldung.git (read-only, click to copy)
Package Base: eilmeldung
Description: a TUI RSS reader based on the news-flash library
Upstream URL: https://github.com/christo-auer/eilmeldung
Licenses: GPL-3.0-or-later
Conflicts: eilmeldung-bin, eilmeldung-git
Submitter: christo-auer
Maintainer: christo-auer
Last Packager: christo-auer
Votes: 2
Popularity: 0.067195
First Submitted: 2025-12-26 20:31 (UTC)
Last Updated: 2026-07-13 05:48 (UTC)

Latest Comments

Crandel commented on 2026-04-12 14:14 (UTC)

@christo-auer OK, I will use --nocheck than. It is compiling for a relatively long time, so speedup is worth the risk

christo-auer commented on 2026-04-12 12:38 (UTC)

@Crandel: Compiling again is necessary, as cargo test uses different compiler flags. And yes, the test cases are run on github action, nonetheless its good practice to keep them in the AUR package (or I'd rather would keep them).

You can pass --nocheck to makepkg via paru or yay (for both --mflags "--nocheck"). Though, I didn't test this.

Crandel commented on 2026-04-12 10:54 (UTC)

Do we really need to compile again for check? This is not latest git version, I guess check should be already done before each release

christo-auer commented on 2026-03-16 06:22 (UTC) (edited on 2026-03-16 14:47 (UTC) by christo-auer)

Edit: Fixed, it should compile again! Many thanks for reporting!

TrialnError commented on 2026-03-15 19:06 (UTC)

No idea how to fix this build issue? (Without dropping the optimizations for the whole package...)

 cargo:warning=/home/crebiz/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.38.0/aws-lc/third_party/jitterentropy/jitterentropy-library/src/jitterentropy-base.c:47:3: error: #error "The CPU Jitter random number generator must not be compiled with optimizations. See documentation. Use the compiler switch -O0 for compiling jitterentropy.c."
  cargo:warning=   47 |  #error "The CPU Jitter random number generator must not be compiled with optimizations. See documentation. Use the compiler switch -O0 for compiling jitterentropy.c."
  cargo:warning=      |   ^~~~~
  exit status: 1