Skip to content

Instantly share code, notes, and snippets.

@sdimitro
Created January 16, 2015 15:01
Show Gist options
  • Save sdimitro/59806de6528f27982ae7 to your computer and use it in GitHub Desktop.
Save sdimitro/59806de6528f27982ae7 to your computer and use it in GitHub Desktop.
Action-script errors
mail_msg:
==== package build errors (DEBUG) ====
dmake: Warning: Command failed for target `packages.i386/SUNWcs.dep'
dmake: Warning: Target `install' not remade because of errors
==== Validating manifests against proto area ====
Entries present in manifests but not proto area:
file NOHASH group=sys mode=0644 owner=root path=etc/security/auth_attr
file NOHASH group=sys mode=0644 owner=root path=etc/security/auth_attr.d/SUNWcs
file NOHASH group=sys mode=0644 owner=root path=etc/security/exec_attr
file NOHASH group=sys mode=0644 owner=root path=etc/security/exec_attr.d/SUNWcs
file NOHASH group=sys mode=0644 owner=root path=etc/security/prof_attr
file NOHASH group=sys mode=0644 owner=root path=etc/security/prof_attr.d/SUNWcs
file NOHASH group=sys mode=0644 owner=root path=etc/user_attr
file NOHASH group=sys mode=0644 owner=root path=etc/user_attr.d/SUNWcs
`````````````````````````````
nightly.log:
Generating dependencies for SUNWcs.mog
Couldn't find 'etc/security/auth_attr' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/security/auth_attr.d/SUNWcs' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/security/exec_attr' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/security/exec_attr.d/SUNWcs' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/security/prof_attr' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/security/prof_attr.d/SUNWcs' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/user_attr' in any of the specified search directories:
/code/illumos-core/proto/root_i386
Couldn't find 'etc/user_attr.d/SUNWcs' in any of the specified search directories:
/code/illumos-core/proto/root_i386
*** Error code 1
The following command caused the error:
if [ ! -f packages.i386/SUNWcs.nodepend ]; then \
pkgdepend generate -m \
-D 'PLATFORM=i86hvm' -D 'PLATFORM=i86pc' -D 'PLATFORM=i86xpv' -D 'ISALIST=amd64' -D 'ISALIST=i386' packages.i386/SUNWcs.mog /code/illumos-core/proto/root_i386 > packages.i386/SUNWcs.dep; \
else \
/usr/bin/cp -f packages.i386/SUNWcs.mog packages.i386/SUNWcs.dep; \
fi
dmake: Warning: Command failed for target `packages.i386/SUNWcs.dep'
Current working directory /code/illumos-core/usr/src/pkg
Initiating repository refresh.
dmake: Warning: Target `install' not remade because of errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment