Package Details: cccc 3.1.4-4

Git Clone URL: https://aur.archlinux.org/cccc.git (read-only, click to copy)
Package Base: cccc
Description: C and C++ Code Counter, code metrics also for Ada and Java files
Upstream URL: http://cccc.sourceforge.net/
Licenses: GPL
Submitter: JonnyJD
Maintainer: None
Last Packager: micwoj92
Votes: 8
Popularity: 0.000000
First Submitted: 2009-07-05 20:57 (UTC)
Last Updated: 2021-05-15 18:52 (UTC)

Latest Comments

bootlegbilly commented on 2021-08-02 21:39 (UTC)

Oh alright, my apologies.

micwoj92 commented on 2021-08-02 21:32 (UTC)

I already fixed it, you can see my commit in commit log.

bootlegbilly commented on 2021-08-02 21:26 (UTC)

@micwoj92 what do you mean?

micwoj92 commented on 2021-04-12 20:49 (UTC)

Hello, could you update download to https?

JonnyJD commented on 2014-09-21 18:48 (UTC)

Okay, the error @ras is talking about is this: mkdir: cannot create directory '/var/abs/local/_src/cccc/pkg': Permission denied install.mak:42: recipe for target 'install_cccc' failed make[1]: [install_cccc] Error 1 (ignored) rm -f /var/abs/local/_src/cccc/pkg/cccc/usr/bin/cccc rm: cannot remove '/var/abs/local/_src/cccc/pkg/cccc/usr/bin/cccc': Permission denied install.mak:42: recipe for target 'install_cccc' failed make[1]: [install_cccc] Error 1 (ignored) cp ../cccc/cccc /var/abs/local/_src/cccc/pkg/cccc/usr/bin cp: failed to access '/var/abs/local/_src/cccc/pkg/cccc/usr/bin': Permission denied install.mak:42: recipe for target 'install_cccc' failed make[1]: *** [install_cccc] Error 1 make[1]: Leaving directory '/var/abs/local/_src/cccc/src/cccc-3.1.4/install' makefile:23: recipe for target 'install' failed make: *** [install] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The reason is a change in makepkg. Fixed with the suggested change in the PKGBUILD. Thanks.

ras commented on 2014-09-18 15:31 (UTC)

this fixes the makepkg error for me --- PKGBUILD.orig 2013-03-13 13:14:18.000000000 +0100 +++ PKGBUILD 2014-09-18 17:27:29.999200006 +0200 @@ -18,3 +18,3 @@ sed -e 's/su root -c "make -f install.mak"/make -f install.mak/' \ - -i makefile || return 1 + -e 's/all : pccts cccc test install/all : pccts cccc test/' -i makefile || return 1 sed -e 's:/usr/local/bin:'$pkgdir'/usr/bin:' \

JonnyJD commented on 2013-02-18 18:26 (UTC)

patched for gcc 4.7