works for me with makepkg and yay
Interesting. I'm also using makepkg and yay and have the same failure. It worked when I made the patch on March 30th. Further investigation is required
Git Clone URL: | https://aur.archlinux.org/lagrange.git (read-only, click to copy) |
---|---|
Package Base: | lagrange |
Description: | Beautiful Gemini Client |
Upstream URL: | https://git.skyjake.fi/skyjake/lagrange |
Licenses: | BSD |
Submitter: | Roshless |
Maintainer: | Roshless |
Last Packager: | Roshless |
Votes: | 42 |
Popularity: | 0.48 |
First Submitted: | 2020-10-10 19:45 (UTC) |
Last Updated: | 2024-12-10 17:37 (UTC) |
works for me with makepkg and yay
Interesting. I'm also using makepkg and yay and have the same failure. It worked when I made the patch on March 30th. Further investigation is required
@dmerejkowsky its your aur pkg manager, works for me with makepkg and yay
I think the culprit is here
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format- security cc1: all warnings being treated as errors
but I don't get what's happening here :/
Build is failing:
[ 3%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/block.c.o
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
[ 4%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/blockhash.c.o
[ 5%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/audience.c.o
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1: all warnings being treated as errors
make[2]: *** [lib/the_Foundation/CMakeFiles/the_Foundation.dir/build.make:76: lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/the_foundation.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[2]: *** [lib/the_Foundation/CMakeFiles/the_Foundation.dir/build.make:90: lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/audience.c.o] Error 1
cc1: all warnings being treated as errors
make[2]: *** [lib/the_Foundation/CMakeFiles/the_Foundation.dir/build.make:132: lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/blockhash.c.o] Error 1
cc1: all warnings being treated as errors
make[2]: *** [lib/the_Foundation/CMakeFiles/the_Foundation.dir/build.make:104: lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/array.c.o] Error 1
cc1: all warnings being treated as errors
make[2]: *** [lib/the_Foundation/CMakeFiles/the_Foundation.dir/build.make:118: lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/block.c.o] Error 1
make[2]: Leaving directory '/home/fra/.cache/paru/clone/lagrange/src/build'
make[1]: *** [CMakeFiles/Makefile2:126: lib/the_Foundation/CMakeFiles/the_Foundation.dir/all] Error 2
make[1]: Leaving directory '/home/fra/.cache/paru/clone/lagrange/src/build'
make: *** [Makefile:136: all] Error 2
This package does not need an extra desktop file. The "make install" step is already creating one, leading to two application shortcuts.
As per the README, pcre, zlib, and libunistring should all be listed as depedencies. mpg123 should be listed as an optional dependency.
Also, could this package add a .desktop file for Lagrange?
@Aicaya it probably is rspamd's greylisting, seems like 10-15 minutes delay.
Yeah that's the main reason why I stopped bothering updating it myself, skyjake's speed is insane.
Sent patch to update version to 0.11.0 (my goodness, Lagrange updates fast). Mailing list doesn't seem to update automatically, so posting a comment here just in case someone else planned on sending one.
Pinned Comments
Roshless commented on 2020-11-04 08:20 (UTC) (edited on 2022-08-23 13:45 (UTC) by Roshless)
Instead of flagging this package out of date please send patches to repo using mailing list linked in index.md.
Tutorial: https://git-send-email.io/