From: Mark Hatle <mark.hatle@windriver.com>
To: <poky@yoctoproject.org>
Subject: Re: Error when polkit library is pulled
Date: Thu, 3 Mar 2011 10:54:21 -0600 [thread overview]
Message-ID: <4D6FC7BD.2070806@windriver.com> (raw)
In-Reply-To: <AANLkTim7ObgjarV3z+nOuT3=0jk=u64Lkv3BVLBC-zSk@mail.gmail.com>
On 3/3/11 3:46 AM, chinmaya hoshing wrote:
> Hi,
> When polkit library is pulled ,this is the following error :-
>
>
> NOTE: package poky-image-minimal-initramfs-1.0-r0: task do_rootfs: Succeeded
> ERROR: Task failed: ('function do_rootfs failed',
> '/home/sct/poky-chrome/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-akshat-1.0-r0/temp/log.do_rootfs.21457')
> ERROR: Logfile of failure stored in:
> /home/sct/poky-chrome/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-akshat-1.0-r0/temp/log.do_rootfs.21457
> :
> :
> :
> :
> : base-files ##################################################
> | error: unpacking of archive failed on file /var/cache: cpio: rename failed -
> Inappropriate ioctl for device
The above is the cause of the failed install. What filesystem are you on? The
failure is severe, it created a directory, tried to rename the directory and got
an "Inappropriate ioctl for device".. in otherwords the device prevented the
rename for some reason.
Is your build being done on either an NFS, Clearcase, or other non-local
filesystem? Or do you have selinux or something like that enabled that saw
"/var/cache", and prevented the renaming thinking it was a hacking attempt?
(FYI, the rename happens so that the creation of files/directories happens
atomically. create /var/cache.XXXXXX then mv /var/cache.XXXXX /var/cache is
being done... ensuring the old item only goes away when the new item is fully
created.)
--Mark
> | udev-extraconf ##################################################
> | udev ##################################################
> | zypper ##################################################
> | avahi-daemon ##################################################
> | hal-info ##################################################
> | ERROR: Task failed: ('function do_rootfs failed',
> '/home/sct/poky-chrome/build/tmp/work/atom-pc-poky-linux/poky-image-minimal-akshat-1.0-r0/temp/log.do_rootfs.21457')
> NOTE: package poky-image-minimal-akshat-1.0-r0: task do_rootfs: Failed
> ERROR: Task 191
> (/home/sct/poky-chrome/meta/recipes-core/images/poky-image-minimal-akshat.bb
> <http://poky-image-minimal-akshat.bb>, do_rootfs) failed with 1
> ERROR:
> '/home/sct/poky-chrome/meta/recipes-core/images/poky-image-minimal-akshat.bb
> <http://poky-image-minimal-akshat.bb>' failed
>
>
> With Regards
> Chinmaya
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
next prev parent reply other threads:[~2011-03-03 16:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-03 9:46 Error when polkit library is pulled chinmaya hoshing
2011-03-03 16:54 ` Mark Hatle [this message]
[not found] ` <AANLkTiknUiwRv58XJBQZPFnXgKeybyseBEGycDOTHsjT@mail.gmail.com>
2011-03-04 5:29 ` chinmaya hoshing
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D6FC7BD.2070806@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.