* problems doing bitbake task-base
@ 2007-06-03 2:59 Luís Cargnini
2007-06-03 18:13 ` Philip Balister
2007-06-03 19:27 ` Holger Freyther
0 siblings, 2 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-03 2:59 UTC (permalink / raw)
To: openembedded-devel
Please someone could told me what is the reason of this error messsage:
NOTE: Using cache in
'/home/lvcargnini/puc/instramed/openembedded/tmp/cache/omap5912osk'
NOTE: Handling BitBake files: | (4598/4598) [100 %]
NOTE: Parsing finished. 723 cached, 3663 parsed, 212 skipped, 0 masked.
NOTE: build 200706022342: started
OE Build Configuration:
BB_VERSION = "1.6.6"
OE_REVISION = "c6559ceba5987d7142c9759ae7f895632ac3b712"
TARGET_ARCH = "arm"
TARGET_OS = "linux"
MACHINE = "omap5912osk"
DISTRO = "generic"
DISTRO_VERSION = ".dev-snapshot-20070603"
TARGET_FPU = "soft"
NOTE: package glibc-2.5: started
NOTE: package glibc-2.5-r6: task do_package: started
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
unpack
ERROR: Printing the environment of the function
ERROR: 0057: # Collate the locales by base and encoding
ERROR: 0058: encodings = {}
ERROR: 0059: for l in supported:
ERROR: 0060: l = l[:-1]
ERROR: 0061: (locale, charset) = l.split(" ")
ERROR: 0062: m = dot_re.match(locale)
ERROR: 0063: if m:
ERROR: 0064: locale = m.group(1)
ERROR: 0065: if not encodings.has_key(locale):
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
unpack
ERROR: Printing the environment of the function
ERROR: 0057: if (bb.data.getVar('INHIBIT_PACKAGE_STRIP', d, 1) != '1'):
ERROR: 0058: stripfunc = ""
ERROR: 0059: for root, dirs, files in os.walk(dvar):
ERROR: 0060: for f in files:
ERROR: 0061: file = os.path.join(root, f)
ERROR: 0062: if not os.path.islink(file) and not
os.path.isdir(file) and isexec(file):
ERROR: 0063: stripfunc += "\trunstrip %s
|| st=1\n" % (file)
ERROR: 0064: if not stripfunc == "":
ERROR: 0065: from bb import build
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
unpack
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
unpack
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
unpack
ERROR: Printing the environment of the function
Traceback (most recent call last):
File "/usr/bin/bitbake", line 1162, in ?
main()
File "/usr/bin/bitbake", line 1157, in main
cooker.cook( BBConfiguration( options ), args[1:] )
File "/usr/bin/bitbake", line 973, in cook
if self.buildProvider( k , False ) == 0:
File "/usr/bin/bitbake", line 608, in buildProvider
if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
File "/usr/bin/bitbake", line 308, in tryBuild
if self.buildProvider( dependency , buildAllDeps , build_depends ) == 0:
File "/usr/bin/bitbake", line 608, in buildProvider
if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
File "/usr/bin/bitbake", line 328, in tryBuild
return self.tryBuildPackage( fn, item, the_data )
File "/usr/bin/bitbake", line 234, in tryBuildPackage
bb.build.exec_task('do_%s' % self.configuration.cmd, the_data)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 288, in
exec_task
task_graph.walkdown(task, execute)
File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
walkdown
ret = self.walkdown(p, callback, debug, usecache)
File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
walkdown
ret = self.walkdown(p, callback, debug, usecache)
File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
walkdown
ret = self.walkdown(p, callback, debug, usecache)
File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1196, in
walkdown
return callback(self, item)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 267, in execute
exec_task(item, d)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 288, in
exec_task
task_graph.walkdown(task, execute)
File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1196, in
walkdown
return callback(self, item)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 277, in execute
exec_func(item, localdata)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
exec_func_python(func, d)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
exec_func_python
utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
better_exec
exec code in context
File "do_package", line 4, in ?
File "do_package", line 2, in do_package
File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
exec_func_python(func, d)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
exec_func_python
utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
better_exec
exec code in context
File "package_tar_do_package", line 4, in ?
File "package_tar_do_package", line 2, in package_tar_do_package
File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
exec_func_python(func, d)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
exec_func_python
utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
better_exec
exec code in context
File "package_do_package", line 5, in ?
File "package_do_package", line 3, in package_do_package
File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
exec_func_python(func, d)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
exec_func_python
utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
better_exec
exec code in context
File "populate_packages", line 188, in ?
File "populate_packages", line 5, in populate_packages
File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
exec_func_python(func, d)
File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
exec_func_python
utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
better_exec
exec code in context
File "package_do_split_gconvs", line 152, in ?
File "package_do_split_gconvs", line 61, in package_do_split_gconvs
ValueError: need more than 1 value to unpack
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-03 2:59 problems doing bitbake task-base Luís Cargnini
@ 2007-06-03 18:13 ` Philip Balister
2007-06-03 19:27 ` Holger Freyther
1 sibling, 0 replies; 42+ messages in thread
From: Philip Balister @ 2007-06-03 18:13 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 8260 bytes --]
I'm not sure about this error, but I have been building Angstrom images
for the OSK successfully. More of us work with Angstrom, and I am the
machine mentor, so we can better support Angstrom than the generic distro.
There are some you can download from here:
http://www.angstrom-distribution.org/unstable/images/omap5912osk/20070528/
I haven't tested these ones yet. But it is on my list of things to do. I
am running very recent Angstrom bootstrap-image I built myself at the
moment.
Philip
Luís Cargnini wrote:
> Please someone could told me what is the reason of this error messsage:
> NOTE: Using cache in
> '/home/lvcargnini/puc/instramed/openembedded/tmp/cache/omap5912osk'
> NOTE: Handling BitBake files: | (4598/4598) [100 %]
> NOTE: Parsing finished. 723 cached, 3663 parsed, 212 skipped, 0 masked.
>
> NOTE: build 200706022342: started
>
> OE Build Configuration:
> BB_VERSION = "1.6.6"
> OE_REVISION = "c6559ceba5987d7142c9759ae7f895632ac3b712"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux"
> MACHINE = "omap5912osk"
> DISTRO = "generic"
> DISTRO_VERSION = ".dev-snapshot-20070603"
> TARGET_FPU = "soft"
>
> NOTE: package glibc-2.5: started
> NOTE: package glibc-2.5-r6: task do_package: started
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR: 0057: # Collate the locales by base and encoding
> ERROR: 0058: encodings = {}
> ERROR: 0059: for l in supported:
> ERROR: 0060: l = l[:-1]
> ERROR: 0061: (locale, charset) = l.split(" ")
> ERROR: 0062: m = dot_re.match(locale)
> ERROR: 0063: if m:
> ERROR: 0064: locale = m.group(1)
> ERROR: 0065: if not encodings.has_key(locale):
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR: 0057: if (bb.data.getVar('INHIBIT_PACKAGE_STRIP', d, 1) != '1'):
> ERROR: 0058: stripfunc = ""
> ERROR: 0059: for root, dirs, files in os.walk(dvar):
> ERROR: 0060: for f in files:
> ERROR: 0061: file = os.path.join(root, f)
> ERROR: 0062: if not os.path.islink(file) and not
> os.path.isdir(file) and isexec(file):
> ERROR: 0063: stripfunc += "\trunstrip %s
> || st=1\n" % (file)
> ERROR: 0064: if not stripfunc == "":
> ERROR: 0065: from bb import build
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> Traceback (most recent call last):
> File "/usr/bin/bitbake", line 1162, in ?
> main()
> File "/usr/bin/bitbake", line 1157, in main
> cooker.cook( BBConfiguration( options ), args[1:] )
> File "/usr/bin/bitbake", line 973, in cook
> if self.buildProvider( k , False ) == 0:
> File "/usr/bin/bitbake", line 608, in buildProvider
> if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
> File "/usr/bin/bitbake", line 308, in tryBuild
> if self.buildProvider( dependency , buildAllDeps , build_depends ) == 0:
> File "/usr/bin/bitbake", line 608, in buildProvider
> if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
> File "/usr/bin/bitbake", line 328, in tryBuild
> return self.tryBuildPackage( fn, item, the_data )
> File "/usr/bin/bitbake", line 234, in tryBuildPackage
> bb.build.exec_task('do_%s' % self.configuration.cmd, the_data)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 288, in
> exec_task
> task_graph.walkdown(task, execute)
> File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
> walkdown
> ret = self.walkdown(p, callback, debug, usecache)
> File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
> walkdown
> ret = self.walkdown(p, callback, debug, usecache)
> File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
> walkdown
> ret = self.walkdown(p, callback, debug, usecache)
> File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1196, in
> walkdown
> return callback(self, item)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 267, in execute
> exec_task(item, d)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 288, in
> exec_task
> task_graph.walkdown(task, execute)
> File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1196, in
> walkdown
> return callback(self, item)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 277, in execute
> exec_func(item, localdata)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
> exec_func_python(func, d)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
> utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
> File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
> exec code in context
> File "do_package", line 4, in ?
> File "do_package", line 2, in do_package
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
> exec_func_python(func, d)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
> utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
> File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
> exec code in context
> File "package_tar_do_package", line 4, in ?
> File "package_tar_do_package", line 2, in package_tar_do_package
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
> exec_func_python(func, d)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
> utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
> File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
> exec code in context
> File "package_do_package", line 5, in ?
> File "package_do_package", line 3, in package_do_package
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
> exec_func_python(func, d)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
> utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
> File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
> exec code in context
> File "populate_packages", line 188, in ?
> File "populate_packages", line 5, in populate_packages
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
> exec_func_python(func, d)
> File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
> utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
> File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
> exec code in context
> File "package_do_split_gconvs", line 152, in ?
> File "package_do_split_gconvs", line 61, in package_do_split_gconvs
> ValueError: need more than 1 value to unpack
>
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-03 2:59 problems doing bitbake task-base Luís Cargnini
2007-06-03 18:13 ` Philip Balister
@ 2007-06-03 19:27 ` Holger Freyther
2007-06-04 3:19 ` Luís Cargnini
1 sibling, 1 reply; 42+ messages in thread
From: Holger Freyther @ 2007-06-03 19:27 UTC (permalink / raw)
To: openembedded-devel
>
> OE Build Configuration:
> BB_VERSION = "1.6.6"
> OE_REVISION = "c6559ceba5987d7142c9759ae7f895632ac3b712"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux"
> MACHINE = "omap5912osk"
> DISTRO = "generic"
Hi,
does this happen with angstrom linux as distribution as well?
h.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-03 19:27 ` Holger Freyther
@ 2007-06-04 3:19 ` Luís Cargnini
2007-06-04 7:35 ` Koen Kooi
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-04 3:19 UTC (permalink / raw)
To: openembedded-devel
I modified my distro to angstrom, and the following happens:
elf/dl-lookup.o.dt -MT
/home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-2.6-r0
/build-arm-linux/elf/dl-lookup.o
| dl-lookup.c: In function 'add_dependency':
| dl-lookup.c:104: error: 'RTLD_SINGLE_THREAD_P' undeclared (first use in
this function)
| dl-lookup.c:104: error: (Each undeclared identifier is reported only once
| dl-lookup.c:104: error: for each function it appears in.)
| make[2]: *** [/home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-
2.6-r0/build-arm-linux/elf/dl-lookup.o] Error 1
| make[2]: Leaving directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-2.6-r0/glibc-2.6
/elf'
| make[1]: *** [elf/subdir_lib] Error 2
| make[1]: Leaving directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-2.6-r0/glibc-2.6
'
| make: *** [all] Error 2
| FATAL: oe_runmake failed
NOTE: Task failed:
/home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-2.6-r0
/temp/log.do_compile.9205
NOTE: package glibc-2.6-r0: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package glibc-2.6: failed
ERROR: Build of task-base failed
On 6/3/07, Holger Freyther <freyther@gmx.net> wrote:
>
> >
> > OE Build Configuration:
> > BB_VERSION = "1.6.6"
> > OE_REVISION = "c6559ceba5987d7142c9759ae7f895632ac3b712"
> > TARGET_ARCH = "arm"
> > TARGET_OS = "linux"
> > MACHINE = "omap5912osk"
> > DISTRO = "generic"
>
> Hi,
> does this happen with angstrom linux as distribution as well?
>
> h.
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-04 3:19 ` Luís Cargnini
@ 2007-06-04 7:35 ` Koen Kooi
2007-06-04 12:55 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-04 7:35 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> I modified my distro to angstrom, and the following happens:
> elf/dl-lookup.o.dt -MT
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-2.6-r0
I think you mistyped something, since angstrom doesn't use glibc 2.6. See
http://www.angstrom-distribution.org/building-angstrom
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGY8CrMkyGM64RGpERAkYlAJ97kczQnhSFWRlMZL+ODLONl44NHACfUtdc
sYh+XI//+EujwtVBs54EULE=
=nBWA
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-04 7:35 ` Koen Kooi
@ 2007-06-04 12:55 ` Luís Cargnini
2007-06-04 13:01 ` Luís Cargnini
2007-06-04 13:19 ` Koen Kooi
0 siblings, 2 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-04 12:55 UTC (permalink / raw)
To: openembedded-devel
maybe because of this configuration lines:
#ASSUME_PROVIDED += "/opt/eldk/usr/bin"
ASSUME_PROVIDED += " virtual/${TARGET_PREFIX}gcc "
ASSUME_PROVIDED += " virtual/glibc "
# Select between multiple alternative providers, if more than one is
eligible.
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += "
virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
On 6/4/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luís Cargnini schreef:
> > I modified my distro to angstrom, and the following happens:
> > elf/dl-lookup.o.dt -MT
> > /home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc-2.6-r0
>
> I think you mistyped something, since angstrom doesn't use glibc 2.6. See
> http://www.angstrom-distribution.org/building-angstrom
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGY8CrMkyGM64RGpERAkYlAJ97kczQnhSFWRlMZL+ODLONl44NHACfUtdc
> sYh+XI//+EujwtVBs54EULE=
> =nBWA
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-04 12:55 ` Luís Cargnini
@ 2007-06-04 13:01 ` Luís Cargnini
2007-06-04 13:19 ` Koen Kooi
1 sibling, 0 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-04 13:01 UTC (permalink / raw)
To: openembedded-devel
distro var modified from angstrom to
DISTRO = "angstrom-2007.1"
On 6/4/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> maybe because of this configuration lines:
> #ASSUME_PROVIDED += "/opt/eldk/usr/bin"
> ASSUME_PROVIDED += " virtual/${TARGET_PREFIX}gcc "
> ASSUME_PROVIDED += " virtual/glibc "
> # Select between multiple alternative providers, if more than one is
> eligible.
> PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
> PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
> PREFERRED_PROVIDERS += "
> virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
> PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
> PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
>
>
> On 6/4/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Luís Cargnini schreef:
> > > I modified my distro to angstrom, and the following happens:
> > > elf/dl-lookup.o.dt -MT
> > > /home/lvcargnini/puc/instramed/openembedded/tmp/work/glibc- 2.6-r0
> >
> > I think you mistyped something, since angstrom doesn't use glibc 2.6.
> > See
> > http://www.angstrom-distribution.org/building-angstrom
> >
> > regards,
> >
> > Koen
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFGY8CrMkyGM64RGpERAkYlAJ97kczQnhSFWRlMZL+ODLONl44NHACfUtdc
> > sYh+XI//+EujwtVBs54EULE=
> > =nBWA
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-04 12:55 ` Luís Cargnini
2007-06-04 13:01 ` Luís Cargnini
@ 2007-06-04 13:19 ` Koen Kooi
2007-06-05 17:04 ` Luís Cargnini
1 sibling, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-04 13:19 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> maybe because of this configuration lines:
> #ASSUME_PROVIDED += "/opt/eldk/usr/bin"
> ASSUME_PROVIDED += " virtual/${TARGET_PREFIX}gcc "
> ASSUME_PROVIDED += " virtual/glibc "
> # Select between multiple alternative providers, if more than one is
> eligible.
> PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
> PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
> PREFERRED_PROVIDERS += "
> virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
> PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
> PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
Yes, remove all of those.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGZBFSMkyGM64RGpERAuTGAJ43KPrYYSHjLdFpvwooa66bGoFSFACcCGKk
lJdmmKosSpqTvdl+Q4MPvGI=
=6jKp
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-04 13:19 ` Koen Kooi
@ 2007-06-05 17:04 ` Luís Cargnini
2007-06-05 18:36 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-05 17:04 UTC (permalink / raw)
To: openembedded-devel
ok commented, cleaned the tmp using rm -rf and doing bitbake task-base righ
now
On 6/4/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luís Cargnini schreef:
> > maybe because of this configuration lines:
> > #ASSUME_PROVIDED += "/opt/eldk/usr/bin"
> > ASSUME_PROVIDED += " virtual/${TARGET_PREFIX}gcc "
> > ASSUME_PROVIDED += " virtual/glibc "
> > # Select between multiple alternative providers, if more than one is
> > eligible.
> > PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
> > PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
> > PREFERRED_PROVIDERS += "
> > virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
> > PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
> > PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
>
> Yes, remove all of those.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGZBFSMkyGM64RGpERAuTGAJ43KPrYYSHjLdFpvwooa66bGoFSFACcCGKk
> lJdmmKosSpqTvdl+Q4MPvGI=
> =6jKp
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-05 17:04 ` Luís Cargnini
@ 2007-06-05 18:36 ` Luís Cargnini
2007-06-05 19:09 ` Holger Freyther
2007-06-05 19:13 ` Michael Krelin
0 siblings, 2 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-05 18:36 UTC (permalink / raw)
To: openembedded-devel
I have achieved the following error messages, after task-base:
ERROR: Can not check RPATH, scanelf (part of pax-utils-native) not found
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
ERROR: Exception:exceptions.SystemExit Message:1
ERROR: Printing the environment of the function
On 6/5/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> ok commented, cleaned the tmp using rm -rf and doing bitbake task-base
> righ now
>
> On 6/4/07, Koen Kooi < koen@dominion.kabel.utwente.nl> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Luís Cargnini schreef:
> > > maybe because of this configuration lines:
> > > #ASSUME_PROVIDED += "/opt/eldk/usr/bin"
> > > ASSUME_PROVIDED += " virtual/${TARGET_PREFIX}gcc "
> > > ASSUME_PROVIDED += " virtual/glibc "
> > > # Select between multiple alternative providers, if more than one is
> > > eligible.
> > > PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
> > > PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
> > > PREFERRED_PROVIDERS += "
> > > virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
> > > PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
> > > PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
> >
> > Yes, remove all of those.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFGZBFSMkyGM64RGpERAuTGAJ43KPrYYSHjLdFpvwooa66bGoFSFACcCGKk
> > lJdmmKosSpqTvdl+Q4MPvGI=
> > =6jKp
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-05 18:36 ` Luís Cargnini
@ 2007-06-05 19:09 ` Holger Freyther
2007-06-05 19:51 ` Luís Cargnini
2007-06-05 19:13 ` Michael Krelin
1 sibling, 1 reply; 42+ messages in thread
From: Holger Freyther @ 2007-06-05 19:09 UTC (permalink / raw)
To: openembedded-devel
Am 05.06.2007 um 20:36 schrieb Luís Cargnini:
Ah ha,
you have the latest bitbake-1.6 and the latest head of the
org.openembedded.dev branch? If you do have it, it would be
appreciated if we could replicate your setup. We will need the output
of env, svn info of your bitbake directory, the revision of OE, your
config files. It would be nice if you could tar this stuff together
and upload it somewhere and then say where you have put it.
Alternatively is your partition holding the staging directory mounted
noexec?
z.
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-05 19:09 ` Holger Freyther
@ 2007-06-05 19:51 ` Luís Cargnini
2007-06-05 21:01 ` Koen Kooi
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-05 19:51 UTC (permalink / raw)
To: openembedded-devel
dev-embedded/bitbake
Latest version available: 1.6.6
Latest version installed: 1.6.6
Size of files: 89 kB
Homepage: http://developer.berlios.de/projects/bitbake/
Description: package management tool for OpenEmbedded
License: GPL-2
Searching...
[ Results for search key : monotone ]
[ Applications found : 1 ]
* dev-util/monotone
Latest version available: 0.33
Latest version installed: 0.33
Size of files: 4,651 kB
Homepage: http://monotone.ca
Description: Monotone Distributed Version Control System
License: GPL-2
my revision of OE I think is the latest I downloaded it from
openembedded.org, I did an pull update 2 days ago and mtn update today.
I installed the bitbake and monotone using emerge of my gentoo it get the
latest stable version I suppose ?
I will get all the information and put somewhere than they could download
it.
On 6/5/07, Holger Freyther <freyther@gmx.net> wrote:
>
>
> Am 05.06.2007 um 20:36 schrieb Luís Cargnini:
>
> Ah ha,
>
> you have the latest bitbake-1.6 and the latest head of the
> org.openembedded.dev branch? If you do have it, it would be
> appreciated if we could replicate your setup. We will need the output
> of env, svn info of your bitbake directory, the revision of OE, your
> config files. It would be nice if you could tar this stuff together
> and upload it somewhere and then say where you have put it.
>
> Alternatively is your partition holding the staging directory mounted
> noexec?
>
> z.
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-05 19:51 ` Luís Cargnini
@ 2007-06-05 21:01 ` Koen Kooi
2007-06-06 1:06 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-05 21:01 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> dev-embedded/bitbake
> Latest version available: 1.6.6
> Latest version installed: 1.6.6
> Size of files: 89 kB
> Homepage: http://developer.berlios.de/projects/bitbake/
> Description: package management tool for OpenEmbedded
> License: GPL-2
>
>
> Searching...
> [ Results for search key : monotone ]
> [ Applications found : 1 ]
>
> * dev-util/monotone
> Latest version available: 0.33
> Latest version installed: 0.33
> Size of files: 4,651 kB
> Homepage: http://monotone.ca
> Description: Monotone Distributed Version Control System
> License: GPL-2
>
> my revision of OE I think is the latest I downloaded it from
> openembedded.org, I did an pull update 2 days ago and mtn update today.
> I installed the bitbake and monotone using emerge of my gentoo it get the
> latest stable version I suppose ?
> I will get all the information and put somewhere than they could download
> it.
Follow http://www.angstrom-distribution.org/building-angstrom to get something that was a
99% chance of building without any troubles.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGZc8ZMkyGM64RGpERApLmAKC6kPVEgMfA0bQfDoMP6dMOlcdHHQCfT+TA
dccaqsifJr47CCHOsjiKYy0=
=5QOT
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-05 21:01 ` Koen Kooi
@ 2007-06-06 1:06 ` Luís Cargnini
2007-06-06 1:52 ` Luís Cargnini
2007-06-06 6:19 ` Koen Kooi
0 siblings, 2 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-06 1:06 UTC (permalink / raw)
To: openembedded-devel
so just to make it fast before I could upload everything to some server here
follow my local.conf:
DL_DIR = "/home/lvcargnini/puc/instramed/openembedded/build/sources"
BBFILES :=
"/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/*/*.bb"
BBMASK = ""
TMPDIR=/home/lvcargnini/puc/instramed/openembedded/tmp
MACHINE = "omap5912osk"
TARGET_ARCH = "arm"
TARGET_OS = "linux"
DISTRO = "angstrom-2007.1"
GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
INHERIT = "package_tar"
IMAGE_FSTYPES = "jffs2 tar cramfs"
BBDEBUG = "yes
BBINCLUDELOGS = "yes"
On 6/5/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luís Cargnini schreef:
> > dev-embedded/bitbake
> > Latest version available: 1.6.6
> > Latest version installed: 1.6.6
> > Size of files: 89 kB
> > Homepage: http://developer.berlios.de/projects/bitbake/
> > Description: package management tool for OpenEmbedded
> > License: GPL-2
> >
> >
> > Searching...
> > [ Results for search key : monotone ]
> > [ Applications found : 1 ]
> >
> > * dev-util/monotone
> > Latest version available: 0.33
> > Latest version installed: 0.33
> > Size of files: 4,651 kB
> > Homepage: http://monotone.ca
> > Description: Monotone Distributed Version Control System
> > License: GPL-2
> >
> > my revision of OE I think is the latest I downloaded it from
> > openembedded.org, I did an pull update 2 days ago and mtn update today.
> > I installed the bitbake and monotone using emerge of my gentoo it get
> the
> > latest stable version I suppose ?
> > I will get all the information and put somewhere than they could
> download
> > it.
>
> Follow http://www.angstrom-distribution.org/building-angstrom to get
> something that was a
> 99% chance of building without any troubles.
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGZc8ZMkyGM64RGpERApLmAKC6kPVEgMfA0bQfDoMP6dMOlcdHHQCfT+TA
> dccaqsifJr47CCHOsjiKYy0=
> =5QOT
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 1:06 ` Luís Cargnini
@ 2007-06-06 1:52 ` Luís Cargnini
2007-06-06 2:26 ` Luís Cargnini
2007-06-06 6:19 ` Koen Kooi
1 sibling, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-06 1:52 UTC (permalink / raw)
To: openembedded-devel
I already upgraded the bitbake and uploaded to bugs.gentoo.org a new ebuild
file
Attachment #121306<https://bugs.gentoo.org/attachment.cgi?id=121306&action=edit>to
Bug
#181034 <https://bugs.gentoo.org/show_bug.cgi?id=181034>
so my latest output from bitbake after try bitbake task-base was:
NOTE: Invalid cache found, rebuilding...
NOTE: Handling BitBake files: \ (0035/4598) [ 0 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
bootmanager-image.bb
NOTE: Handling BitBake files: \ (0037/4598) [ 0 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
console-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
e-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
mokogateway-image.bb
NOTE: Handling BitBake files: | (0041/4598) [ 0 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
x11-image.bb
NOTE: Handling BitBake files: \ (0448/4598) [ 9 %]Traceback (most recent
call last):
On 6/5/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> so just to make it fast before I could upload everything to some server
> here follow my local.conf:
>
> DL_DIR = "/home/lvcargnini/puc/instramed/openembedded/build/sources"
> BBFILES :=
> "/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/*/*.bb"
>
> BBMASK = ""
> TMPDIR=/home/lvcargnini/puc/instamed/openembedded/tmp
> MACHINE = "omap5912osk"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux"
> DISTRO = "angstrom-2007.1"
> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> INHERIT = "package_tar"
> IMAGE_FSTYPES = "jffs2 tar cramfs"
> BBDEBUG = "yes
> BBINCLUDELOGS = "yes"
>
>
>
> On 6/5/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Luís Cargnini schreef:
> > > dev-embedded/bitbake
> > > Latest version available: 1.6.6
> > > Latest version installed: 1.6.6
> > > Size of files: 89 kB
> > > Homepage: http://developer.berlios.de/projects/bitbake/
> > > Description: package management tool for OpenEmbedded
> > > License: GPL-2
> > >
> > >
> > > Searching...
> > > [ Results for search key : monotone ]
> > > [ Applications found : 1 ]
> > >
> > > * dev-util/monotone
> > > Latest version available: 0.33
> > > Latest version installed: 0.33
> > > Size of files: 4,651 kB
> > > Homepage: http://monotone.ca
> > > Description: Monotone Distributed Version Control System
> > > License: GPL-2
> > >
> > > my revision of OE I think is the latest I downloaded it from
> > > openembedded.org, I did an pull update 2 days ago and mtn update
> > today.
> > > I installed the bitbake and monotone using emerge of my gentoo it get
> > the
> > > latest stable version I suppose ?
> > > I will get all the information and put somewhere than they could
> > download
> > > it.
> >
> > Follow http://www.angstrom-distribution.org/building-angstrom to get
> > something that was a
> > 99% chance of building without any troubles.
> >
> > regards,
> >
> > Koen
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFGZc8ZMkyGM64RGpERApLmAKC6kPVEgMfA0bQfDoMP6dMOlcdHHQCfT+TA
> > dccaqsifJr47CCHOsjiKYy0=
> > =5QOT
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 1:52 ` Luís Cargnini
@ 2007-06-06 2:26 ` Luís Cargnini
0 siblings, 0 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-06 2:26 UTC (permalink / raw)
To: openembedded-devel
Well well, and the problems do not stop:
(enterprise:~/puc/instramed/openembedded) lvcargnini% bitbake task-base
NOTE: Handling BitBake files: \ (0035/4598) [ 0 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
bootmanager-image.bb
NOTE: Handling BitBake files: \ (0037/4598) [ 0 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
console-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
e-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
mokogateway-image.bb
NOTE: Handling BitBake files: | (0041/4598) [ 0 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
x11-image.bb
NOTE: Handling BitBake files: | (1355/4598) [29 %]ERROR: Could not inherit
file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/angstrom-
minimal-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/bootstrap-
image-bootchart.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/bootstrap-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/dvb-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/e-
image-core.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/e-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/essential-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/essential-
machine-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/gpe-
image-blank-user.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/gpe-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/gpephone-
image-vm.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/gpephone-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/jlime-
opie.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/maemo-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/mythfront-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/nslu2-
linksys-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/nylon-
image-base.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/nylon-
image-extended.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/nylon-
image-extra.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/nylon-
image-mini.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/nylon-
image-standard.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/openmoko-
devel-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/openmoko-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/openmoko-
sdk-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/openprotium-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/opie-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/opie-
kdepim-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/ossie-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/pivotboot-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/sdl-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/sectest-
gpe-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/slugos-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/twin-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/uml-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/unslung-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/xfce-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/xterminal-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/helloworld-
image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/hentges-
console-image.bb
ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/images/hentges-
x11-image.bb
NOTE: Handling BitBake files: - (4598/4598) [100 %]
NOTE: Parsing finished. 4343 cached, 0 parsed, 210 skipped, 0 masked.
NOTE: build 200706052320: started
OE Build Configuration:
BB_VERSION = "1.8.2"
OE_REVISION = "c6559ceba5987d7142c9759ae7f895632ac3b712"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "omap5912osk"
DISTRO = "angstrom"
DISTRO_VERSION = "test-20070606"
TARGET_FPU = "soft"
NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing Runqueue
NOTE: Executing runqueue
NOTE: Running task 168 of 1124 (ID: 559,
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
do_configure)
NOTE: package qemu-native-0.8.2+cvs20060723: started
NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure: started
ERROR: function do_configure failed
ERROR: log data follows
(/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/temp/log.do_configure.30356)
| NOTE: Running
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/qemu/configure
--build=i686-linux --host=i686-linux
--target=i686-linux
--prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging
--exec_prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux
--bindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
--sbindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
--libexecdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/libexec
--datadir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share
--sysconfdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/etc
--sharedstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/com
--localstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/var
--libdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/lib
--includedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
--oldincludedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
--infodir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/info
--mandir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/man
...
| ERROR: "gcc" looks like gcc 4.x
| QEMU is known to have problems when compiled with gcc 4.x
| It is recommended that you use gcc 3.x to build QEMU
| To use this compiler anyway, configure with --disable-gcc-check
| FATAL: oe_runconf failed
NOTE: Task failed:
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/temp/log.do_configure.30356
NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package qemu-native-0.8.2+cvs20060723: failed
ERROR: Build of
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb
do_configure failed
ERROR: Task 559
(/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
do_configure) failed
ERROR:
'/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb'
failed
(enterprise:~/puc/instramed/openembedded) lvcargnini%
On 6/5/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> I already upgraded the bitbake and uploaded to bugs.gentoo.org a new
> ebuild file
> Attachment #121306<https://bugs.gentoo.org/attachment.cgi?id=121306&action=edit>to Bug
> #181034 <https://bugs.gentoo.org/show_bug.cgi?id=181034>
> so my latest output from bitbake after try bitbake task-base was:
>
> NOTE: Invalid cache found, rebuilding...
> NOTE: Handling BitBake files: \ (0035/4598) [ 0 %]ERROR: Could not inherit
> file classes/rootfs_tar.bbclass while parsing
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
> bootmanager-image.bb
> NOTE: Handling BitBake files: \ (0037/4598) [ 0 %]ERROR: Could not inherit
> file classes/rootfs_tar.bbclass while parsing
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
> console-image.bb
> ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
> e-image.bb
> ERROR: Could not inherit file classes/rootfs_tar.bbclass while parsing
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-mokogateway-image.bb
> NOTE: Handling BitBake files: | (0041/4598) [ 0 %]ERROR: Could not inherit
> file classes/rootfs_tar.bbclass while parsing
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/angstrom/angstrom-
> x11-image.bb
> NOTE: Handling BitBake files: \ (0448/4598) [ 9 %]Traceback (most recent
> call last):
>
>
> On 6/5/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
> >
> > so just to make it fast before I could upload everything to some server
> > here follow my local.conf:
> >
> > DL_DIR = "/home/lvcargnini/puc/instramed/openembedded/build/sources"
> > BBFILES :=
> > "/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/*/*.bb"
> >
> > BBMASK = ""
> > TMPDIR=/home/lvcargnini/puc/instamed/openembedded/tmp
> > MACHINE = "omap5912osk"
> > TARGET_ARCH = "arm"
> > TARGET_OS = "linux"
> > DISTRO = " angstrom-2007.1"
> > GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> > INHERIT = "package_tar"
> > IMAGE_FSTYPES = "jffs2 tar cramfs"
> > BBDEBUG = "yes
> > BBINCLUDELOGS = "yes"
> >
> >
> >
> > On 6/5/07, Koen Kooi <koen@dominion.kabel.utwente.nl > wrote:
> > >
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Luís Cargnini schreef:
> > > > dev-embedded/bitbake
> > > > Latest version available: 1.6.6
> > > > Latest version installed: 1.6.6
> > > > Size of files: 89 kB
> > > > Homepage: http://developer.berlios.de/projects/bitbake/
> > > > Description: package management tool for OpenEmbedded
> > > > License: GPL-2
> > > >
> > > >
> > > > Searching...
> > > > [ Results for search key : monotone ]
> > > > [ Applications found : 1 ]
> > > >
> > > > * dev-util/monotone
> > > > Latest version available: 0.33
> > > > Latest version installed: 0.33
> > > > Size of files: 4,651 kB
> > > > Homepage: http://monotone.ca
> > > > Description: Monotone Distributed Version Control System
> > > > License: GPL-2
> > > >
> > > > my revision of OE I think is the latest I downloaded it from
> > > > openembedded.org, I did an pull update 2 days ago and mtn update
> > > today.
> > > > I installed the bitbake and monotone using emerge of my gentoo it
> > > get the
> > > > latest stable version I suppose ?
> > > > I will get all the information and put somewhere than they could
> > > download
> > > > it.
> > >
> > > Follow http://www.angstrom-distribution.org/building-angstrom to get
> > > something that was a
> > > 99% chance of building without any troubles.
> > >
> > > regards,
> > >
> > > Koen
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.5 (Darwin)
> > >
> > > iD8DBQFGZc8ZMkyGM64RGpERApLmAKC6kPVEgMfA0bQfDoMP6dMOlcdHHQCfT+TA
> > > dccaqsifJr47CCHOsjiKYy0=
> > > =5QOT
> > > -----END PGP SIGNATURE-----
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > >
> > >
> >
> >
> >
> > --
> >
> > ------------------------------------------------------------------------------
> > Thanks && Regards
> > Msc. Bsc. Luís Vitório Cargnini
> > IEEE Member
> > Electrical Engineer Faculty @ PUCRS
> > Ipiranga Avenue, 6681 – Building 30
> > P.O. Box: 90619-900 – Porto Alegre/RS
> > Phone: +55 51 3320 3500 extension: 7696
> > ---------------------------------------------------------------------------------
> >
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 1:06 ` Luís Cargnini
2007-06-06 1:52 ` Luís Cargnini
@ 2007-06-06 6:19 ` Koen Kooi
2007-06-06 6:42 ` Koen Kooi
1 sibling, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-06 6:19 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> so just to make it fast before I could upload everything to some server here
> follow my local.conf:
>
> TARGET_ARCH = "arm"
> TARGET_OS = "linux"
Remove those
> DISTRO = "angstrom-2007.1"
> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> INHERIT = "package_tar"
remove those
> IMAGE_FSTYPES = "jffs2 tar cramfs"
that one is ok
> BBDEBUG = "yes
> BBINCLUDELOGS = "yes"
and remove those as well
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGZlIMMkyGM64RGpERAj3XAKCXUlabtICNP3NudzEuGoIuK6P8fgCfQSbz
DyT6RvRFMkfVRP4M/ZtozMQ=
=nX3v
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 6:19 ` Koen Kooi
@ 2007-06-06 6:42 ` Koen Kooi
2007-06-06 16:37 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-06 6:42 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Koen Kooi schreef:
> Luís Cargnini schreef:
>> so just to make it fast before I could upload everything to some server here
>> follow my local.conf:
>
>
>> TARGET_ARCH = "arm"
>> TARGET_OS = "linux"
>
> Remove those
>
>> DISTRO = "angstrom-2007.1"
That one is ok as well
>
>> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
>> INHERIT = "package_tar"
>
> remove those
>
>> IMAGE_FSTYPES = "jffs2 tar cramfs"
>
> that one is ok
>
>> BBDEBUG = "yes
>> BBINCLUDELOGS = "yes"
>
> and remove those as well
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGZldqMkyGM64RGpERAv+NAKCDQjW7q7ickqaTwJdZD5DQhZEAtACgrx8p
Gez+xEq2RxWhnkZcrw97Ook=
=z96W
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 6:42 ` Koen Kooi
@ 2007-06-06 16:37 ` Luís Cargnini
2007-06-06 17:36 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-06 16:37 UTC (permalink / raw)
To: openembedded-devel
thank you all for all the help, but first are everybody completely sure that
I should remove this ines from my conf file ?????
If yes, why I can remove ?
On 6/6/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Koen Kooi schreef:
> > Luís Cargnini schreef:
> >> so just to make it fast before I could upload everything to some server
> here
> >> follow my local.conf:
> >
> >
> >> TARGET_ARCH = "arm"
> >> TARGET_OS = "linux"
> >
> > Remove those
> >
> >> DISTRO = "angstrom-2007.1"
>
> That one is ok as well
>
> >
> >> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> >> INHERIT = "package_tar"
> >
> > remove those
> >
> >> IMAGE_FSTYPES = "jffs2 tar cramfs"
> >
> > that one is ok
> >
> >> BBDEBUG = "yes
> >> BBINCLUDELOGS = "yes"
> >
> > and remove those as well
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGZldqMkyGM64RGpERAv+NAKCDQjW7q7ickqaTwJdZD5DQhZEAtACgrx8p
> Gez+xEq2RxWhnkZcrw97Ook=
> =z96W
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 16:37 ` Luís Cargnini
@ 2007-06-06 17:36 ` Luís Cargnini
2007-06-06 18:43 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-06 17:36 UTC (permalink / raw)
To: openembedded-devel
(enterprise:~/puc/instramed/openembedded) lvcargnini% bitbake task-base
NOTE: Handling BitBake files: | (4586/4586) [100 %]
NOTE: Parsing finished. 0 cached, 4371 parsed, 215 skipped, 0 masked.
NOTE: build 200706061431: started
OE Build Configuration:
BB_VERSION = "1.8.2"
OE_REVISION = "161e1a738dc05762f428e26351dfe3cf5cd65ec4"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "omap5912osk"
DISTRO = "angstrom"
DISTRO_VERSION = "test-20070606"
TARGET_FPU = "soft"
NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing Runqueue
NOTE: Executing runqueue
NOTE: Running task 166 of 1122 (ID: 557,
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
do_configure)
NOTE: package qemu-native-0.8.2+cvs20060723: started
NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure: started
ERROR: function do_configure failed
ERROR: see log in
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
NOTE: Task failed:
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package qemu-native-0.8.2+cvs20060723: failed
ERROR: Build of
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb
do_configure failed
ERROR: Task 557
(/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
do_configure) failed
ERROR:
'/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb'
failed
(enterprise:~/puc/instramed/openembedded) lvcargnini% cat
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
NOTE: Running
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
native-0.8.2+cvs20060723-r1/qemu/configure
--build=i686-linux --host=i686-linux
--target=i686-linux
--prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging
--exec_prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux
--bindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
--sbindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
--libexecdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/libexec
--datadir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share
--sysconfdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/etc
--sharedstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/com
--localstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/var
--libdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/lib
--includedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
--oldincludedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
--infodir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/info
--mandir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/man
...
ERROR: "gcc" looks like gcc 4.x
QEMU is known to have problems when compiled with gcc 4.x
It is recommended that you use gcc 3.x to build QEMU
To use this compiler anyway, configure with --disable-gcc-check
FATAL: oe_runconf failed
(enterprise:~/puc/instramed/openembedded) lvcargnini%
how to solve this little problem with gcc version ???? or how to disable
the qemu creation ????
On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> thank you all for all the help, but first are everybody completely sure
> that I should remove this ines from my conf file ?????
> If yes, why I can remove ?
>
> On 6/6/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Koen Kooi schreef:
> > > Luís Cargnini schreef:
> > >> so just to make it fast before I could upload everything to some
> > server here
> > >> follow my local.conf :
> > >
> > >
> > >> TARGET_ARCH = "arm"
> > >> TARGET_OS = "linux"
> > >
> > > Remove those
> > >
> > >> DISTRO = "angstrom-2007.1"
> >
> > That one is ok as well
> >
> > >
> > >> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> > >> INHERIT = "package_tar"
> > >
> > > remove those
> > >
> > >> IMAGE_FSTYPES = "jffs2 tar cramfs"
> > >
> > > that one is ok
> > >
> > >> BBDEBUG = "yes
> > >> BBINCLUDELOGS = "yes"
> > >
> > > and remove those as well
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFGZldqMkyGM64RGpERAv+NAKCDQjW7q7ickqaTwJdZD5DQhZEAtACgrx8p
> > Gez+xEq2RxWhnkZcrw97Ook=
> > =z96W
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 17:36 ` Luís Cargnini
@ 2007-06-06 18:43 ` Luís Cargnini
2007-06-07 22:45 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-06 18:43 UTC (permalink / raw)
To: openembedded-devel
well antecipating the critics I'm installing an gcc version 3.4.6, gentoo
supports multiple gcc versions installed.
On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> (enterprise:~/puc/instramed/openembedded) lvcargnini% bitbake task-base
> NOTE: Handling BitBake files: | (4586/4586) [100 %]
> NOTE: Parsing finished. 0 cached, 4371 parsed, 215 skipped, 0 masked.
> NOTE: build 200706061431: started
>
> OE Build Configuration:
> BB_VERSION = "1.8.2"
> OE_REVISION = "161e1a738dc05762f428e26351dfe3cf5cd65ec4"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux-gnueabi"
> MACHINE = "omap5912osk"
> DISTRO = "angstrom"
> DISTRO_VERSION = "test-20070606"
> TARGET_FPU = "soft"
>
> NOTE: Resolving missing task queue dependencies
> NOTE: preferred version 2.5 of glibc not available (for item
> virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
> NOTE: Preparing Runqueue
> NOTE: Executing runqueue
> NOTE: Running task 166 of 1122 (ID: 557,
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
> do_configure)
> NOTE: package qemu-native-0.8.2+cvs20060723: started
> NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure: started
> ERROR: function do_configure failed
> ERROR: see log in
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> NOTE: Task failed:
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package qemu-native-0.8.2+cvs20060723: failed
> ERROR: Build of
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb
> do_configure failed
> ERROR: Task 557
> (/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
> do_configure) failed
> ERROR:
> '/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb'
> failed
> (enterprise:~/puc/instramed/openembedded) lvcargnini% cat
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> NOTE: Running
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> native-0.8.2+cvs20060723-r1/qemu/configure
> --build=i686-linux --host=i686-linux
> --target=i686-linux
> --prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging
> --exec_prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux
> --bindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
> --sbindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
> --libexecdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/libexec
> --datadir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share
> --sysconfdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/etc
> --sharedstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/com
> --localstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/var
> --libdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/lib
> --includedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
> --oldincludedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
> --infodir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/info
> --mandir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/man
> ...
> ERROR: "gcc" looks like gcc 4.x
> QEMU is known to have problems when compiled with gcc 4.x
> It is recommended that you use gcc 3.x to build QEMU
> To use this compiler anyway, configure with --disable-gcc-check
> FATAL: oe_runconf failed
> (enterprise:~/puc/instramed/openembedded) lvcargnini%
> how to solve this little problem with gcc version ???? or how to disable
> the qemu creation ????
>
>
> On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
> >
> > thank you all for all the help, but first are everybody completely sure
> > that I should remove this ines from my conf file ?????
> > If yes, why I can remove ?
> >
> > On 6/6/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> > >
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Koen Kooi schreef:
> > > > Luís Cargnini schreef:
> > > >> so just to make it fast before I could upload everything to some
> > > server here
> > > >> follow my local.conf :
> > > >
> > > >
> > > >> TARGET_ARCH = "arm"
> > > >> TARGET_OS = "linux"
> > > >
> > > > Remove those
> > > >
> > > >> DISTRO = "angstrom-2007.1"
> > >
> > > That one is ok as well
> > >
> > > >
> > > >> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> > > >> INHERIT = "package_tar"
> > > >
> > > > remove those
> > > >
> > > >> IMAGE_FSTYPES = "jffs2 tar cramfs"
> > > >
> > > > that one is ok
> > > >
> > > >> BBDEBUG = "yes
> > > >> BBINCLUDELOGS = "yes"
> > > >
> > > > and remove those as well
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > >
> > >
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.5 (Darwin)
> > >
> > > iD8DBQFGZldqMkyGM64RGpERAv+NAKCDQjW7q7ickqaTwJdZD5DQhZEAtACgrx8p
> > > Gez+xEq2RxWhnkZcrw97Ook=
> > > =z96W
> > > -----END PGP SIGNATURE-----
> > >
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > >
> >
> >
> >
> > --
> > ------------------------------------------------------------------------------
> >
> > Thanks && Regards
> > Msc. Bsc. Luís Vitório Cargnini
> > IEEE Member
> > Electrical Engineer Faculty @ PUCRS
> > Ipiranga Avenue, 6681 – Building 30
> > P.O. Box: 90619-900 – Porto Alegre/RS
> > Phone: +55 51 3320 3500 extension: 7696
> > ---------------------------------------------------------------------------------
> >
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-06 18:43 ` Luís Cargnini
@ 2007-06-07 22:45 ` Luís Cargnini
2007-06-12 15:17 ` Luís Cargnini
2007-06-13 12:39 ` Jamie Lenehan
0 siblings, 2 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-07 22:45 UTC (permalink / raw)
To: openembedded-devel
new problems:
(BD06DC30:~/puc/instramed/openembedded) lvcargnini% bitbake
task-base
NOTE: Handling BitBake files: - (4588/4588) [100 %]
NOTE: Parsing finished. 4373 cached, 0 parsed, 215 skipped, 0 masked.
NOTE: build 200706071941: started
OE Build Configuration:
BB_VERSION = "1.8.2"
OE_REVISION = "79523ae60358a1e775044f45dbbc976308d4148f"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "omap5912osk"
DISTRO = "angstrom"
DISTRO_VERSION = "test-20070607"
TARGET_FPU = "soft"
NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item
virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
NOTE: Preparing Runqueue
NOTE: Executing runqueue
NOTE: Running task 468 of 1122 (ID: 1022,
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb,
do_compile)
NOTE: package perl-native-5.8.8: started
NOTE: package perl-native-5.8.8-r11: task do_compile: started
ERROR: function do_compile failed
ERROR: see log in
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/temp/log.do_compile.28955
NOTE: Task failed:
/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/temp/log.do_compile.28955
NOTE: package perl-native-5.8.8-r11: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package perl-native-5.8.8: failed
ERROR: Build of
/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb
do_compile failed
ERROR: Task 1022
(/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb,
do_compile) failed
ERROR:
'/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb'
failed
(BD06DC30:~/puc/instramed/openembedded) lvcargnini%
Making IO (dynamic)
make[1]: Entering directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IO'
make[1]: Leaving directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IO'
make[1]: Entering directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IO'
make[1]: Leaving directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IO'
Making IPC::SysV (dynamic)
make[1]: Entering directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
make[1]: Leaving directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
make[1]: Entering directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fpic
"-I../../.." SysV.c
SysV.xs:7:25: error: asm/page.h: No such file or directory
make[1]: *** [SysV.o] Error 1
make[1]: Leaving directory
`/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
make: *** [lib/auto/IPC/SysV/SysV.so] Error 2
FATAL: oe_runmake failed
On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> well antecipating the critics I'm installing an gcc version 3.4.6, gentoo
> supports multiple gcc versions installed.
>
> On 6/6/07, Luís Cargnini < lvcargnini@gmail.com> wrote:
> >
> > (enterprise:~/puc/instramed/openembedded) lvcargnini% bitbake task-base
> > NOTE: Handling BitBake files: | (4586/4586) [100 %]
> > NOTE: Parsing finished. 0 cached, 4371 parsed, 215 skipped, 0 masked.
> > NOTE: build 200706061431: started
> >
> > OE Build Configuration:
> > BB_VERSION = "1.8.2"
> > OE_REVISION = "161e1a738dc05762f428e26351dfe3cf5cd65ec4"
> > TARGET_ARCH = "arm"
> > TARGET_OS = "linux-gnueabi"
> > MACHINE = "omap5912osk"
> > DISTRO = "angstrom"
> > DISTRO_VERSION = "test-20070606"
> > TARGET_FPU = "soft"
> >
> > NOTE: Resolving missing task queue dependencies
> > NOTE: preferred version 2.5 of glibc not available (for item
> > virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
> > NOTE: Preparing Runqueue
> > NOTE: Executing runqueue
> > NOTE: Running task 166 of 1122 (ID: 557,
> > /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
> > do_configure)
> > NOTE: package qemu-native-0.8.2+cvs20060723: started
> > NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure:
> > started
> > ERROR: function do_configure failed
> > ERROR: see log in
> > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> > NOTE: Task failed:
> > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> > NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure:
> > failed
> > ERROR: TaskFailed event exception, aborting
> > NOTE: package qemu-native-0.8.2+cvs20060723: failed
> > ERROR: Build of
> > /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb
> > do_configure failed
> > ERROR: Task 557
> > (/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
> > do_configure) failed
> > ERROR:
> > '/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb'
> > failed
> > (enterprise:~/puc/instramed/openembedded) lvcargnini% cat
> > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> > NOTE: Running
> > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > native-0.8.2+cvs20060723-r1/qemu/configure
> > --build=i686-linux --host=i686-linux
> > --target=i686-linux
> > --prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging
> > --exec_prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux
> > --bindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
> > --sbindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
> > --libexecdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/libexec
> > --datadir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share
> > --sysconfdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/etc
> > --sharedstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/com
> > --localstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/var
> > --libdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/lib
> > --includedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
> > --oldincludedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
> > --infodir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/info
> > --mandir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/man
> > ...
> > ERROR: "gcc" looks like gcc 4.x
> > QEMU is known to have problems when compiled with gcc 4.x
> > It is recommended that you use gcc 3.x to build QEMU
> > To use this compiler anyway, configure with --disable-gcc-check
> > FATAL: oe_runconf failed
> > (enterprise:~/puc/instramed/openembedded) lvcargnini%
> > how to solve this little problem with gcc version ???? or how to
> > disable the qemu creation ????
> >
> >
> > On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
> > >
> > > thank you all for all the help, but first are everybody completely
> > > sure that I should remove this ines from my conf file ?????
> > > If yes, why I can remove ?
> > >
> > > On 6/6/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> > > >
> > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > Hash: SHA1
> > > >
> > > > Koen Kooi schreef:
> > > > > Luís Cargnini schreef:
> > > > >> so just to make it fast before I could upload everything to some
> > > > server here
> > > > >> follow my local.conf :
> > > > >
> > > > >
> > > > >> TARGET_ARCH = "arm"
> > > > >> TARGET_OS = "linux"
> > > > >
> > > > > Remove those
> > > > >
> > > > >> DISTRO = "angstrom-2007.1"
> > > >
> > > > That one is ok as well
> > > >
> > > > >
> > > > >> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> > > > >> INHERIT = "package_tar"
> > > > >
> > > > > remove those
> > > > >
> > > > >> IMAGE_FSTYPES = "jffs2 tar cramfs"
> > > > >
> > > > > that one is ok
> > > > >
> > > > >> BBDEBUG = "yes
> > > > >> BBINCLUDELOGS = "yes"
> > > > >
> > > > > and remove those as well
> > > >
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel@lists.openembedded.org
> > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > > >
> > > >
> > > > -----BEGIN PGP SIGNATURE-----
> > > > Version: GnuPG v1.4.5 (Darwin)
> > > >
> > > > iD8DBQFGZldqMkyGM64RGpERAv+NAKCDQjW7q7ickqaTwJdZD5DQhZEAtACgrx8p
> > > > Gez+xEq2RxWhnkZcrw97Ook=
> > > > =z96W
> > > > -----END PGP SIGNATURE-----
> > > >
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel@lists.openembedded.org
> > > >
> > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > > >
> > >
> > >
> > >
> > > --
> > > ------------------------------------------------------------------------------
> > >
> > > Thanks && Regards
> > > Msc. Bsc. Luís Vitório Cargnini
> > > IEEE Member
> > > Electrical Engineer Faculty @ PUCRS
> > > Ipiranga Avenue, 6681 – Building 30
> > > P.O. Box: 90619-900 – Porto Alegre/RS
> > > Phone: +55 51 3320 3500 extension: 7696
> > > ---------------------------------------------------------------------------------
> > >
> > >
> >
> >
> >
> > --
> >
> > ------------------------------------------------------------------------------
> > Thanks && Regards
> > Msc. Bsc. Luís Vitório Cargnini
> > IEEE Member
> > Electrical Engineer Faculty @ PUCRS
> > Ipiranga Avenue, 6681 – Building 30
> > P.O. Box: 90619-900 – Porto Alegre/RS
> > Phone: +55 51 3320 3500 extension: 7696
> > ---------------------------------------------------------------------------------
> >
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread* Re: problems doing bitbake task-base
2007-06-07 22:45 ` Luís Cargnini
@ 2007-06-12 15:17 ` Luís Cargnini
2007-06-12 15:23 ` Koen Kooi
2007-06-13 12:39 ` Jamie Lenehan
1 sibling, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-12 15:17 UTC (permalink / raw)
To: openembedded-devel
Dears,
the bitbake task-base stop because when trying to compilate the qemu-native,
stop because i have gcc .4.12 as my default gcc, first how to modify bb
class file of qemu-native to explicitly compilate using gcc 3 or add
--with-disable-check to compilate qemu with gcc-4 ??????, doing a
workaround, do task-base when it stop switch to gcc3, do bb qemu-native,
then switch back to gcc-4 and then does bitbake qemu-native againd to
continue after qemu-native seems to work
On 6/7/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> new problems:
> (BD06DC30:~/puc/instramed/openembedded) lvcargnini% bitbake
> task-base
> NOTE: Handling BitBake files: - (4588/4588) [100 %]
> NOTE: Parsing finished. 4373 cached, 0 parsed, 215 skipped, 0 masked.
> NOTE: build 200706071941: started
>
> OE Build Configuration:
> BB_VERSION = "1.8.2"
> OE_REVISION = "79523ae60358a1e775044f45dbbc976308d4148f"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux-gnueabi"
> MACHINE = "omap5912osk"
> DISTRO = "angstrom"
> DISTRO_VERSION = "test-20070607"
> TARGET_FPU = "soft"
>
> NOTE: Resolving missing task queue dependencies
> NOTE: preferred version 2.5 of glibc not available (for item
> virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
> NOTE: Preparing Runqueue
> NOTE: Executing runqueue
> NOTE: Running task 468 of 1122 (ID: 1022,
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb,
> do_compile)
> NOTE: package perl-native-5.8.8: started
> NOTE: package perl-native-5.8.8-r11 : task do_compile: started
> ERROR: function do_compile failed
> ERROR: see log in
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/temp/log.do_compile.28955
> NOTE: Task failed:
> /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/temp/log.do_compile.28955
> NOTE: package perl-native-5.8.8-r11: task do_compile: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package perl-native-5.8.8: failed
> ERROR: Build of
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb
> do_compile failed
> ERROR: Task 1022
> (/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb,
> do_compile) failed
> ERROR:
> '/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/perl/perl-native_5.8.8.bb'
> failed
> (BD06DC30:~/puc/instramed/openembedded) lvcargnini%
>
> Making IO (dynamic)
> make[1]: Entering directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IO'
> make[1]: Leaving directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IO'
> make[1]: Entering directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IO'
> make[1]: Leaving directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IO'
>
> Making IPC::SysV (dynamic)
> make[1]: Entering directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
> make[1]: Leaving directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
> make[1]: Entering directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
> gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
> -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\" 1.04\" -DXS_VERSION=\"1.04\"
> -fpic "-I../../.." SysV.c
> SysV.xs:7:25: error: asm/page.h: No such file or directory
> make[1]: *** [SysV.o] Error 1
> make[1]: Leaving directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
> make: *** [lib/auto/IPC/SysV/SysV.so] Error 2
> FATAL: oe_runmake failed
>
>
> On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
> >
> > well antecipating the critics I'm installing an gcc version 3.4.6,
> > gentoo supports multiple gcc versions installed.
> >
> > On 6/6/07, Luís Cargnini < lvcargnini@gmail.com> wrote:
> > >
> > > (enterprise:~/puc/instramed/openembedded) lvcargnini% bitbake
> > > task-base
> > > NOTE: Handling BitBake files: | (4586/4586) [100 %]
> > > NOTE: Parsing finished. 0 cached, 4371 parsed, 215 skipped, 0 masked.
> > > NOTE: build 200706061431: started
> > >
> > > OE Build Configuration:
> > > BB_VERSION = "1.8.2"
> > > OE_REVISION = "161e1a738dc05762f428e26351dfe3cf5cd65ec4"
> > > TARGET_ARCH = "arm"
> > > TARGET_OS = "linux-gnueabi"
> > > MACHINE = "omap5912osk"
> > > DISTRO = "angstrom"
> > > DISTRO_VERSION = "test-20070606"
> > > TARGET_FPU = "soft"
> > >
> > > NOTE: Resolving missing task queue dependencies
> > > NOTE: preferred version 2.5 of glibc not available (for item
> > > virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
> > > NOTE: Preparing Runqueue
> > > NOTE: Executing runqueue
> > > NOTE: Running task 166 of 1122 (ID: 557,
> > > /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
> > > do_configure)
> > > NOTE: package qemu-native-0.8.2+cvs20060723: started
> > > NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure:
> > > started
> > > ERROR: function do_configure failed
> > > ERROR: see log in
> > > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > > native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> > > NOTE: Task failed:
> > > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > > native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> > > NOTE: package qemu-native-0.8.2+cvs20060723-r1: task do_configure:
> > > failed
> > > ERROR: TaskFailed event exception, aborting
> > > NOTE: package qemu-native-0.8.2+cvs20060723: failed
> > > ERROR: Build of
> > > /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb
> > > do_configure failed
> > > ERROR: Task 557
> > > (/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb,
> > > do_configure) failed
> > > ERROR:
> > > '/home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/qemu/qemu-native_cvs.bb'
> > > failed
> > > (enterprise:~/puc/instramed/openembedded) lvcargnini% cat
> > > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > > native-0.8.2+cvs20060723-r1/temp/log.do_configure.9861
> > > NOTE: Running
> > > /home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/qemu-
> > > native-0.8.2+cvs20060723-r1/qemu/configure
> > > --build=i686-linux --host=i686-linux
> > > --target=i686-linux
> > > --prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging
> > > --exec_prefix=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux
> > > --bindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
> > > --sbindir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/bin
> > > --libexecdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/libexec
> > > --datadir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share
> > > --sysconfdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/etc
> > > --sharedstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/com
> > > --localstatedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/var
> > > --libdir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/lib
> > > --includedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
> > > --oldincludedir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/include
> > > --infodir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/info
> > > --mandir=/home/lvcargnini/puc/instramed/openembedded/tmp/staging/i686-linux/share/man
> > > ...
> > > ERROR: "gcc" looks like gcc 4.x
> > > QEMU is known to have problems when compiled with gcc 4.x
> > > It is recommended that you use gcc 3.x to build QEMU
> > > To use this compiler anyway, configure with --disable-gcc-check
> > > FATAL: oe_runconf failed
> > > (enterprise:~/puc/instramed/openembedded) lvcargnini%
> > > how to solve this little problem with gcc version ???? or how to
> > > disable the qemu creation ????
> > >
> > >
> > > On 6/6/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
> > > >
> > > > thank you all for all the help, but first are everybody completely
> > > > sure that I should remove this ines from my conf file ?????
> > > > If yes, why I can remove ?
> > > >
> > > > On 6/6/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> > > > >
> > > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > > Hash: SHA1
> > > > >
> > > > > Koen Kooi schreef:
> > > > > > Luís Cargnini schreef:
> > > > > >> so just to make it fast before I could upload everything to
> > > > > some server here
> > > > > >> follow my local.conf :
> > > > > >
> > > > > >
> > > > > >> TARGET_ARCH = "arm"
> > > > > >> TARGET_OS = "linux"
> > > > > >
> > > > > > Remove those
> > > > > >
> > > > > >> DISTRO = "angstrom-2007.1"
> > > > >
> > > > > That one is ok as well
> > > > >
> > > > > >
> > > > > >> GLIBC_GENERATE_LOCALES = "en en_GB.UTF-8 fr pt_BR.UTF-8"
> > > > > >> INHERIT = "package_tar"
> > > > > >
> > > > > > remove those
> > > > > >
> > > > > >> IMAGE_FSTYPES = "jffs2 tar cramfs"
> > > > > >
> > > > > > that one is ok
> > > > > >
> > > > > >> BBDEBUG = "yes
> > > > > >> BBINCLUDELOGS = "yes"
> > > > > >
> > > > > > and remove those as well
> > > > >
> > > > > _______________________________________________
> > > > > Openembedded-devel mailing list
> > > > > Openembedded-devel@lists.openembedded.org
> > > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > > > >
> > > > >
> > > > > -----BEGIN PGP SIGNATURE-----
> > > > > Version: GnuPG v1.4.5 (Darwin)
> > > > >
> > > > > iD8DBQFGZldqMkyGM64RGpERAv+NAKCDQjW7q7ickqaTwJdZD5DQhZEAtACgrx8p
> > > > > Gez+xEq2RxWhnkZcrw97Ook=
> > > > > =z96W
> > > > > -----END PGP SIGNATURE-----
> > > > >
> > > > > _______________________________________________
> > > > > Openembedded-devel mailing list
> > > > > Openembedded-devel@lists.openembedded.org
> > > > >
> > > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > ------------------------------------------------------------------------------
> > > >
> > > > Thanks && Regards
> > > > Msc. Bsc. Luís Vitório Cargnini
> > > > IEEE Member
> > > > Electrical Engineer Faculty @ PUCRS
> > > > Ipiranga Avenue, 6681 – Building 30
> > > > P.O. Box: 90619-900 – Porto Alegre/RS
> > > > Phone: +55 51 3320 3500 extension: 7696
> > > > ---------------------------------------------------------------------------------
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > >
> > > ------------------------------------------------------------------------------
> > > Thanks && Regards
> > > Msc. Bsc. Luís Vitório Cargnini
> > > IEEE Member
> > > Electrical Engineer Faculty @ PUCRS
> > > Ipiranga Avenue, 6681 – Building 30
> > > P.O. Box: 90619-900 – Porto Alegre/RS
> > > Phone: +55 51 3320 3500 extension: 7696
> > > ---------------------------------------------------------------------------------
> > >
> > >
> >
> >
> >
> > --
> >
> > ------------------------------------------------------------------------------
> > Thanks && Regards
> > Msc. Bsc. Luís Vitório Cargnini
> > IEEE Member
> > Electrical Engineer Faculty @ PUCRS
> > Ipiranga Avenue, 6681 – Building 30
> > P.O. Box: 90619-900 – Porto Alegre/RS
> > Phone: +55 51 3320 3500 extension: 7696
> > ---------------------------------------------------------------------------------
> >
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-12 15:17 ` Luís Cargnini
@ 2007-06-12 15:23 ` Koen Kooi
2007-06-12 16:34 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-12 15:23 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> Dears,
> the bitbake task-base stop because when trying to compilate the qemu-native,
> stop because i have gcc .4.12 as my default gcc
apt-get install gcc-3.4
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGbrp6MkyGM64RGpERAoB4AJ4pDtrCzmeEhg+5TVWVpP/we/LhRwCfVhfF
LEjhxyVfAFooSCWzUQJbPfQ=
=lkKa
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-12 15:23 ` Koen Kooi
@ 2007-06-12 16:34 ` Luís Cargnini
2007-06-12 16:46 ` Koen Kooi
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-12 16:34 UTC (permalink / raw)
To: openembedded-devel
ok first I use gentoo, so the command is emerge "=gcc-3.4.6" =)
I already did it so I have gcc-3 installed on my system and now ?
On 6/12/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luís Cargnini schreef:
> > Dears,
> > the bitbake task-base stop because when trying to compilate the
> qemu-native,
> > stop because i have gcc .4.12 as my default gcc
>
> apt-get install gcc-3.4
>
> regards,
>
> Koen
> -----BEGgeIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGbrp6MkyGM64RGpERAoB4AJ4pDtrCzmeEhg+5TVWVpP/we/LhRwCfVhfF
> LEjhxyVfAFooSCWzUQJbPfQ=
> =lkKa
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-12 16:34 ` Luís Cargnini
@ 2007-06-12 16:46 ` Koen Kooi
2007-06-12 18:06 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Koen Kooi @ 2007-06-12 16:46 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> ok first I use gentoo, so the command is emerge "=gcc-3.4.6" =)
>
> I already did it so I have gcc-3 installed on my system and now ?
ln /usr/bin/gcc-3.4.6 /usr/bin/gcc-3.4 -s
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGbs3HMkyGM64RGpERAlUrAKCeN5N2E75ZE3yHM22uCYbJYjNXtgCgjsJS
b9puiA4q35quPrE+qCcuKhw=
=2Y4n
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-12 16:46 ` Koen Kooi
@ 2007-06-12 18:06 ` Luís Cargnini
2007-06-12 18:40 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-12 18:06 UTC (permalink / raw)
To: openembedded-devel
how to make a clean using bitbake ?
On 6/12/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luís Cargnini schreef:
> > ok first I use gentoo, so the command is emerge "=gcc-3.4.6" =)
> >
> > I already did it so I have gcc-3 installed on my system and now ?
>
> ln /usr/bin/gcc-3.4.6 /usr/bin/gcc-3.4 -s
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGbs3HMkyGM64RGpERAlUrAKCeN5N2E75ZE3yHM22uCYbJYjNXtgCgjsJS
> b9puiA4q35quPrE+qCcuKhw=
> =2Y4n
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-12 18:06 ` Luís Cargnini
@ 2007-06-12 18:40 ` Luís Cargnini
0 siblings, 0 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-12 18:40 UTC (permalink / raw)
To: openembedded-devel
excuse me by the last 2 e-mails,
forget it is bitbake -c clean qemu-native
now I am doing an rm -rf and then will does all the task-base from zero
again and see what happens
On 6/12/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>
> how to make a clean using bitbake ?
>
> On 6/12/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Luís Cargnini schreef:
> > > ok first I use gentoo, so the command is emerge "= gcc-3.4.6" =)
> > >
> > > I already did it so I have gcc-3 installed on my system and now ?
> >
> > ln /usr/bin/gcc-3.4.6 /usr/bin/gcc-3.4 -s
> >
> > regards,
> >
> > Koen
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Darwin)
> >
> > iD8DBQFGbs3HMkyGM64RGpERAlUrAKCeN5N2E75ZE3yHM22uCYbJYjNXtgCgjsJS
> > b9puiA4q35quPrE+qCcuKhw=
> > =2Y4n
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
>
>
> --
>
> ------------------------------------------------------------------------------
> Thanks && Regards
> Msc. Bsc. Luís Vitório Cargnini
> IEEE Member
> Electrical Engineer Faculty @ PUCRS
> Ipiranga Avenue, 6681 – Building 30
> P.O. Box: 90619-900 – Porto Alegre/RS
> Phone: +55 51 3320 3500 extension: 7696
> ---------------------------------------------------------------------------------
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-07 22:45 ` Luís Cargnini
2007-06-12 15:17 ` Luís Cargnini
@ 2007-06-13 12:39 ` Jamie Lenehan
2007-06-13 16:31 ` Luís Cargnini
1 sibling, 1 reply; 42+ messages in thread
From: Jamie Lenehan @ 2007-06-13 12:39 UTC (permalink / raw)
To: openembedded-devel
On Fri, Jun 08, 2007 at 08:53:49AM +1000, "Luís Cargnini" wrote:
> new problems:
> (BD06DC30:~/puc/instramed/openembedded) lvcargnini% bitbake task-base
> NOTE: Handling BitBake files: - (4588/4588) [100 %]
> NOTE: Parsing finished. 4373 cached, 0 parsed, 215 skipped, 0 masked.
> NOTE: build 200706071941: started
[...]
> SysV.xs:7:25: error: asm/page.h: No such file or directory
> make[1]: *** [SysV.o] Error 1
> make[1]: Leaving directory
> `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
[...]
This is an issue with the version linux-headers not including
asm/page.h.
Creating an empty asm/page.h (in /usr/include) would get past this,
but could cause other issues.
Does the latest version of linux-headers for gentoo put this back or
is it gone for good? Checking the latest kernel here (not gentoo, I
don't use that) and it seems be getting installed as part of make
headers_install - so it looks like it's back. So you might want to
try the latest gentoo version of linux-headers before doing anything
else.
If you update your host to the latest version and it still has
problems then put a bug in the OE bug tracker and I can look at
fixing this. Perl is only including it in order to get the definition
of getpagesize which has been defined in unistd.h for a long time
now, so just removing that include for perl should (in theory) work
without any issues (unless you had a really old system?)
--
Jamie Lenehan <lenehan@twibble.org>
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-13 12:39 ` Jamie Lenehan
@ 2007-06-13 16:31 ` Luís Cargnini
2007-06-14 1:35 ` Jamie Lenehan
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-13 16:31 UTC (permalink / raw)
To: openembedded-devel
So what you are telling me is this perl is been compiled to run over my host
machine ?
So it is not been cross-compiled for my target ?
I am correct in this tw statements ?
If yes ..... why ? Why compilate the perl ????
just put it as a pre-requisite for OE installation !
my perl --version of gentoo installed version:
enterprise ~ # perl --version
This is perl, v5.8.8 built for i686-linux
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
enterprise ~ #
this asm/page.h is plataform dependent when we configure the kernel it will
create a symlink inside include of asm to especific asm-ARCH that we are
compiling or even cross-compiling.
On 6/13/07, Jamie Lenehan <lenehan@twibble.org> wrote:
>
> On Fri, Jun 08, 2007 at 08:53:49AM +1000, "Luís Cargnini" wrote:
> > new problems:
> > (BD06DC30:~/puc/instramed/openembedded) lvcargnini% bitbake task-base
> > NOTE: Handling BitBake files: - (4588/4588) [100 %]
> > NOTE: Parsing finished. 4373 cached, 0 parsed, 215 skipped, 0 masked.
> > NOTE: build 200706071941: started
> [...]
> > SysV.xs:7:25: error: asm/page.h: No such file or directory
> > make[1]: *** [SysV.o] Error 1
> > make[1]: Leaving directory
> > `/home/lvcargnini/puc/instramed/openembedded/tmp/work/i686-linux/perl-
> native-5.8.8-r11/perl-5.8.8/ext/IPC/SysV'
> [...]
>
> This is an issue with the version linux-headers not including
> asm/page.h.
>
> Creating an empty asm/page.h (in /usr/include) would get past this,
> but could cause other issues.
>
> Does the latest version of linux-headers for gentoo put this back or
> is it gone for good? Checking the latest kernel here (not gentoo, I
> don't use that) and it seems be getting installed as part of make
> headers_install - so it looks like it's back. So you might want to
> try the latest gentoo version of linux-headers before doing anything
> else.
>
> If you update your host to the latest version and it still has
> problems then put a bug in the OE bug tracker and I can look at
> fixing this. Perl is only including it in order to get the definition
> of getpagesize which has been defined in unistd.h for a long time
> now, so just removing that include for perl should (in theory) work
> without any issues (unless you had a really old system?)
>
> --
> Jamie Lenehan <lenehan@twibble.org>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-13 16:31 ` Luís Cargnini
@ 2007-06-14 1:35 ` Jamie Lenehan
2007-06-14 2:40 ` Luís Cargnini
0 siblings, 1 reply; 42+ messages in thread
From: Jamie Lenehan @ 2007-06-14 1:35 UTC (permalink / raw)
To: openembedded-devel
On Thu, Jun 14, 2007 at 02:32:47AM +1000, "Luís Cargnini" wrote:
> So what you are telling me is this perl is been compiled to run over my host
> machine ?
Yes.
> So it is not been cross-compiled for my target ?
THe perl build system uses itself during the build. Obviously it
can't use itself when built for the target. So we have to build perl
first and then trick the perl build into using parts of the native
build while trying to cross-compile for the target (shared
libraries).
So anything perl related *always* (including any perl modules) always
needs to compile the native version first before the verison for the
target.
[...]
> just put it as a pre-requisite for OE installation !
> my perl --version of gentoo installed version:
> enterprise ~ # perl --version
We can't use the host perl because we need both the native and target
versions to match - this means not just version numbers but
*everything*, every option and every installed module.
Also while you have have the same verison of perl there's no
guarantee that this would be the case.
[...]
--
Jamie Lenehan <lenehan@twibble.org>
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-14 1:35 ` Jamie Lenehan
@ 2007-06-14 2:40 ` Luís Cargnini
2007-06-14 2:53 ` Jamie Lenehan
0 siblings, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-14 2:40 UTC (permalink / raw)
To: Jamie Lenehan; +Cc: openembedded-devel
thanks for your answers
So why OE perl-native isn't compiling for me ???
and perl-native use my host kernel ? probably not, because in this case we
won't have problem with page.h ? I'm right ?
And how to fix this ???
On 6/13/07, Jamie Lenehan <lenehan@twibble.org> wrote:
>
> On Thu, Jun 14, 2007 at 02:32:47AM +1000, "Luís Cargnini" wrote:
> > So what you are telling me is this perl is been compiled to run over my
> host
> > machine ?
>
> Yes.
>
> > So it is not been cross-compiled for my target ?
>
> THe perl build system uses itself during the build. Obviously it
> can't use itself when built for the target. So we have to build perl
> first and then trick the perl build into using parts of the native
> build while trying to cross-compile for the target (shared
> libraries).
>
> So anything perl related *always* (including any perl modules) always
> needs to compile the native version first before the verison for the
> target.
>
> [...]
> > just put it as a pre-requisite for OE installation !
> > my perl --version of gentoo installed version:
> > enterprise ~ # perl --version
>
> We can't use the host perl because we need both the native and target
> versions to match - this means not just version numbers but
> *everything*, every option and every installed module.
>
> Also while you have have the same verison of perl there's no
> guarantee that this would be the case.
>
> [...]
> --
> Jamie Lenehan <lenehan@twibble.org>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-14 2:40 ` Luís Cargnini
@ 2007-06-14 2:53 ` Jamie Lenehan
2007-06-18 13:14 ` Luís Cargnini
2007-06-20 16:48 ` Luís Cargnini
0 siblings, 2 replies; 42+ messages in thread
From: Jamie Lenehan @ 2007-06-14 2:53 UTC (permalink / raw)
To: Luís Cargnini; +Cc: openembedded-devel
On Wed, Jun 13, 2007 at 11:40:51PM -0300, Luís Cargnini wrote:
> thanks for your answers
> So why OE perl-native isn't compiling for me ???
Because perl-native is compiled with your hosts's compiler, and you have a
version of linux-headers (I think that's what gentoo calls them) that has
removed /usr/include/asm/page.h
I *think* this was removed and then re-added back later on (since so much
stuff includes this header). In which case updating linux-headers on your
system to a later version should fix it.
If I'm wrong on this I can remove the need for it from perl, but I need to
make sure I don't break perl-native on other systems if I do that.
> and perl-native use my host kernel ? probably not, because in this case we
> won't have problem with page.h ? I'm right ?
It doesn't use your kernel headers, but the linux-headers, which are
generated from the kernel headers. So the version of linux-headers is not
usually related to the version of the kernel that you are using.
> And how to fix this ???
Try the latest gentoo linux-headers package (or an older version). If that
doesn't work then wait for me to test and remove it from the perl-native in
OE.
--
Jamie Lenehan <lenehan@twibble.org>
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-14 2:53 ` Jamie Lenehan
@ 2007-06-18 13:14 ` Luís Cargnini
2007-06-20 16:48 ` Luís Cargnini
1 sibling, 0 replies; 42+ messages in thread
From: Luís Cargnini @ 2007-06-18 13:14 UTC (permalink / raw)
To: Jamie Lenehan; +Cc: openembedded-devel
you can remove it from perl, tke alook on gentoo patchs for gentoo please,
follow the perl patch list of gentoo and the content of page.h patch from
gentoo:
BD06DC30 ~ # cd /usr/portage/dev-lang/perl/
BD06DC30 perl # ls
ChangeLog Manifest files metadata.xml perl-5.8.8-r2.ebuild
BD06DC30 perl # ls files/
perl-5.8.7-MakeMaker-RUNPATH.patch
perl-5.8.8-dragonfly-clean.patch
perl-5.8.8-reorder-INC.patch
perl-picdl.patch
perl-5.8.8-CAN-2005-0448-rmtree.patch
perl-5.8.8-fbsdhints.patch
perl-h2ph-ansi-header.patch
perl-prelink-lpthread.patch
perl-5.8.8-USE_MM_LD_RUN_PATH.patch
perl-5.8.8-gcc42-command-line.patch
perl-hppa-pa7200-configure.patch
perl-regexp-nossp.patch
perl-5.8.8-asm-page-h-compile-failure.patch
perl-5.8.8-lib64.patch
perl-noksh.patch
perl-5.8.8-cplusplus.patch
perl-5.8.8-links.patch
perl-perldoc-emptydirs.patch
BD06DC30 perl # cat files/perl-5.8.8-asm-page-h-compile-failure.patch
--- perl-5.8.8/ext/IPC/SysV/SysV.xs.no_asm_page_h 2001-06-30 14:46:
07.000000000 -0400
+++ perl-5.8.8/ext/IPC/SysV/SysV.xs 2006-06-02 17:37:22.000000000 -0400
@@ -3,9 +3,6 @@
#include "XSUB.h"
#include <sys/types.h>
-#ifdef __linux__
-# include <asm/page.h>
-#endif
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)
#ifndef HAS_SEM
# include <sys/ipc.h>
BD06DC30 perl #
On 6/13/07, Jamie Lenehan <lenehan@twibble.org> wrote:
>
> On Wed, Jun 13, 2007 at 11:40:51PM -0300, Luís Cargnini wrote:
> > thanks for your answers
> > So why OE perl-native isn't compiling for me ???
>
> Because perl-native is compiled with your hosts's compiler, and you have a
> version of linux-headers (I think that's what gentoo calls them) that has
> removed /usr/include/asm/page.h
>
> I *think* this was removed and then re-added back later on (since so much
> stuff includes this header). In which case updating linux-headers on your
> system to a later version should fix it.
>
> If I'm wrong on this I can remove the need for it from perl, but I need to
> make sure I don't break perl-native on other systems if I do that.
>
> > and perl-native use my host kernel ? probably not, because in this case
> we
> > won't have problem with page.h ? I'm right ?
>
> It doesn't use your kernel headers, but the linux-headers, which are
> generated from the kernel headers. So the version of linux-headers is not
> usually related to the version of the kernel that you are using.
>
> > And how to fix this ???
>
> Try the latest gentoo linux-headers package (or an older version). If that
> doesn't work then wait for me to test and remove it from the perl-native
> in
> OE.
>
> --
> Jamie Lenehan <lenehan@twibble.org>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-14 2:53 ` Jamie Lenehan
2007-06-18 13:14 ` Luís Cargnini
@ 2007-06-20 16:48 ` Luís Cargnini
2007-06-22 4:57 ` Jamie Lenehan
1 sibling, 1 reply; 42+ messages in thread
From: Luís Cargnini @ 2007-06-20 16:48 UTC (permalink / raw)
To: Jamie Lenehan; +Cc: openembedded-devel
Please can add the Gentoo patch as suggested ?
I emailed the list some days ago, this will make perl compile in any system
without errors I suppose
On 6/13/07, Jamie Lenehan <lenehan@twibble.org> wrote:
>
> On Wed, Jun 13, 2007 at 11:40:51PM -0300, Luís Cargnini wrote:
> > thanks for your answers
> > So why OE perl-native isn't compiling for me ???
>
> Because perl-native is compiled with your hosts's compiler, and you have a
> version of linux-headers (I think that's what gentoo calls them) that has
> removed /usr/include/asm/page.h
>
> I *think* this was removed and then re-added back later on (since so much
> stuff includes this header). In which case updating linux-headers on your
> system to a later version should fix it.
>
> If I'm wrong on this I can remove the need for it from perl, but I need to
> make sure I don't break perl-native on other systems if I do that.
>
> > and perl-native use my host kernel ? probably not, because in this case
> we
> > won't have problem with page.h ? I'm right ?
>
> It doesn't use your kernel headers, but the linux-headers, which are
> generated from the kernel headers. So the version of linux-headers is not
> usually related to the version of the kernel that you are using.
>
> > And how to fix this ???
>
> Try the latest gentoo linux-headers package (or an older version). If that
> doesn't work then wait for me to test and remove it from the perl-native
> in
> OE.
>
> --
> Jamie Lenehan <lenehan@twibble.org>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-20 16:48 ` Luís Cargnini
@ 2007-06-22 4:57 ` Jamie Lenehan
[not found] ` <ae36f8040706212233kcaf86b0k9498869fce6cddff@mail.gmail.com>
0 siblings, 1 reply; 42+ messages in thread
From: Jamie Lenehan @ 2007-06-22 4:57 UTC (permalink / raw)
To: Luís Cargnini; +Cc: openembedded-devel
On Wed, Jun 20, 2007 at 01:48:00PM -0300, Luís Cargnini wrote:
> Please can add the Gentoo patch as suggested ?
Not yet.
The patch will break builds using older glibc's... the question is
how old? I think it'll be that old that it doesn't matter, but until
I've verified that I don't want to push this change.
Did you try upgrading to the latest linux-headers? I thought this had
been re-added in the lastest version of the linux-headers (of
whatever gentoo calls it) and that gentoo had update the later
version?
> I emailed the list some days ago, this will make perl compile in any system
> without errors I suppose
Any recent system.
--
Jamie Lenehan <lenehan@twibble.org>
^ permalink raw reply [flat|nested] 42+ messages in thread
* Re: problems doing bitbake task-base
2007-06-05 18:36 ` Luís Cargnini
2007-06-05 19:09 ` Holger Freyther
@ 2007-06-05 19:13 ` Michael Krelin
2007-06-05 19:51 ` Holger Freyther
1 sibling, 1 reply; 42+ messages in thread
From: Michael Krelin @ 2007-06-05 19:13 UTC (permalink / raw)
To: openembedded-devel
My guess is that you want to upgrade to bitbake 1.8 or search ml for a
patch for 1.6.
Love,
H
Luís Cargnini wrote:
> I have achieved the following error messages, after task-base:
>
> ERROR: Can not check RPATH, scanelf (part of pax-utils-native) not found
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
> ERROR: Exception:exceptions.SystemExit Message:1
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
> ERROR: Exception:exceptions.SystemExit Message:1
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
> ERROR: Exception:exceptions.SystemExit Message:1
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
> ERROR: Exception:exceptions.SystemExit Message:1
> ERROR: Printing the environment of the function
>
>
> On 6/5/07, Luís Cargnini <lvcargnini@gmail.com> wrote:
>> ok commented, cleaned the tmp using rm -rf and doing bitbake task-base
>> righ now
>>
>> On 6/4/07, Koen Kooi < koen@dominion.kabel.utwente.nl> wrote:
> Luís Cargnini schreef:
>>>>> maybe because of this configuration lines:
>>>>> #ASSUME_PROVIDED += "/opt/eldk/usr/bin"
>>>>> ASSUME_PROVIDED += " virtual/${TARGET_PREFIX}gcc "
>>>>> ASSUME_PROVIDED += " virtual/glibc "
>>>>> # Select between multiple alternative providers, if more than one is
>>>>> eligible.
>>>>> PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
>>>>> PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
>>>>> PREFERRED_PROVIDERS += "
>>>>> virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
>>>>> PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
>>>>> PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
> Yes, remove all of those.
>>>
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>>
>>
>>
>> --
>>
>> ------------------------------------------------------------------------------
>> Thanks && Regards
>> Msc. Bsc. Luís Vitório Cargnini
>> IEEE Member
>> Electrical Engineer Faculty @ PUCRS
>> Ipiranga Avenue, 6681 – Building 30
>> P.O. Box: 90619-900 – Porto Alegre/RS
>> Phone: +55 51 3320 3500 extension: 7696
>> ---------------------------------------------------------------------------------
>>
>>
^ permalink raw reply [flat|nested] 42+ messages in thread
end of thread, other threads:[~2007-06-24 21:54 UTC | newest]
Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 2:59 problems doing bitbake task-base Luís Cargnini
2007-06-03 18:13 ` Philip Balister
2007-06-03 19:27 ` Holger Freyther
2007-06-04 3:19 ` Luís Cargnini
2007-06-04 7:35 ` Koen Kooi
2007-06-04 12:55 ` Luís Cargnini
2007-06-04 13:01 ` Luís Cargnini
2007-06-04 13:19 ` Koen Kooi
2007-06-05 17:04 ` Luís Cargnini
2007-06-05 18:36 ` Luís Cargnini
2007-06-05 19:09 ` Holger Freyther
2007-06-05 19:51 ` Luís Cargnini
2007-06-05 21:01 ` Koen Kooi
2007-06-06 1:06 ` Luís Cargnini
2007-06-06 1:52 ` Luís Cargnini
2007-06-06 2:26 ` Luís Cargnini
2007-06-06 6:19 ` Koen Kooi
2007-06-06 6:42 ` Koen Kooi
2007-06-06 16:37 ` Luís Cargnini
2007-06-06 17:36 ` Luís Cargnini
2007-06-06 18:43 ` Luís Cargnini
2007-06-07 22:45 ` Luís Cargnini
2007-06-12 15:17 ` Luís Cargnini
2007-06-12 15:23 ` Koen Kooi
2007-06-12 16:34 ` Luís Cargnini
2007-06-12 16:46 ` Koen Kooi
2007-06-12 18:06 ` Luís Cargnini
2007-06-12 18:40 ` Luís Cargnini
2007-06-13 12:39 ` Jamie Lenehan
2007-06-13 16:31 ` Luís Cargnini
2007-06-14 1:35 ` Jamie Lenehan
2007-06-14 2:40 ` Luís Cargnini
2007-06-14 2:53 ` Jamie Lenehan
2007-06-18 13:14 ` Luís Cargnini
2007-06-20 16:48 ` Luís Cargnini
2007-06-22 4:57 ` Jamie Lenehan
[not found] ` <ae36f8040706212233kcaf86b0k9498869fce6cddff@mail.gmail.com>
2007-06-22 14:09 ` Luís Cargnini
2007-06-24 21:49 ` Luís Cargnini
2007-06-24 21:50 ` Luís Cargnini
2007-06-05 19:13 ` Michael Krelin
2007-06-05 19:51 ` Holger Freyther
2007-06-05 20:27 ` Michael Krelin
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.