Package Details: authsae-git 6:r444.20230331.cb04ef4-1

Git Clone URL: https://aur.archlinux.org/authsae-git.git (read-only, click to copy)
Package Base: authsae-git
Description: Authsae provides secure password-based authentication for 802.11s mesh networking.
Upstream URL: https://github.com/elockman/authsae
Licenses: BSD
Conflicts: authsae
Provides: authsae
Submitter: BrainDamage
Maintainer: dreieck
Last Packager: dreieck
Votes: 1
Popularity: 0.000000
First Submitted: 2015-01-23 22:18 (UTC)
Last Updated: 2023-04-01 10:22 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

BrainDamage commented on 2016-04-20 19:31 (UTC) (edited on 2016-04-20 19:33 (UTC) by BrainDamage)

javier.ruere: sorry if this is a bit late, but a glance at the code seems that it's an upstream bug, the functions do indeed return values which aren't used, which conflict with the compiler option to explicitly mark them as errors, howrever I am unsure what exactly sets that option, a quick grep in the code doesn't show that flag being set by the buildsystem explicitly, but it has -Wall -Werror which would enable all warnings and turn them into errors, therefore, it's best if you open a ticket upstream to fix the inconsistency

BrainDamage commented on 2016-04-20 19:11 (UTC)

My apologizes, I missed the first comment, otherwise I'd have fixed the deps sooner.

xamindar commented on 2016-04-20 19:00 (UTC) (edited on 2016-04-20 19:03 (UTC) by xamindar)

this also requires cmake and libconfig. Please add it to the depends as this is not installed with base-devel. After installing these two, the package compiles successfully on my Raspberry Pi.

javier.ruere commented on 2015-10-12 01:18 (UTC)

It depends on libconfig and it doesn't work for me: [ 94%] Building C object linux/CMakeFiles/meshd-nl80211.dir/meshd-nl80211.c.o /tmp/yaourt-tmp-javier/aur-authsae-git/src/authsae/linux/meshd-nl80211.c: In function ‘main’: /tmp/yaourt-tmp-javier/aur-authsae-git/src/authsae/linux/meshd-nl80211.c:1552:9: error: ignoring return value of ‘daemon’, declared with attribute warn_unused_result [-Werror=unused-result] daemon(1, 0); ^ /tmp/yaourt-tmp-javier/aur-authsae-git/src/authsae/linux/meshd-nl80211.c:1555:9: error: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Werror=unused-result] freopen(outfile, "w", stdout); ^ cc1: all warnings being treated as errors linux/CMakeFiles/meshd-nl80211.dir/build.make:62: recipe for target 'linux/CMakeFiles/meshd-nl80211.dir/meshd-nl80211.c.o' failed make[2]: *** [linux/CMakeFiles/meshd-nl80211.dir/meshd-nl80211.c.o] Error 1 CMakeFiles/Makefile2:163: recipe for target 'linux/CMakeFiles/meshd-nl80211.dir/all' failed make[1]: *** [linux/CMakeFiles/meshd-nl80211.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...