* build error
@ 2012-01-25 7:50 Jaap de Jong
2012-01-25 7:51 ` Jaap de Jong
2012-01-25 8:07 ` Martin Jansa
0 siblings, 2 replies; 4+ messages in thread
From: Jaap de Jong @ 2012-01-25 7:50 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Hi,
not sure if this is the right list...
Running into a failure:
MACHINE=at91sam9263ek bitbake console-image-base
//
//
| + rm -f
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-all
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-armv5te
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-at91sam9263ek
| + true
| + '[' -eq 0 ']'
|
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/run.do_rootfs.20251:
line 214: [: -eq: unary operator expected
| + set +x
| log_check: Using
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/log.do_rootfs.20251
as logfile
213 if true; then
214 if [ $runtime_script_required -eq 0 ]; then
215 # All packages were successfully configured.
216 # update-rc.d, base-passwd are no further use, remove
them now
No error when:
MACHINE=at91sam9263ek bitbake console-image-base
Thanks!
Jaap
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: build error
2012-01-25 7:50 build error Jaap de Jong
@ 2012-01-25 7:51 ` Jaap de Jong
2012-01-25 8:07 ` Martin Jansa
1 sibling, 0 replies; 4+ messages in thread
From: Jaap de Jong @ 2012-01-25 7:51 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Sorry!
Last line should read
MACHINE=at91sam9263ek bitbake console-image-minimal
On 01/25/2012 08:50 AM, Jaap de Jong wrote:
> Hi,
> not sure if this is the right list...
> Running into a failure:
>
> MACHINE=at91sam9263ek bitbake console-image-base
> //
> //
> | + rm -f
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-all
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-armv5te
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-at91sam9263ek
>
> | + true
> | + '[' -eq 0 ']'
> |
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/run.do_rootfs.20251:
> line 214: [: -eq: unary operator expected
> | + set +x
> | log_check: Using
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/log.do_rootfs.20251
> as logfile
>
> 213 if true; then
> 214 if [ $runtime_script_required -eq 0 ]; then
> 215 # All packages were successfully configured.
> 216 # update-rc.d, base-passwd are no further use,
> remove them now
>
>
> No error when:
>
> MACHINE=at91sam9263ek bitbake console-image-base
>
> Thanks!
> Jaap
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: build error
2012-01-25 7:50 build error Jaap de Jong
2012-01-25 7:51 ` Jaap de Jong
@ 2012-01-25 8:07 ` Martin Jansa
2012-01-25 8:57 ` Jaap de Jong
1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2012-01-25 8:07 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]
On Wed, Jan 25, 2012 at 08:50:32AM +0100, Jaap de Jong wrote:
> Hi,
> not sure if this is the right list...
> Running into a failure:
>
> MACHINE=at91sam9263ek bitbake console-image-base
> //
> //
> | + rm -f
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-all
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-armv5te
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-at91sam9263ek
>
> | + true
> | + '[' -eq 0 ']'
> |
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/run.do_rootfs.20251:
> line 214: [: -eq: unary operator expected
> | + set +x
> | log_check: Using
> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/log.do_rootfs.20251
> as logfile
>
> 213 if true; then
> 214 if [ $runtime_script_required -eq 0 ]; then
> 215 # All packages were successfully configured.
> 216 # update-rc.d, base-passwd are no further use, remove
> them now
>
>
> No error when:
>
> MACHINE=at91sam9263ek bitbake console-image-base
try this
http://patchwork.openembedded.org/patch/20111/
Cheers,
>
> Thanks!
> Jaap
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: build error
2012-01-25 8:07 ` Martin Jansa
@ 2012-01-25 8:57 ` Jaap de Jong
0 siblings, 0 replies; 4+ messages in thread
From: Jaap de Jong @ 2012-01-25 8:57 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On 01/25/2012 09:07 AM, Martin Jansa wrote:
> On Wed, Jan 25, 2012 at 08:50:32AM +0100, Jaap de Jong wrote:
>> Hi,
>> not sure if this is the right list...
>> Running into a failure:
>>
>> MACHINE=at91sam9263ek bitbake console-image-base
>> //
>> //
>> | + rm -f
>> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe
>> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-all
>> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-armv5te
>> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/lib/opkg/lists/oe-at91sam9263ek
>>
>> | + true
>> | + '[' -eq 0 ']'
>> |
>> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/run.do_rootfs.20251:
>> line 214: [: -eq: unary operator expected
>> | + set +x
>> | log_check: Using
>> /media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/temp/log.do_rootfs.20251
>> as logfile
>>
>> 213 if true; then
>> 214 if [ $runtime_script_required -eq 0 ]; then
>> 215 # All packages were successfully configured.
>> 216 # update-rc.d, base-passwd are no further use, remove
>> them now
>>
>>
>> No error when:
>>
>> MACHINE=at91sam9263ek bitbake console-image-base
> try this
> http://patchwork.openembedded.org/patch/20111/
That helped!
A bit... until the next error
| Configuring task-base-extended.
| Configuring run-postinsts.
| Collected errors:
| * extract_archive: Cannot create symlink from ./var/run to
'volatile/run': File exists.
| + '[' '!' -z '' ']'
| + package_tryout_install_multilib_ipk
| + multilib_tryout_dirs=
Which is true:
$ ll
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/
total 40
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 backups
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 cache
drwxr-xr-x 6 jdj jdj 4096 2012-01-25 09:27 lib
drwxr-sr-x 2 jdj jdj 4096 2012-01-24 13:45 local
drwxr-xr-x 3 jdj jdj 4096 2012-01-25 09:26 lock
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 log
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 run
drwxr-xr-x 3 jdj jdj 4096 2012-01-25 09:26 spool
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 tmp
drwxr-xr-x 7 jdj jdj 4096 2012-01-24 13:39 volatile
$ ll
/media/OpenEmbedded/oe-core/build/tmp-eglibc/work/at91sam9263ek-oe-linux-gnueabi/core-image-base-1.0-r0/rootfs/var/volatile/
total 20
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 cache
drwxrwxrwt 3 jdj jdj 4096 2012-01-25 09:26 lock
drwxr-xr-x 2 jdj jdj 4096 2012-01-24 13:45 log
drwxr-xr-x 3 jdj jdj 4096 2012-01-25 09:26 run
drwxrwxrwt 2 jdj jdj 4096 2012-01-24 13:45 tmp
Any ideas?
Jaap
> Cheers,
>
>> Thanks!
>> Jaap
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-25 9:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 7:50 build error Jaap de Jong
2012-01-25 7:51 ` Jaap de Jong
2012-01-25 8:07 ` Martin Jansa
2012-01-25 8:57 ` Jaap de Jong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox