|
Description
|
I see this in the mail message nightly sends every so often during a build:
==== cpio archives build errors (DEBUG) ====
283930 blocks
This _might_ happen when there are packaging problems. That is
the case today where there's something in the proto area but
not in the packages:
==== Impact on packages ====
Files missing from packages:
T File Name Reloc/Sym name perm owner group inode lnk maj min package(s)
------------------------------------------------------------------------------------------------------------
f usr/lib/abi/abi_libcmd.so.1 - 755 - - 0 1 - - proto
If I look at the full log I do see an error from cpiotranslate, which
might be the problem:
==== Creating DEBUG cpio archives at Thu May 15 12:56:17 PDT 2003 ====
Making compressed archives from /builds/on-fixes/proto/root_sparc in /builds/on-fixes/arch
ives/sparc/nightly.
Creating generic root archive: 83380 blocks
Creating generic usr archive: cpiotranslate: usr/lib/abi/abi_libcmd.so.1: no packaging i
nfo
283930 blocks
Creating SUNW,Netra-240 root archive: 10 blocks
Creating SUNW,Netra-240 usr archive: 10 blocks
Creating SUNW,Netra-T12 root archive: 370 blocks
and so on
certainly that '283930 blocks' in the archive output, following the
error, matches what's in the mail message. So perhaps it's displacing
the correct error?
|