cvs commit: ports/Tools/portbuild/scripts processonelog

Mark Linimon linimon at FreeBSD.org
Tue Mar 30 21:19:37 UTC 2010


linimon     2010-03-30 21:19:36 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts processonelog 
  Log:
  Add a case to detect a transient problem that shows up on all package
  nodes, but most regularly on sparc64.  (Occasionally, on amd64 and ia64).
  
  For reasons I haven't been quite able to track down, on some occasions
  a pkg_add command is unable to extract a dependency; the tarfile shows
  up as being truncated.  This does not seem to be due to disk-low or
  memory-low conditions, nor is it a problem with scp; the md5 on the file
  is fine when examined afterwards.
  
  The only clue so far is that it seems to happen on systems with the most
  package builds running simultaneously -- and thus, possibly more than one
  pkg_add running in parallel.
  
  Revision  Changes    Path
  1.29      +4 -1      ports/Tools/portbuild/scripts/processonelog


More information about the cvs-ports mailing list