[yocto] dansguardian

Paul Eggleton paul.eggleton at linux.intel.com
Tue Jan 27 01:41:05 PST 2015


On Tuesday 27 January 2015 11:10:03 Mahdi Saadat wrote:
> Thanks for your response the log file is as below:
> DEBUG: Executing python function rootfs_process_ignore
> DEBUG: Python function rootfs_process_ignore finished
> DEBUG: Executing python function rootfs_runtime_mapping
> DEBUG: Python function rootfs_runtime_mapping finished
> DEBUG: Executing python function do_rootfs
> NOTE: configuring RPM platform settings
> NOTE: configuring RPM system provides
> NOTE: configuring RPM DB settings
> NOTE: configuring Smart settings
> NOTE: Note: adding Smart channel nimak (45)
> NOTE: Note: adding Smart channel core2_32 (40)
> NOTE: Note: adding Smart channel all (35)
> NOTE: adding Smart RPM DB channel
> NOTE: Note: configuring RPM cross-install scriptlet_wrapper
> NOTE: ###### Generate rootfs #######
> NOTE: Executing
> '/home/nimak/poky/build/tmp/sysroots/x86_64-linux/usr/bin/createrepo
> --update -q /home/nimak/poky/build/tmp/deploy/rpm/all' ...
> NOTE: Executing
> '/home/nimak/poky/build/tmp/sysroots/x86_64-linux/usr/bin/createrepo
> --update -q /home/nimak/poky/build/tmp/deploy/rpm/nimak' ...
> NOTE: Executing
> '/home/nimak/poky/build/tmp/sysroots/x86_64-linux/usr/bin/createrepo
> --update -q /home/nimak/poky/build/tmp/deploy/rpm/core2_32' .$
> NOTE: Installing the following packages: iptables run-postinsts dansguardian
> squid clamav snort packagegroup-core-boot
> ERROR: dansguardian not found in the base feeds (nimak core2-32-intel-common
> core2-32 i586 x86 noarch any all).
> acl-2.2.52-r0 at core2_32 acl-dbg-2.2.52-r0 at core2_32 acl-dev-2.2.52-r0 at core2_32
> acl-doc-2.2.52-r0 at core2_32 acl-locale-de-2.2.52-r0 at core2_32 acl-local$
> DEBUG: Python function do_rootfs finished
> ERROR: Function failed: do_rootfs

This suggests that the main package is empty, which likely means that
do_install didn't install anything to ${D} (or less likely, none of the files
that it did install matched that the value of FILES_${PN} for the recipe).
See this section of the manual for a bit more detail:

  http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-installing

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list