[oe-issues] [Bug 2712] New: does fakeroot work?

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Aug 2 06:36:27 CEST 2007


http://bugs.openembedded.org/show_bug.cgi?id=2712

           Summary: does fakeroot  work?
           Product: Openembedded
           Version: unspecified
          Platform: PowerPC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: lynn.lin at avocent.com


in a bbfile,in do_install task,for example
DEPENDS="fakeroot-native"
fakeroot do_install () {
       install -d ${D}${sbindir}
       install -m 755 mybinary ${D}${sbindir}/
       chown root:sys ${D}${sbindir}/mybinary
}

when the system start,i find that the owngroup is still root,namely
 -rwxr-xr-x 1 root root /usr/sbin/mybinary

I am very suprised the result
Does fakeroot work ?


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Openembedded-issues mailing list