Search Criteria
Package Details: log4c 1.2.4-2
Git Clone URL: | https://aur.archlinux.org/log4c.git (read-only, click to copy) |
---|---|
Package Base: | log4c |
Description: | Logging FrameWork for C, as Log4j or Log4Cpp |
Upstream URL: | http://log4c.sourceforge.net/ |
Keywords: | lib |
Licenses: | |
Submitter: | None |
Maintainer: | xiretza |
Last Packager: | xiretza |
Votes: | 133 |
Popularity: | 0.000000 |
First Submitted: | 2008-01-27 11:33 |
Last Updated: | 2018-01-28 17:27 |
Latest Comments
xiretza commented on 2018-01-28 17:28
Good news, license issue is finally fixed. Let me know if anything else is broken.
hav3lock commented on 2017-12-06 23:51
Submitted a patch fixing the license issue to you by email, @mesmer
sKnVo commented on 2017-11-22 05:18
PKGBUILD license issue still exists.
nanners commented on 2017-10-11 10:04
Does not work with current PKGBUILD. The license should be an array like the other vars. To fix this, change
license="LGPL" into license=('LGPL')
in the PKGBUILD. If the error and common sense wasn't enough. I missed the double-quotes to singles and was still getting error'd even with proper parenthesis syntax. Make sure you use singles like all the other vars.
Chinggis6 commented on 2017-09-26 10:16
it outputs error complaining that licence should be an array
surrounding the licence variable in PKGBUILD with parentheses () does the job.
log4c was a dependency of tizonia-all, in my case.
mesmer commented on 2017-06-05 10:57
Thx for the tip, i just adopted the pack, and didn't had time to update yet
kylesferrazza commented on 2017-06-03 01:07
License needs to be an array. Please add parentheses around "LGPL". Thanks!
feydaykyn commented on 2012-12-03 11:34
Should anyone need a working PKGBUILD : https://gist.github.com/4194357
feydaykyn commented on 2012-11-15 20:06
There is an error in the PKGBUILD line 17 :
cd $startdir/src/log4c-$pkgver should be cd $startdir/log4c-$pkgver
roentgen commented on 2012-10-13 09:27
1.2.2 is out.
Also this needs configure --sysconfdir=/etc/log4c.