Project

General

Profile

Unable to build root file system ยป rootfilesystem_build_error.txt

Noman Siddiqui, 09/12/2011 09:15 AM

 
1
mitydsp@mitydsp-dev:~$ 
2
mitydsp@mitydsp-dev:~$ sudo apt-get install python build-essentials
3
Reading package lists... Done
4
Building dependency tree       
5
Reading state information... Done
6
python is already the newest version.
7
E: Couldn't find package build-essentials
8

    
9
root@mitydsp-dev:/home/mitydsp# echo "0" > /proc/sys/vm/mmap_min_addr 
10

    
11
mitydsp@mitydsp-dev:~$ env | grep MDK
12
OLDPWD=/home/mitydsp/MDK_2011-03-31/sw/ARM
13
PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
14
OEBASE=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe
15
BBPATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded
16
mitydsp@mitydsp-dev:~$ export MDK=/home/mitydsp/MDK_2011-03-31
17
mitydsp@mitydsp-dev:~$ cd ${MDK}/sw/ARM/linux/oe
18
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe$ ls
19
bitbake  bitbake-1.8.18  bitbake-1.8.18.tar.gz  build  mityomap_overlay  mknfs.sh  openembedded  setup-env
20
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe$ cat setup-env
21
export OEBASE=`pwd`
22
export PATH=$OEBASE/bitbake/bin:$PATH
23
export BBPATH=$OEBASE/mityomap_overlay:$OEBASE/build:$OEBASE/openembedded
24
export BB_ENV_EXTRAWHITE="OEBASE"
25

    
26
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe$ . setup-env
27
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe$ env | grep OEDIR
28
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe$ export OEDIR=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe
29
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe$ cd build
30
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe/build$ bitbake meta-toolchain-qte
31
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
32
NOTE: Handling BitBake files: | (0001/7205) [ 0 %]ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/recipes/images/mityomap-full.bb
33
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/recipes/images/mityomap-base.bb
34
NOTE: Handling BitBake files: - (0503/7205) [ 6 %]NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
35
${@':'.join(uniq(os.path.normpath(os.path.join(fp, p, o)) for fp in '/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/angstrom'.split(':') for p in 'angstrom-version-2_${DISTRO_VERSION}-r9:angstrom-version-${DISTRO_VERSION}:angstrom-version:angstrom-version-${DISTRO_VERSION}:angstrom-version:files:.'.split(':') for o in reversed([''] + filter(None, 'pn-angstrom-version:fail-fast:build-linux:arm:INVALID:angstrom-2008.1:mityomapl138:local'.split(':')))))}
36
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
37
${@patch_deps(d)}
38
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/angstrom/angstrom-version.bb
39
NOTE: Handling BitBake files: \ (3156/7205) [43 %]NOTE: <type 'exceptions.TypeError'>:list indices must be integers, not NoneType while evaluating:
40
http://projects.linuxtogo.org/frs/download.php/14/prismstumbler-0.7.4pre1.tar.gz            file://gpsapi.patch       ${@['', 'file://wireless.patch'][bb.data.getVar('PREFERRED_VERSION_linux-libc-headers', d, 1) and bb.data.getVar('PREFERRED_VERSION_linux-libc-headers', d, 1).split('.')[2] < '30']}            file://fix-includes.patch;striplevel=0            file://libgps-check.patch            file://replace-gps_query.patch            
41
ERROR: Error in executing: /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb
42
ERROR: Exception:<type 'exceptions.TypeError'> Message:list indices must be integers, not NoneType
43
ERROR: Printing the environment of the function
44
ERROR: 	0001:def __anonfunc():
45
ERROR: 	0002:    __anon_185__home_mitydsp_MDK_2011_03_31_sw_ARM_linux_oe_openembedded_classes_staging_bbclass(d)
46
ERROR: 	0003:    __anon_90__home_mitydsp_MDK_2011_03_31_sw_ARM_linux_oe_openembedded_classes_packaged_staging_bbclass(d)
47
ERROR: 	0004:    __anon_419_classes_base_bbclass(d)
48
ERROR: 	0005:    __anon_102__home_mitydsp_MDK_2011_03_31_sw_ARM_linux_oe_openembedded_classes_siteinfo_bbclass(d)
49
ERROR: list indices must be integers, not NoneType while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb
50
NOTE: Handling BitBake files: | (3907/7205) [54 %]NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
51
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
52
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc_0.9.30.3.bb
53
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
54
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
55
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc-initial_git.bb
56
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
57
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
58
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc-initial_0.9.30.2.bb
59
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
60
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
61
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc_git.bb
62
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
63
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
64
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc_0.9.30.2.bb
65
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
66
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
67
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc-initial_0.9.30.3.bb
68
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
69
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
70
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc_0.9.31.bb
71
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
72
${@oe_filter_out('(-L\S+|-l\S+)', '-Wl,-O1 ${TARGET_LINK_HASH_STYLE}', d)}
73
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/uclibc/uclibc-initial_0.9.31.bb
74
NOTE: Handling BitBake files: | (4620/7205) [64 %]ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/bug-x11-image.bb
75
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/native-sdk-image.bb
76
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/console-mipv6-image.bb
77
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/ti-codec-engine-test-image.bb
78
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gpe-image-blank-user.bb
79
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gpephone-image.bb
80
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/angstrom-x-image.bb
81
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/dvb-image.bb
82
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/openprotium-image.bb
83
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-gpe-java-image.bb
84
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-at91sam9m10-image.bb
85
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/distcc-master-image.bb
86
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/qt4-x11-base-image.bb
87
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/slugos-image.bb
88
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/opie-image.bb
89
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso-console-image.bb
90
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/xfce-image.bb
91
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/angstrom-gnome-image-big.bb
92
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gtk-demo-image.bb
93
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-sato2-image.bb
94
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/sectest-gpe-image.bb
95
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso-zhone-image.bb
96
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/james-image.bb
97
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/minimal-image-with-mtd-utils.bb
98
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/bootstrap-image-bootchart.bb
99
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gnuradio-image.bb
100
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/illume-image.bb
101
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-demo-image.bb
102
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/pivotboot-image.bb
103
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/devimage-image.bb
104
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/opie-kdepim-image.bb
105
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gateway-image.bb
106
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-gpe-image.bb
107
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/helloworld-image.bb
108
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/muffinman-image.bb
109
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/bootmanager-image.bb
110
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-validation-e17-image.bb
111
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/shr-lite-image.bb
112
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-pimlico-image.bb
113
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/liveramdisk-image.bb
114
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/sdr-image.bb
115
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-linuxtag2010-demo-image.bb
116
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/console-at91sam9-image.bb
117
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/angstrom-gnome-image.bb
118
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/micro-base-image.bb
119
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/bootstrap-image.bb
120
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/initramfs-bootmenu-debug-image.bb
121
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/micro-image-visstrim.bb
122
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso2-console-image.bb
123
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/e-image.bb
124
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/mokogateway-image.bb
125
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gpe-image.bb
126
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-jvm-image.bb
127
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/console-audio-image.bb
128
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/initramfs-image.bb
129
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/initramfs-kexecboot-image.bb
130
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/sdl-image.bb
131
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/shr-image.bb
132
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/udumpty-image.bb
133
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/bug-image-production.bb
134
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/opie-image-16mb.bb
135
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/xfce46-image.bb
136
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/ti-demo-x11-image.bb
137
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-image.bb
138
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso-image-light.bb
139
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/initramfs-minimal-image.bb
140
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/console-image.bb
141
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-sato-image.bb
142
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/console-base-image.bb
143
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/distcc-slave-image.bb
144
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/nslu2-base-image.bb
145
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-validation-gnome-image.bb
146
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/micro-image.bb
147
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/qt4-x11-demo-image.bb
148
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso2-demo-image.bb
149
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/uml-image.bb
150
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/bug-ramdisk.bb
151
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/slugos-extd-image.bb
152
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/initramfs-kexecboot-klibc-image.bb
153
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/angstrom-systemd-image.bb
154
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-validation-base-image.bb
155
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/neuros-osd-base-image.bb
156
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-test-image.bb
157
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/qt4e-demo-image.bb
158
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/qt4e-base-image.bb
159
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/nas-server-image.bb
160
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/nslu2-linksys-image.bb
161
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/xterminal-image.bb
162
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/initramfs-bootmenu-image.bb
163
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/opie-xqtlauncher-image.bb
164
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/imote2-image.bb
165
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/aurora-fb-image.bb
166
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/jalimo-beagleboard-demo-image.bb
167
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/gpephone-image-vm.bb
168
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/sugar-image.bb
169
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso-image-nox.bb
170
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/minimal-gpe-image.bb
171
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/jlime-opie.bb
172
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso-paroli-image.bb
173
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/twin-image.bb
174
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/base-image.bb
175
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/minimal-image.bb
176
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-at91sam9-image.bb
177
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/e-image-core.bb
178
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/mythfront-image.bb
179
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/xorg-image.bb
180
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/fso-illume-image.bb
181
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/x11-office-image.bb
182
ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/images/beagleboard-nand-image.bb
183
NOTE: Handling BitBake files: / (5767/7205) [80 %]NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
184
${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${PREFERRED_PROVIDER_virtual/update-alternatives}", d)}
185
NOTE: <type 'exceptions.SyntaxError'>:EOL while scanning string literal (<string>, line 1) while evaluating:
186
    base-files     base-passwd     busybox     ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)}     modutils-initscripts     netbase     ${DISTRO_UPDATE_ALTERNATIVES}     ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}     
