FS#25758 - [abs] git-daemon was not found in the git directory in ABS checkout
Attached to Project:
Arch Linux
Opened by Garry Roseman (sitquietly) - Thursday, 25 August 2011, 23:41 GMT
Last edited by Jan de Groot (JGC) - Monday, 29 August 2011, 14:55 GMT
Opened by Garry Roseman (sitquietly) - Thursday, 25 August 2011, 23:41 GMT
Last edited by Jan de Groot (JGC) - Monday, 29 August 2011, 14:55 GMT
|
Details
Description: the PKGBUILD lists git-daemon in the source
list but there is no such file; the source file
git-daemon.conf fails its md5 integrity check.
Additional info: * package version(s) git-1.7.6.1-1 * config and/or log files etc. [git]$ makepkg --install --noconfirm --log; sync ==> Making package: git 1.7.6.1-1 (Thu Aug 25 18:39:36 CDT 2011) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found git-1.7.6.1.tar.bz2 -> Found git-manpages-1.7.6.1.tar.bz2 ==> ERROR: git-daemon was not found in the build directory and is not a URL. <after removing what appears to be spurious reference to "git-daemon" from sources> [git]$ makepkg --install --noconfirm --log; sync ==> Making package: git 1.7.6.1-1 (Thu Aug 25 18:40:37 CDT 2011) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found git-1.7.6.1.tar.bz2 -> Found git-manpages-1.7.6.1.tar.bz2 -> Found git-daemon.conf ==> ERROR: Integrity checks (md5) differ in size from the source array. Steps to reproduce: |
This task depends upon
Closed by Jan de Groot (JGC)
Monday, 29 August 2011, 14:55 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by copying the missing git-daemon to repos/extra-x86_64.
This is a bug in devtools, it does not copy new created files.
Monday, 29 August 2011, 14:55 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by copying the missing git-daemon to repos/extra-x86_64.
This is a bug in devtools, it does not copy new created files.
Comment by
Jelle van der Waa (jelly) - Friday,
26 August 2011, 09:53 GMT
You can take git-daemon from
http://projects.archlinux.org/svntogit/packages.git/tree/git/trunk/git-daemon
, but somehow its not in abs
Comment by Dan McGee (toofishes) -
Friday, 26 August 2011, 17:16 GMT
Why is this even assigned to me? Sounds like ABS is broken, not
git. git-daemon is in SVN.