Pushing an update to the latest version.
Please note, that I commented the line to strip the files. Reason being it failed and I couldn't figure out why. But it is still needed as the package created contains still unstripped files.
Search Criteria
Package Details: dcc 2.3.169-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dcc.git (read-only, click to copy) |
|---|---|
| Package Base: | dcc |
| Description: | Distributed Checksum Clearinghouse spam tool |
| Upstream URL: | https://www.dcc-servers.net/dcc/ |
| Licenses: | custom |
| Submitter: | None |
| Maintainer: | amish |
| Last Packager: | TrialnError |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2006-07-15 19:03 (UTC) |
| Last Updated: | 2026-02-01 18:26 (UTC) |
Dependencies (1)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
Required by (0)
Sources (1)
TrialnError commented on 2026-02-01 18:23 (UTC)
suthernfriend commented on 2019-04-24 18:50 (UTC) (edited on 2019-04-24 18:51 (UTC) by suthernfriend)
In case you're updating from 1.3.162 or smaller: The data directory has moved from /opt/dcc to /var/lib/dcc
if you disagree with this change set the '_dstdir' variable in the PKGBUILD to "/opt/${pkgname}"
starfry commented on 2018-02-20 13:49 (UTC)
updated to version 1.3.162
bwidawsk commented on 2017-03-03 19:38 (UTC)
sha256sum for LICENSE needs updating.
currently: 76b7e929d601d6451a72ea56fa45d810b0740ab15c7c2cd505f5d321dbc30f96
ZachCallear commented on 2016-10-06 15:04 (UTC)
The PKGBUILD is out-of-date. LICENSE needs to be an array. It will build fine if you change:
---
license="custom"
---
to:
---
license=("custom")
---
zmeYski commented on 2014-10-18 17:40 (UTC)
Hi starfry,
sorry was away for some time. Anyhow you are right that the problem occurs during install and your solution to modify the package() function seems more appropriate.
Thanks for taking care of this.
starfry commented on 2014-10-17 16:18 (UTC)
PKGBUILD updated
starfry commented on 2014-10-15 08:43 (UTC)
@zmeYski - thanks for the feedback. I've reproduced this myself, thank you.
Can you just confirm what I have found? It isn't that it needs to be built with "-j1" (I build it fine with -j6), but it needs to be packaged with "-j1" because the error occurs in the packaging stage.
I propose adding "MAKEFLAGS="$MAKEFLAGS -j1" to the "package()" function.
Can you confirm that's what you're seeing too?
zmeYski commented on 2014-10-14 17:57 (UTC)
Hi,
justa a heds up - this has to be built with -j1 othrwise you may encounter some weird errors like:
==> homedir
../autoconf/install-sh -c -c -o root -g bin -m 755 -d /home/azhelev/ne-work/local-abs/dcc/pkg/dcc/opt/dcc
../autoconf/install-sh -c -c -o root -g bin -m 710 -d /home/azhelev/ne-work/local-abs/dcc/pkg/dcc/opt/dcc/log
mkdir: cannot create directory ‘/home/azhelev/ne-work/local-abs/dcc/pkg/dcc/opt/dcc’: File exists
Makefile:89: recipe for target '/home/azhelev/ne-work/local-abs/dcc/pkg/dcc/opt/dcc' failed
make[1]: *** [/home/azhelev/ne-work/local-abs/dcc/pkg/dcc/opt/dcc] Error 1
make[1]: *** Waiting for unfinished jobs....
gmake.inc:48: recipe for target 'install' failed
make: *** [install] Error 2
==> ERROR: A failure occurred in package().
Can this be incorporated in the PKGBUILD?
starfry commented on 2014-06-15 08:59 (UTC)
Updated with working PKGBUILD.
Pinned Comments
suthernfriend commented on 2019-04-24 18:50 (UTC) (edited on 2019-04-24 18:51 (UTC) by suthernfriend)
In case you're updating from 1.3.162 or smaller: The data directory has moved from /opt/dcc to /var/lib/dcc
if you disagree with this change set the '_dstdir' variable in the PKGBUILD to "/opt/${pkgname}"