Search Criteria
Package Details: cottage-git 0.3.r6.g00de4a6-1
Git Clone URL: | https://aur.archlinux.org/cottage-git.git (read-only, click to copy) |
---|---|
Package Base: | cottage-git |
Description: | Use howm commands, operators and set configuration values through a UNIX socket. |
Upstream URL: | https://github.com/HarveyHunt/cottage |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Alad |
Maintainer: | None |
Last Packager: | Alad |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-12-10 22:06 |
Last Updated: | 2017-09-15 17:39 |
Latest Comments
ThurnisH41ey commented on 2016-02-01 20:45
@Alad - fixed check() error, but now giving me this https://gist.github.com/3b2b4b4b6aa946c1b356
Alad commented on 2016-01-29 18:12
Removed check() on upstream request, please try again.
Alad commented on 2016-01-15 09:36
Not a packaging issue, file a bug upstream.
https://github.com/HarveyHunt/cottage/issues
trialuser commented on 2016-01-12 20:54
Fails at check for me:
==> Starting check()...
WARNING: char * array declaration might be better as static const
#120: FILE: cottage.c:120:
+ char *op[] = { *argv++ };
WARNING: char * array declaration might be better as static const
#121: FILE: cottage.c:121:
+ char *count[] = { "count", *argv++ };
WARNING: char * array declaration might be better as static const
#122: FILE: cottage.c:122:
+ char *motion[] = { "motion", *argv };
total: 0 errors, 3 warnings, 219 lines checked
cottage.c has style problems, please review.
NOTE: Ignored message types: LONG_LINE MACRO_WITH_FLOW_CONTROL NEW_TYPEDEFS UNNECESSARY_ELSE
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Makefile:20: recipe for target 'check' failed
make: *** [check] Error 1