187
ERROR: EOL while scanning string literal (<string>, line 1) while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/tasks/task-boot.bb
188
NOTE: Handling BitBake files: / (5947/7205) [82 %]ERROR: SRCREV was used yet no valid SCM was found in SRC_URI
189
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
190
${@bb.fetch.get_srcrev(d)}
191
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
192
1.1.0+hgr${SRCPV}
193
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
194
${PN}-${EXTENDPE}${PV}-${PR}
195
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
196
${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
197
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
198
${WORKDIR}/cacao
199
NOTE: <class 'bb.fetch.ParameterError'>: while evaluating:
200
${S}
201
ERROR:  while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/cacao/cacao-native_hg.bb
202
NOTE: Handling BitBake files: / (6793/7205) [94 %]NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
203
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
204
 while evaluating:
205
${@bb.fetch.get_srcrev(d)}
206
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
207
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
208
 while evaluating:
209
${SRCPV}
210
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
211
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
212
 while evaluating:
213
${AUTOREV}
214
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
215
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
216
 while evaluating:
217
2.6.30-${PR}+gitr${SRCREV}
218
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
219
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
220
 while evaluating:
221
${PN}-${EXTENDPE}${PV}-${PR}
222
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
223
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
224
 while evaluating:
225
${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
226
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
227
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
228
 while evaluating:
229
${WORKDIR}/git
230
NOTE: <class 'bb.fetch.FetchError'>:Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
231
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
232
 while evaluating:
233
${S}
234
ERROR: Fetch command export HOME=/home/mitydsp; export SSH_AUTH_SOCK=/tmp/keyring-ACQIxJ/ssh; export PATH=/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/mityomap_overlay/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/armv5te/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/usr/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux/sbin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/build/tmp/sysroots/i686-linux//bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/bitbake/bin:/usr/local/angstrom/arm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; git ls-remote git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git master failed with signal 128, output:
235
fatal: Unable to look up git.kernel.org (port 9418) (Name or service not known)
236
 while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/linux/linux-davinci_2.6.30.bb
237
NOTE: Handling BitBake files: - (7029/7205) [97 %]ERROR: Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass while parsing /home/mitydsp/MDK_2011-03-31/sw/ARM/linux/oe/openembedded/recipes/preboot/initramfs-preboot-image.bb
238
NOTE: Handling BitBake files: / (7205/7205) [100 %]
239
NOTE: Parsing finished. 6322 cached, 455 parsed, 303 skipped, 0 masked.
240
ERROR: Parsing errors found, exiting...
241
mitydsp@mitydsp-dev:~/MDK_2011-03-31/sw/ARM/linux/oe/build$ 
    (1-1/1)
    Go to top
    Add picture from clipboard (Maximum size: 1 GB)