* Error when polkit library is pulled
@ 2011-03-03 9:46 chinmaya hoshing
2011-03-03 16:54 ` Mark Hatle
0 siblings, 1 reply; 3+ messages in thread
From: chinmaya hoshing @ 2011-03-03 9:46 UTC (permalink / raw)
To: poky
[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]
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
| 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, do_rootfs) failed with 1
ERROR: '/home/sct/poky-chrome/meta/recipes-core/images/
poky-image-minimal-akshat.bb' failed
With Regards
Chinmaya
[-- Attachment #2: Type: text/html, Size: 1795 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Error when polkit library is pulled
2011-03-03 9:46 Error when polkit library is pulled chinmaya hoshing
@ 2011-03-03 16:54 ` Mark Hatle
[not found] ` <AANLkTiknUiwRv58XJBQZPFnXgKeybyseBEGycDOTHsjT@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2011-03-03 16:54 UTC (permalink / raw)
To: poky
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-04 5:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 9:46 Error when polkit library is pulled chinmaya hoshing
2011-03-03 16:54 ` Mark Hatle
[not found] ` <AANLkTiknUiwRv58XJBQZPFnXgKeybyseBEGycDOTHsjT@mail.gmail.com>
2011-03-04 5:29 ` chinmaya hoshing
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.