2010/7/7 Jan Paesmans <[email protected]>: > Khem posted a patch for it earlier: > [oe] [PATCH][v2] base.bbclass: re-add backward compatibility with > bitbake w.r.t decodeurl fix in bitbake > > I applied that one and it fixed the issue. Also the issue turned up > with libpam-base-files.bb and that patch also fixes that one.
Hm. This patch is also in oe. I am at oe head. Also verified that my base.bbclass is patched. Then removed my tmp dir and build from scratch still have the problem. Frans > > Regards, > > Jan > > On Wed, Jul 7, 2010 at 10:40 AM, Frans Meulenbroeks > <[email protected]> wrote: >> 2010/7/6 Khem Raj <[email protected]>: >>> On Tue, Jul 6, 2010 at 11:10 AM, Richard Purdie <[email protected]> wrote: >>>> On Tue, 2010-07-06 at 19:17 +0200, Enrico Scholz wrote: >>>>> Jan Paesmans <[email protected]> writes: >>>>> >>>>> > cp: cannot create regular file `/ld.so.conf': Permission denied >>>>> >>>>> bb.decodeurl (bitbake 1.10) seems to be buggy: >>>>> >>>>> | >>> import bb >>>>> | >>> bb.decodeurl("file://ld.so.conf") >>>>> | ('file', '', 'ld.so.conf', '', '', {}) >>>>> | >>> bb.decodeurl("file://etc/ld.so.conf") >>>>> | ('file', 'etc', '/ld.so.conf', '', '', {}) >>>>> | >>> bb.decodeurl("file://etc/test/ld.so.conf") >>>>> | ('file', 'etc', '/test/ld.so.conf', '', '', {}) >>>>> >>>> >>>> There was a fix recently added to bitbake master for this: >>>> >>>> http://git.openembedded.net/cgit.cgi/bitbake/commit/?id=ca257adc587bb0937ea76d8b32b654fdbf4192b8 >>> >>> right. OE needed a fix too >>> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=5ac52371b09a25518b60e23e80c8c812cdea6e36 >>> >>> which means that bitbake fix should also go >>> into 1.8 an 1.10 to keep building oe .dev with those versions of bitbake. >> >> I still have the problem: >> glibc 2.5 initial >> cp: cannot create regular file `/ld.so.conf': Permission denied >> >> bitbake 1.10 head, oe head. >> verified that the patch for oe is there >> >> Frans >> >> _______________________________________________ >> Openembedded-devel mailing list >> [email protected] >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >> > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
