Discussion:
[Gumstix-users] Overo u-boot-omap3 build fails
John Merchant
2009-02-11 17:22:30 UTC
Permalink
Hello,

I am attempting to setup a build environment for the Gumstix Overo, as
described in
http://www.gumstix.net/Software/view/Software-Overo/Setting-up-a-build-environment/111.html

When I get to the step of building the omap3-console-image, after many hours
of downloading and compiling, I get an error while compiling u-boot-omap3.
Specifically, fw_printenv appears to be failing due to a missing header file
(mtd/mtd-user.h).

So, I'm wondering if anyone else is having this same problem or if this is
something that I'm doing to myself. Any advice or suggestions are
appreciated.

Thanks,
John

NOTE: build 200902110921: started

OE Build Configuration:
BB_VERSION = "1.8.13"
METADATA_BRANCH = "overo"
METADATA_REVISION = "4f18a3ee5f7fd2af67e0178bb4a72bd5ccdde196"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "overo"
DISTRO = "angstrom"
DISTRO_VERSION = "2009.X-test-20090211"
TARGET_FPU = "hard"

...

| NOTE: make CROSS_COMPILE=arm-angstrom-linux-gnueabi- env
| make -C tools/env all MTD_VERSION= || exit 1
| make[1]: Entering directory
`/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/git/tools/env'
| arm-angstrom-linux-gnueabi-gcc -Wall -DUSE_HOSTCC
-I/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/git/include
crc32.c fw_env.c fw_env_main.c -o fw_printenv
| fw_env.c:43:27: error: mtd/mtd-user.h: No such file or directory
| fw_env.c:63: error: expected specifier-qualifier-list before 'uint8_t'
| fw_env.c:69: error: unknown field 'mtd_type' specified in initializer
| fw_env.c:69: error: 'MTD_ABSENT' undeclared here (not in a function)
| fw_env.c:71: error: unknown field 'mtd_type' specified in initializer
| fw_env.c:88: error: expected specifier-qualifier-list before 'uint32_t'
| fw_env.c:93: error: expected specifier-qualifier-list before 'uint32_t'
| fw_env.c:106: error: expected specifier-qualifier-list before 'uint32_t'
| fw_env.c:113: error: unknown field 'flag_scheme' specified in initializer
| fw_env.c: In function 'fw_getenv':
| fw_env.c:239: error: 'struct environment' has no member named 'data'
| fw_env.c:243: error: 'struct environment' has no member named 'data'
| fw_env.c: In function 'fw_printenv':
| fw_env.c:271: error: 'struct environment' has no member named 'data'
| fw_env.c:273: error: 'struct environment' has no member named 'data'
| fw_env.c:302: error: 'struct environment' has no member named 'data'
| fw_env.c:305: error: 'struct environment' has no member named 'data'
| fw_env.c: In function 'fw_setenv':
| fw_env.c:358: error: 'struct environment' has no member named 'data'
| fw_env.c:360: error: 'struct environment' has no member named 'data'
| fw_env.c:405: error: 'struct environment' has no member named 'data'
| fw_env.c:406: error: 'struct environment' has no member named 'data'
| fw_env.c:417: error: 'struct environment' has no member named 'data'
| fw_env.c:440: error: 'struct environment' has no member named 'crc'
| fw_env.c:440: error: 'uint8_t' undeclared (first use in this function)
| fw_env.c:440: error: (Each undeclared identifier is reported only once
| fw_env.c:440: error: for each function it appears in.)
| fw_env.c:440: error: expected expression before ')' token
| fw_env.c:440: error: too few arguments to function 'crc32'
| fw_env.c: At top level:
| fw_env.c:457: error: expected declaration specifiers or '...' before
'uint8_t'
| fw_env.c: In function 'flash_bad_block':
| fw_env.c:459: error: 'mtd_type' undeclared (first use in this function)
| fw_env.c:459: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:460: error: 'MEMGETBADBLOCK' undeclared (first use in this
function)
| fw_env.c: At top level:
| fw_env.c:485: error: expected declaration specifiers or '...' before
'uint8_t'
| fw_env.c: In function 'flash_read_buf':
| fw_env.c:507: error: 'mtd_type' undeclared (first use in this function)
| fw_env.c:507: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:531: error: too many arguments to function 'flash_bad_block'
| fw_env.c: At top level:
| fw_env.c:578: error: expected declaration specifiers or '...' before
'uint8_t'
| fw_env.c: In function 'flash_write_buf':
| fw_env.c:581: error: storage size of 'erase' isn't known
| fw_env.c:636: error: 'mtd_type' undeclared (first use in this function)
| fw_env.c:636: error: too many arguments to function 'flash_read_buf'
| fw_env.c:650: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:664: error: too many arguments to function 'flash_bad_block'
| fw_env.c:679: error: 'MEMUNLOCK' undeclared (first use in this function)
| fw_env.c:681: error: 'MEMERASE' undeclared (first use in this function)
| fw_env.c:704: error: 'MEMLOCK' undeclared (first use in this function)
| fw_env.c:581: warning: unused variable 'erase'
| fw_env.c: In function 'flash_write':
| fw_env.c:742: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:746: error: 'struct environment' has no member named 'flags'
| fw_env.c:749: error: 'struct environment' has no member named 'flags'
| fw_env.c:753: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:763: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:763: error: too many arguments to function 'flash_write_buf'
| fw_env.c:767: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:770: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c: In function 'flash_read':
| fw_env.c:783: error: storage size of 'mtdinfo' isn't known
| fw_env.c:786: error: 'MEMGETINFO' undeclared (first use in this function)
| fw_env.c:792: error: 'MTD_NORFLASH' undeclared (first use in this
function)
| fw_env.c:792: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:797: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:800: error: too many arguments to function 'flash_read_buf'
| fw_env.c:783: warning: unused variable 'mtdinfo'
| fw_env.c: In function 'env_init':
| fw_env.c:912: error: 'struct environment' has no member named 'crc'
| fw_env.c:912: error: 'struct env_image_redundant' has no member named
'crc'
| fw_env.c:913: error: 'struct environment' has no member named 'flags'
| fw_env.c:913: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:914: error: 'struct environment' has no member named 'data'
| fw_env.c:914: error: 'struct env_image_redundant' has no member named
'data'
| fw_env.c:917: error: 'struct environment' has no member named 'crc'
| fw_env.c:917: error: 'struct env_image_single' has no member named 'crc'
| fw_env.c:918: error: 'struct environment' has no member named 'flags'
| fw_env.c:919: error: 'struct environment' has no member named 'data'
| fw_env.c:919: error: 'struct env_image_single' has no member named 'data'
| fw_env.c:926: error: 'uint8_t' undeclared (first use in this function)
| fw_env.c:926: error: expected expression before ')' token
| fw_env.c:926: error: too few arguments to function 'crc32'
| fw_env.c:927: error: 'struct environment' has no member named 'crc'
| fw_env.c:932: error: 'struct environment' has no member named 'data'
| fw_env.c:935: error: 'struct environment' has no member named 'flags'
| fw_env.c:956: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:956: error: 'MTD_NORFLASH' undeclared (first use in this
function)
| fw_env.c:957: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:958: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:959: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:959: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:960: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:961: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:967: error: expected expression before ')' token
| fw_env.c:967: error: too few arguments to function 'crc32'
| fw_env.c:968: error: 'struct env_image_redundant' has no member named
'crc'
| fw_env.c:969: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:978: error: 'struct environment' has no member named 'data'
| fw_env.c:982: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:1012: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:1024: error: 'struct environment' has no member named 'crc'
| fw_env.c:1024: error: 'struct env_image_redundant' has no member named
'crc'
| fw_env.c:1025: error: 'struct environment' has no member named 'flags'
| fw_env.c:1025: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:1026: error: 'struct environment' has no member named 'data'
| fw_env.c:1026: error: 'struct env_image_redundant' has no member named
'data'
| make[1]: *** [fw_printenv] Error 1
| make[1]: Leaving directory
`/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/git/tools/env'
| make: *** [env] Error 1
| FATAL: oe_runmake failed
NOTE: Task failed:
/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/temp/log.do_compile.30844
NOTE: package
u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8:
task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package
u-boot-omap3-2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98: failed
ERROR: Build of
/mnt/devl/overo-oe/org.openembedded.dev/packages/u-boot/u-boot-omap3_git.bb
do_compile failed
ERROR: Task 102
(/mnt/devl/overo-oe/org.openembedded.dev/packages/u-boot/u-boot-omap3_git.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 1914 tasks of which 1914 didn't need to be
rerun and 1 failed.
ERROR:
'/mnt/devl/overo-oe/org.openembedded.dev/packages/u-boot/u-boot-omap3_git.bb'
failed
NOTE: build 200902110922: completed
--
View this message in context: http://www.nabble.com/Overo-u-boot-omap3-build-fails-tp21958273p21958273.html
Sent from the Gumstix mailing list archive at Nabble.com.
Chris Dollar
2009-02-11 18:19:41 UTC
Permalink
Hi John,

It looks like the u-boot recipe is missing a dependency on the
mtd-utils package. If you run 'bitbake mtd-utils' and then re-run your
bitbake command to build your image you should be in business.

Chris
Post by John Merchant
Hello,
I am attempting to setup a build environment for the Gumstix Overo, as
described in
http://www.gumstix.net/Software/view/Software-Overo/Setting-up-a-build-environment/111.html
When I get to the step of building the omap3-console-image, after many hours
of downloading and compiling, I get an error while compiling u-boot-omap3.
Specifically, fw_printenv appears to be failing due to a missing header file
(mtd/mtd-user.h).
So, I'm wondering if anyone else is having this same problem or if this is
something that I'm doing to myself. Any advice or suggestions are
appreciated.
Thanks,
John
NOTE: build 200902110921: started
BB_VERSION = "1.8.13"
METADATA_BRANCH = "overo"
METADATA_REVISION = "4f18a3ee5f7fd2af67e0178bb4a72bd5ccdde196"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "overo"
DISTRO = "angstrom"
DISTRO_VERSION = "2009.X-test-20090211"
TARGET_FPU = "hard"
...
| NOTE: make CROSS_COMPILE=arm-angstrom-linux-gnueabi- env
| make -C tools/env all MTD_VERSION= || exit 1
| make[1]: Entering directory
`/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/git/tools/env'
| arm-angstrom-linux-gnueabi-gcc -Wall -DUSE_HOSTCC
-I/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/git/include
crc32.c fw_env.c fw_env_main.c -o fw_printenv
| fw_env.c:43:27: error: mtd/mtd-user.h: No such file or directory
| fw_env.c:63: error: expected specifier-qualifier-list before 'uint8_t'
| fw_env.c:69: error: unknown field 'mtd_type' specified in initializer
| fw_env.c:69: error: 'MTD_ABSENT' undeclared here (not in a function)
| fw_env.c:71: error: unknown field 'mtd_type' specified in initializer
| fw_env.c:88: error: expected specifier-qualifier-list before 'uint32_t'
| fw_env.c:93: error: expected specifier-qualifier-list before 'uint32_t'
| fw_env.c:106: error: expected specifier-qualifier-list before 'uint32_t'
| fw_env.c:113: error: unknown field 'flag_scheme' specified in initializer
| fw_env.c:239: error: 'struct environment' has no member named 'data'
| fw_env.c:243: error: 'struct environment' has no member named 'data'
| fw_env.c:271: error: 'struct environment' has no member named 'data'
| fw_env.c:273: error: 'struct environment' has no member named 'data'
| fw_env.c:302: error: 'struct environment' has no member named 'data'
| fw_env.c:305: error: 'struct environment' has no member named 'data'
| fw_env.c:358: error: 'struct environment' has no member named 'data'
| fw_env.c:360: error: 'struct environment' has no member named 'data'
| fw_env.c:405: error: 'struct environment' has no member named 'data'
| fw_env.c:406: error: 'struct environment' has no member named 'data'
| fw_env.c:417: error: 'struct environment' has no member named 'data'
| fw_env.c:440: error: 'struct environment' has no member named 'crc'
| fw_env.c:440: error: 'uint8_t' undeclared (first use in this function)
| fw_env.c:440: error: (Each undeclared identifier is reported only once
| fw_env.c:440: error: for each function it appears in.)
| fw_env.c:440: error: expected expression before ')' token
| fw_env.c:440: error: too few arguments to function 'crc32'
| fw_env.c:457: error: expected declaration specifiers or '...' before
'uint8_t'
| fw_env.c:459: error: 'mtd_type' undeclared (first use in this function)
| fw_env.c:459: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:460: error: 'MEMGETBADBLOCK' undeclared (first use in this
function)
| fw_env.c:485: error: expected declaration specifiers or '...' before
'uint8_t'
| fw_env.c:507: error: 'mtd_type' undeclared (first use in this function)
| fw_env.c:507: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:531: error: too many arguments to function 'flash_bad_block'
| fw_env.c:578: error: expected declaration specifiers or '...' before
'uint8_t'
| fw_env.c:581: error: storage size of 'erase' isn't known
| fw_env.c:636: error: 'mtd_type' undeclared (first use in this function)
| fw_env.c:636: error: too many arguments to function 'flash_read_buf'
| fw_env.c:650: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:664: error: too many arguments to function 'flash_bad_block'
| fw_env.c:679: error: 'MEMUNLOCK' undeclared (first use in this function)
| fw_env.c:681: error: 'MEMERASE' undeclared (first use in this function)
| fw_env.c:704: error: 'MEMLOCK' undeclared (first use in this function)
| fw_env.c:581: warning: unused variable 'erase'
| fw_env.c:742: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:746: error: 'struct environment' has no member named 'flags'
| fw_env.c:749: error: 'struct environment' has no member named 'flags'
| fw_env.c:753: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:763: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:763: error: too many arguments to function 'flash_write_buf'
| fw_env.c:767: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:770: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:783: error: storage size of 'mtdinfo' isn't known
| fw_env.c:786: error: 'MEMGETINFO' undeclared (first use in this function)
| fw_env.c:792: error: 'MTD_NORFLASH' undeclared (first use in this
function)
| fw_env.c:792: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:797: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:800: error: too many arguments to function 'flash_read_buf'
| fw_env.c:783: warning: unused variable 'mtdinfo'
| fw_env.c:912: error: 'struct environment' has no member named 'crc'
| fw_env.c:912: error: 'struct env_image_redundant' has no member named
'crc'
| fw_env.c:913: error: 'struct environment' has no member named 'flags'
| fw_env.c:913: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:914: error: 'struct environment' has no member named 'data'
| fw_env.c:914: error: 'struct env_image_redundant' has no member named
'data'
| fw_env.c:917: error: 'struct environment' has no member named 'crc'
| fw_env.c:917: error: 'struct env_image_single' has no member named 'crc'
| fw_env.c:918: error: 'struct environment' has no member named 'flags'
| fw_env.c:919: error: 'struct environment' has no member named 'data'
| fw_env.c:919: error: 'struct env_image_single' has no member named 'data'
| fw_env.c:926: error: 'uint8_t' undeclared (first use in this function)
| fw_env.c:926: error: expected expression before ')' token
| fw_env.c:926: error: too few arguments to function 'crc32'
| fw_env.c:927: error: 'struct environment' has no member named 'crc'
| fw_env.c:932: error: 'struct environment' has no member named 'data'
| fw_env.c:935: error: 'struct environment' has no member named 'flags'
| fw_env.c:956: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:956: error: 'MTD_NORFLASH' undeclared (first use in this
function)
| fw_env.c:957: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:958: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:959: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:959: error: 'MTD_NANDFLASH' undeclared (first use in this
function)
| fw_env.c:960: error: 'struct envdev_s' has no member named 'mtd_type'
| fw_env.c:961: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:967: error: expected expression before ')' token
| fw_env.c:967: error: too few arguments to function 'crc32'
| fw_env.c:968: error: 'struct env_image_redundant' has no member named
'crc'
| fw_env.c:969: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:978: error: 'struct environment' has no member named 'data'
| fw_env.c:982: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:1012: error: 'struct environment' has no member named
'flag_scheme'
| fw_env.c:1024: error: 'struct environment' has no member named 'crc'
| fw_env.c:1024: error: 'struct env_image_redundant' has no member named
'crc'
| fw_env.c:1025: error: 'struct environment' has no member named 'flags'
| fw_env.c:1025: error: 'struct env_image_redundant' has no member named
'flags'
| fw_env.c:1026: error: 'struct environment' has no member named 'data'
| fw_env.c:1026: error: 'struct env_image_redundant' has no member named
'data'
| make[1]: *** [fw_printenv] Error 1
| make[1]: Leaving directory
`/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/git/tools/env'
| make: *** [env] Error 1
| FATAL: oe_runmake failed
/mnt/devl/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98-r8/temp/log.do_compile.30844
NOTE: package
task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package
u-boot-omap3-2009.01+r8+git98e101d57a97ac9061c442e656e042ed4600db98: failed
ERROR: Build of
/mnt/devl/overo-oe/org.openembedded.dev/packages/u-boot/u-boot-omap3_git.bb
do_compile failed
ERROR: Task 102
(/mnt/devl/overo-oe/org.openembedded.dev/packages/u-boot/u-boot-omap3_git.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 1914 tasks of which 1914 didn't need to be
rerun and 1 failed.
'/mnt/devl/overo-oe/org.openembedded.dev/packages/u-boot/u-boot-omap3_git.bb'
failed
NOTE: build 200902110922: completed
--
View this message in context: http://www.nabble.com/Overo-u-boot-omap3-build-fails-tp21958273p21958273.html
Sent from the Gumstix mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
gumstix-users mailing list
https://lists.sourceforge.net/lists/listinfo/gumstix-users
John Merchant
2009-02-11 20:54:34 UTC
Permalink
Hi Chris,

Thanks, that did the trick. Once I built mtd-utils manually, the console
image built without any further problems.

John


Hi John,

It looks like the u-boot recipe is missing a dependency on the
mtd-utils package. If you run 'bitbake mtd-utils' and then re-run your
bitbake command to build your image you should be in business.

Chris
--
View this message in context: http://www.nabble.com/Overo-u-boot-omap3-build-fails-tp21958273p21963521.html
Sent from the Gumstix mailing list archive at Nabble.com.
Grahame Jordan
2009-09-23 22:46:48 UTC
Permalink
Hi,

I am building a fresh overo-oe tree and fail on u-boot-omap3.
bitbake u-boot bakes well but not u-boot-omap3.

***@bwing:~/overo-oe$ bitbake u-boot-omap3
NOTE: Handling BitBake files: - (7162/7162) [100 %]
NOTE: Parsing finished. 6883 cached, 0 parsed, 279 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 409 of 605 (ID: 2,
/home/gjordan/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Graham Weston
2009-09-24 09:00:52 UTC
Permalink
Hi,

I'm having the same problem when trying to build u-boot-omap3. The error
messages I get are identical to those experienced by Graeme Jordan (except
for the path detail for my local build directory).

I've cleared all the cached data, and when I run a fresh bitbake, I get the
following error:

...
NOTE: Running task 1436 of 3032 (ID: 110,
/home/xoxo/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_setscene)
NOTE: Running task 1437 of 3032 (ID: 111,
/home/xoxo/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
NOTE: fetch
http://www.angstrom-distribution.org/unstable/sources/git_git.denx.de.u-boot-ti.git.tar.gz
--2009-09-23 21:53:47--
http://www.angstrom-distribution.org/unstable/sources/git_git.denx.de.u-boot-ti.git.tar.gz
Resolving www.angstrom-distribution.org... 188.40.83.200
Connecting to www.angstrom-distribution.org|188.40.83.200|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-23 21:53:47 ERROR 404: Not Found.

NOTE: fetch
http://mirrors.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
--2009-09-23 21:53:47--
http://mirrors.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-23 21:53:48 ERROR 404: Not Found.

NOTE: fetch
http://sources.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
--2009-09-23 21:53:48--
http://sources.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
Resolving sources.openembedded.org... 140.211.169.165
Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-23 21:53:48 ERROR 404: Not Found.

Initialized empty Git repository in
/home/xoxo/overo-oe/sources/git/git.denx.de.u-boot-ti.git/.git/
Graham Weston
2009-09-24 17:16:54 UTC
Permalink
For what it's worth, I've temporarily managed to get the build to progress
by removing the following file:

/home/xoxo/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb

While this will presumably break u-boot (which I can build manually from
http://gitorious.org/u-boot-omap3), it should let me build the rest of the
images.

Graham
Post by Graham Weston
Hi,
I'm having the same problem when trying to build u-boot-omap3. The error
messages I get are identical to those experienced by Graeme Jordan (except
for the path detail for my local build directory).
I've cleared all the cached data, and when I run a fresh bitbake, I get the
...
NOTE: Running task 1436 of 3032 (ID: 110,
/home/xoxo/overo-oe/org.openembedded.dev/recipes/u-boot/
u-boot-omap3_git.bb, do_setscene)
NOTE: Running task 1437 of 3032 (ID: 111,
/home/xoxo/overo-oe/org.openembedded.dev/recipes/u-boot/
u-boot-omap3_git.bb, do_fetch)
NOTE: fetch
http://www.angstrom-distribution.org/unstable/sources/git_git.denx.de.u-boot-ti.git.tar.gz
--2009-09-23 21:53:47--
http://www.angstrom-distribution.org/unstable/sources/git_git.denx.de.u-boot-ti.git.tar.gz
Resolving www.angstrom-distribution.org... 188.40.83.200
Connecting to www.angstrom-distribution.org|188.40.83.200|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-23 21:53:47 ERROR 404: Not Found.
NOTE: fetch
http://mirrors.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
--2009-09-23 21:53:47--
http://mirrors.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-23 21:53:48 ERROR 404: Not Found.
NOTE: fetch
http://sources.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
--2009-09-23 21:53:48--
http://sources.openembedded.org//git_git.denx.de.u-boot-ti.git.tar.gz
Resolving sources.openembedded.org... 140.211.169.165
Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-09-23 21:53:48 ERROR 404: Not Found.
Initialized empty Git repository in
/home/xoxo/overo-oe/sources/git/git.denx.de.u-boot-ti.git/.git/
Steve Sakoman
2009-09-25 14:44:50 UTC
Permalink
Post by Grahame Jordan
Hi,
I am building a fresh overo-oe tree and fail on u-boot-omap3.
bitbake u-boot bakes well but not u-boot-omap3.
Could you do a pull and try again?

I just bumped the SRCREV for the u-boot-omap3 recipe. It fetches and
builds on my two machines (but then so did the earlier SRCREV!).

I recently changed the recipe to fetch from a branch of the upstream
git repo rather than my personal gitorious repo. If people keep
having problems with the upstream repo we can go back to using
gitorious.

Steve
Post by Grahame Jordan
NOTE: Handling BitBake files: - (7162/7162) [100 %]
NOTE: Parsing finished. 6883 cached, 0 parsed, 279 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 409 of 605 (ID: 2,
/home/gjordan/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
 
Steve Sakoman
2009-09-26 04:04:25 UTC
Permalink
Sigh . . . moving to the upstream git repo turned out to be a bad
idea. I'm not sure what is going on with the u-boot-ti project but it
has become unusable.

I'll move things back to my own gitorious repo this weekend.

Steve
Post by Steve Sakoman
Post by Grahame Jordan
Hi,
I am building a fresh overo-oe tree and fail on u-boot-omap3.
bitbake u-boot bakes well but not u-boot-omap3.
Could you do a pull and try again?
I just bumped the SRCREV for the u-boot-omap3 recipe.  It fetches and
builds on my two machines (but then so did the earlier SRCREV!).
I recently changed the recipe to fetch from a branch of the upstream
git repo rather than my personal gitorious repo.  If people keep
having problems with the upstream repo we can go back to using
gitorious.
Steve
Post by Grahame Jordan
NOTE: Handling BitBake files: - (7162/7162) [100 %]
NOTE: Parsing finished. 6883 cached, 0 parsed, 279 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 409 of 605 (ID: 2,
/home/gjordan/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
 
titusgroan
2009-09-29 14:01:13 UTC
Permalink
Hi Steve

I am trying to run bitbake omap3-console-image but it fails on Task 1437
with an error of the form:

Running task 1437 of 3032 (ID: 111,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-09-29 17:52:19 UTC
Permalink
On Tue, Sep 29, 2009 at 7:01 AM, titusgroan
Post by titusgroan
Hi Steve
I am trying to run bitbake omap3-console-image but it fails on Task 1437
Running task 1437 of 3032 (ID: 111,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-09-30 14:59:44 UTC
Permalink
I think I have the u-boot recipe working again.

Please pull & let me know if you have any issues.

Steve
Post by Steve Sakoman
On Tue, Sep 29, 2009 at 7:01 AM, titusgroan
Post by titusgroan
Hi Steve
I am trying to run bitbake omap3-console-image but it fails on Task 1437
Running task 1437 of 3032 (ID: 111,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
titusgroan
2009-09-30 16:20:03 UTC
Permalink
Hi Steve

I just tried running bitbake omap3-console-image again and it terminates
with the same error :(

Titusgroan
Post by Steve Sakoman
I think I have the u-boot recipe working again.
Please pull & let me know if you have any issues.
Steve
Post by Steve Sakoman
On Tue, Sep 29, 2009 at 7:01 AM, titusgroan
Post by titusgroan
Hi Steve
I am trying to run bitbake omap3-console-image but it fails on Task 1437
Running task 1437 of 3032 (ID: 111,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-09-30 16:59:26 UTC
Permalink
On Wed, Sep 30, 2009 at 9:20 AM, titusgroan
Post by titusgroan
Hi Steve
I just tried running bitbake omap3-console-image again and it terminates
with the same error :(
Try:

bitbake -c clean u-boot-omap3
bitbake u-boot-omap3

If that fails please send the complete error log.

Steve
Post by titusgroan
Titusgroan
Post by Steve Sakoman
I think I have the u-boot recipe working again.
Please pull & let me know if you have any issues.
Steve
Post by Steve Sakoman
On Tue, Sep 29, 2009 at 7:01 AM, titusgroan
Post by titusgroan
Hi Steve
I am trying to run bitbake omap3-console-image but it fails on Task 1437
Running task 1437 of 3032 (ID: 111,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
titusgroan
2009-10-01 08:57:37 UTC
Permalink
Hi Steve

I've just run the below commands and get the following error:

***@rsumman-desktop:~$ bitbake -c clean u-boot-omap3
WARNING: No matches in filesystem for /home/rsumman/overo-oe/user.collection
in COLLECTIONS
NOTE: Handling BitBake files: | (7298/7298) [100 %]
NOTE: Parsing finished. 7016 cached, 0 parsed, 282 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 1 (ID: 0,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_clean)
NOTE: Removing staging package
overo-oe/tmp/deploy/glibc/pstage/angstromglibc/staging-u-boot-omap3-overo-angstrom-linux-gnueabi_2009.08+r5+git8c3c42e7b84169cf1561985c40e8d1de5f300e06-r5_i686-linux.ipk
NOTE: removing
overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.08+r5+git8c3c42e7b84169cf1561985c40e8d1de5f300e06-r5
NOTE: removing
overo-oe/tmp/stamps/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.08+r5+git8c3c42e7b84169cf1561985c40e8d1de5f300e06-r5.*
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun
and 0 failed.
***@rsumman-desktop:~$ bitbake u-boot-omap3
WARNING: No matches in filesystem for /home/rsumman/overo-oe/user.collection
in COLLECTIONS
NOTE: Handling BitBake files: | (7298/7298) [100 %]
NOTE: Parsing finished. 7016 cached, 0 parsed, 282 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 408 of 605 (ID: 1,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_setscene)
NOTE: Running task 409 of 605 (ID: 2,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-10-01 14:58:00 UTC
Permalink
On Thu, Oct 1, 2009 at 1:57 AM, titusgroan
It appears that you didn't do a git pull to update the recipe. The
version of the recipe you are using is about a week old.

Pull and try again!

Steve
Post by titusgroan
Hi Steve
WARNING: No matches in filesystem for /home/rsumman/overo-oe/user.collection
in COLLECTIONS
NOTE: Handling BitBake files: | (7298/7298) [100 %]
NOTE: Parsing finished. 7016 cached, 0 parsed, 282 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 1 (ID: 0,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_clean)
NOTE: Removing staging package
overo-oe/tmp/deploy/glibc/pstage/angstromglibc/staging-u-boot-omap3-overo-angstrom-linux-gnueabi_2009.08+r5+git8c3c42e7b84169cf1561985c40e8d1de5f300e06-r5_i686-linux.ipk
NOTE: removing
overo-oe/tmp/work/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.08+r5+git8c3c42e7b84169cf1561985c40e8d1de5f300e06-r5
NOTE: removing
overo-oe/tmp/stamps/overo-angstrom-linux-gnueabi/u-boot-omap3-1_2009.08+r5+git8c3c42e7b84169cf1561985c40e8d1de5f300e06-r5.*
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun
and 0 failed.
WARNING: No matches in filesystem for /home/rsumman/overo-oe/user.collection
in COLLECTIONS
NOTE: Handling BitBake files: | (7298/7298) [100 %]
NOTE: Parsing finished. 7016 cached, 0 parsed, 282 skipped, 2 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 408 of 605 (ID: 1,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_setscene)
NOTE: Running task 409 of 605 (ID: 2,
/home/rsumman/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Schnitzeltony
2009-10-14 09:44:52 UTC
Permalink
Post by Steve Sakoman
It appears that you didn't do a git pull to update the recipe. The
version of the recipe you are using is about a week old.
Sorry, but I have pulled OE a few minutes ago but got same error with a
different tree object ID (whatever that is..):

NOTE: Running task 3885 of 7535 (ID: 124,
/home/Superandi/OpenEmbedded/gumstix-oe/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Benny B. Simonsen
2009-10-14 10:07:31 UTC
Permalink
Post by Schnitzeltony
Post by Steve Sakoman
It appears that you didn't do a git pull to update the recipe. The
version of the recipe you are using is about a week old.
Sorry, but I have pulled OE a few minutes ago but got same error with a
NOTE: Running task 3885 of 7535 (ID: 124,
/home/Superandi/OpenEmbedded/gumstix-oe/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-10-14 20:01:12 UTC
Permalink
I got the same error yesterday so would also appreciate if someone could
help.
Seems that they rebased the upstream repo, which once again caused the
recipe SRCREV to disappear.

Let's try again. I just checked in a new version of the recipe with
the srcrev set to the head of the upstream repo.

Steve
Benny B. Simonsen
2009-10-16 14:04:11 UTC
Permalink
Post by Steve Sakoman
I got the same error yesterday so would also appreciate if someone could
help.
Seems that they rebased the upstream repo, which once again caused the
recipe SRCREV to disappear.
Let's try again. I just checked in a new version of the recipe with
the srcrev set to the head of the upstream repo.
Steve
Thanks.
I can now build the console image and it is running, but there seems to
be a problem with u-boot.
Actual I had problems with kernel booting. After u-boot writes "done,
booting the kernel." nothing happened.
I tried to build different kernel versions, but the problems seems to be
u-boot. The 2.6.31 kernel I ended with starts around 1 out of 6 times on
my Overo Earth + Tobi. After I change u-boot to the version from
http://www.sakoman.com/feeds/omap3/glibc/images/overo/200909242050/ the
same kernel seems to start every time.

A little perhaps stupid question regarding setting srcrev to head of the
upstream repo:
That will say that we get different versions each time some u-boot
changes have been made or?
If someone like me have problems with u-boot we can't say which snapshot
we use (that will basically depend on the day we downloaded the source or?)

I would really like a way to get specific versions so that I had a known
starting point. Great with the possibility to get the "latest and
greatest", but when you start up with a new board and new tools it would
be so great to have a known good point before you are walking out in
unknown territory.
Maybe thats possible, but the guides I have found on Gumstix site will
get the latest, but not necessarily latest working version.

Thanks again and hope my comments are ok.

Benny
Steve Sakoman
2009-10-16 23:20:53 UTC
Permalink
Post by Benny B. Simonsen
A little perhaps stupid question regarding setting srcrev to head of the
That will say that we get different versions each time some u-boot
changes have been made or?
If someone like me have problems with u-boot we can't say which snapshot
we use (that will basically depend on the day we downloaded the source or?)
The SRCREV is set to a particular commit which is known to be good,
not to the head of the tree.

Thus, your u-boot image won't be changing out from under you (until I
push a new SRCREV, but that will also be tested ahead of time)

Steve
Post by Benny B. Simonsen
I would really like a way to get specific versions so that I had a known
starting point. Great with the possibility to get the "latest and
greatest", but when you start up with a new board and new tools it would
be so great to have a known good point before you are walking out in
unknown territory.
Maybe thats possible, but the guides I have found on Gumstix site will
get the latest, but not necessarily latest working version.
Thanks again and hope my comments are ok.
Benny
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gumstix-users mailing list
https://lists.sourceforge.net/lists/listinfo/gumstix-users
Steve Sakoman
2009-10-19 15:04:25 UTC
Permalink
Post by Benny B. Simonsen
I can now build the console image and it is running, but there seems to
be a problem with u-boot.
Actual I had problems with kernel booting. After u-boot writes "done,
booting the kernel." nothing happened.
I tried to build different kernel versions, but the problems seems to be
u-boot. The 2.6.31 kernel I ended with starts around 1 out of 6 times on
my Overo Earth + Tobi. After I change u-boot to the version from
http://www.sakoman.com/feeds/omap3/glibc/images/overo/200909242050/ the
same kernel seems to start every time.
I didn't see this on my initial testing, but once I switched to a
different COM I too experienced this issue.

After further tests and examining the upstream commit log I discovered
the source of the issue: a patch was pushed that altered the SDRC
timing (i.e. RAM). This change made the timing marginal for Micron
memory.

I have modifed the u-boot-omap3 recipe to use the commit prior to this
change and all is well again. I've also notified the patch author and
he is preparing a fix.

Regards,

Steve
mistraid121
2009-10-23 16:36:20 UTC
Permalink
Hello,

I'm having the same problem when trying to set up a build environment for
the gumstix overo.
When I do :
bitbake omap3-console-image
It ends with:
NOTE: Running task 409 of 605 (ID: 2,
/home/guillaume/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-10-23 16:50:09 UTC
Permalink
On Fri, Oct 23, 2009 at 9:36 AM, mistraid121
Post by John Merchant
Hello,
I'm having the same problem when trying to set up a build environment for
the gumstix overo.
bitbake omap3-console-image
NOTE: Running task 409 of 605 (ID: 2,
/home/guillaume/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
bala chandar
2009-10-29 03:23:30 UTC
Permalink
Hi Steve,
I did a git pull and tried to build omap3-console-image but got the
following error for u-boot-omap3. I also tried to clean u-boot-omap3 and
tried to rebuild it. Still the same error.

NOTE: Running task 409 of 606 (ID: 3,
/home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
Steve Sakoman
2009-10-29 05:05:07 UTC
Permalink
Post by bala chandar
Hi Steve,
      I did a git pull and tried to build omap3-console-image but got the
following error for u-boot-omap3. I also tried to clean u-boot-omap3 and
tried to rebuild it. Still the same error.
NOTE: Running task 409 of 606 (ID: 3,
/home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb,
do_fetch)
=?ks_c_5601-1987?B?vK2w5ry3?=
2009-10-29 11:04:08 UTC
Permalink
I built buildroot r1427.
I have used mmc card to install new modified application on gumstix.

When I mount MMC card, it is mounted such as the following.
mount: /dev/mmcblk0 is write-protected, mounting read-only

But I want to modify MMC card read-writable.
How to solve this problem?

And when I copy symbolic linked library file from linux on vmware to SD on
USB,
I can't copy symbolic linked file.

If you would help me , then I will be appreciated.

Best Regards

KYUNGSUB SEO from Korea.
Benny B. Simonsen
2009-10-29 11:43:58 UTC
Permalink
Post by =?ks_c_5601-1987?B?vK2w5ry3?=
I built buildroot r1427.
I have used mmc card to install new modified application on gumstix.
When I mount MMC card, it is mounted such as the following.
mount: /dev/mmcblk0 is write-protected, mounting read-only
But I want to modify MMC card read-writable.
How to solve this problem?
And when I copy symbolic linked library file from linux on vmware to SD on
USB,
I can't copy symbolic linked file.
If you would help me , then I will be appreciated.
Best Regards
KYUNGSUB SEO from Korea.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gumstix-users mailing list
https://lists.sourceforge.net/lists/listinfo/gumstix-users
Try "man mount" and "man fstab" to get help with how to mount the MMC
card writable.

The SD card is most likely formatted as FAT which don't support symbolic
links.
You can either put the files in a archive "tar -cjf MyArchive.tar.bz2
MyFiles" and move that archive on the SD card.
On the other machine extract again with "tar -xjf MyArchive.tar.bz2"
Another way is to format the SD card with e.g. ext3 file system.
Unmount the SD card and use the command "mkfs.ext3 /dev/MySdDeviceName"
BE SURE to use the correct devicename. After remount you can use the SD
card with symbolic links.

BR
Benny
Charlie Woloszynski
2009-10-29 13:09:04 UTC
Permalink
I also experienced the error about fetching eject-2.1.5.tar.gz and wanted to try to assign a new source. So, I edited the recipe to use a new URI

ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/eject-${PV}.tar.gz

I can fetch that file, but when I re-ran bitbake, I got an error about the checksum not matching.

I'm new to bitbake/OE so I was hoping someone could help me understand how the checksum process works so I can try to update that ALSO.

Thanks,

Charlie




________________________________
From: bala chandar <***@gmail.com>
To: General mailing list for gumstix users. <gumstix-***@lists.sourceforge.net>
Sent: Wed, October 28, 2009 11:23:30 PM
Subject: Re: [Gumstix-users] Overo u-boot-omap3 build fails

Hi Steve,
I did a git pull and tried to build omap3-console-image but got the following error for u-boot-omap3. I also tried to clean u-boot-omap3 and tried to rebuild it. Still the same error.

NOTE: Running task 409 of 606 (ID: 3, /home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb, do_fetch)
Benny B. Simonsen
2009-10-29 18:53:22 UTC
Permalink
Regarding problems after changing URI.
Have you tried to remove the sources/eject-xxxx.tar.gz and
sources/eject-xxxx.md5?

BR
Benny
Post by Charlie Woloszynski
I also experienced the error about fetching eject-2.1.5.tar.gz and
wanted to try to assign a new source. So, I edited the recipe to use
a new URI
ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/eject-${PV}.tar.gz
I can fetch that file, but when I re-ran bitbake, I got an error about
the checksum not matching.
I'm new to bitbake/OE so I was hoping someone could help me understand
how the checksum process works so I can try to update that ALSO.
Thanks,
Charlie
------------------------------------------------------------------------
*To:* General mailing list for gumstix users.
*Sent:* Wed, October 28, 2009 11:23:30 PM
*Subject:* Re: [Gumstix-users] Overo u-boot-omap3 build fails
Hi Steve,
I did a git pull and tried to build omap3-console-image but got
the following error for u-boot-omap3. I also tried to clean
u-boot-omap3 and tried to rebuild it. Still the same error.
NOTE: Running task 409 of 606 (ID: 3,
/home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb
<http://u-boot-omap3_git.bb>, do_fetch)
bala chandar
2009-10-29 22:47:16 UTC
Permalink
Hi Charlie,
Did you find any solution for the eject package problem?? Thank you...

Thanks,
Bala
Post by Charlie Woloszynski
I also experienced the error about fetching eject-2.1.5.tar.gz and
wanted to try to assign a new source. So, I edited the recipe to use a new
URI
ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/eject-${PV}.tar.gz<ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/eject-$%7BPV%7D.tar.gz>
I can fetch that file, but when I re-ran bitbake, I got an error about the
checksum not matching.
I'm new to bitbake/OE so I was hoping someone could help me understand how
the checksum process works so I can try to update that ALSO.
Thanks,
Charlie
------------------------------
*To:* General mailing list for gumstix users. <
*Sent:* Wed, October 28, 2009 11:23:30 PM
*Subject:* Re: [Gumstix-users] Overo u-boot-omap3 build fails
Hi Steve,
I did a git pull and tried to build omap3-console-image but got the
following error for u-boot-omap3. I also tried to clean u-boot-omap3 and
tried to rebuild it. Still the same error.
NOTE: Running task 409 of 606 (ID: 3,
/home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/
u-boot-omap3_git.bb, do_fetch)
Charlie Woloszynski
2009-10-30 00:22:07 UTC
Permalink
Yes, I manually altered the config/checksum file to have the new URL with the same values as the other entry for eject.

I'm still stuck on as error with opkg in my top recipe. I think I am having a branch issue with a recipe. I'm new to git so I am sure it is something silly.

If you are strong with git, let me know and I can describe the issue better.

Charlie

Sent from my iPhone

On Oct 29, 2009, at 6:47 PM, bala chandar <***@gmail.com> wrote:

Hi Charlie,
Did you find any solution for the eject package problem?? Thank you...

Thanks,
Bala

On Thu, Oct 29, 2009 at 9:09 AM, Charlie Woloszynski <***@yahoo.com> wrote:
I also experienced the error about fetching eject-2.1.5.tar.gz and wanted to try to assign a new source. So, I edited the recipe to use a new URI

ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/eject-${PV}.tar.gz

I can fetch that file, but when I re-ran bitbake, I got an error about the checksum not matching.

I'm new to bitbake/OE so I was hoping someone could help me understand how the checksum process works so I can try to update that ALSO.

Thanks,

Charlie


From: bala chandar <***@gmail.com>
To: General mailing list for gumstix users. <gumstix-***@lists.sourceforge.net>
Sent: Wed, October 28, 2009 11:23:30 PM
Subject: Re: [Gumstix-users] Overo u-boot-omap3 build fails

Hi Steve,
I did a git pull and tried to build omap3-console-image but got the following error for u-boot-omap3. I also tried to clean u-boot-omap3 and tried to rebuild it. Still the same error.

NOTE: Running task 409 of 606 (ID: 3, /home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb, do_fetch)
Charlie Woloszynski
2009-10-30 00:22:07 UTC
Permalink
Yes, I manually altered the config/checksum file to have the new URL with the same values as the other entry for eject.

I'm still stuck on as error with opkg in my top recipe. I think I am having a branch issue with a recipe. I'm new to git so I am sure it is something silly.

If you are strong with git, let me know and I can describe the issue better.

Charlie

Sent from my iPhone

On Oct 29, 2009, at 6:47 PM, bala chandar <***@gmail.com> wrote:

Hi Charlie,
Did you find any solution for the eject package problem?? Thank you...

Thanks,
Bala

On Thu, Oct 29, 2009 at 9:09 AM, Charlie Woloszynski <***@yahoo.com> wrote:
I also experienced the error about fetching eject-2.1.5.tar.gz and wanted to try to assign a new source. So, I edited the recipe to use a new URI

ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/eject-${PV}.tar.gz

I can fetch that file, but when I re-ran bitbake, I got an error about the checksum not matching.

I'm new to bitbake/OE so I was hoping someone could help me understand how the checksum process works so I can try to update that ALSO.

Thanks,

Charlie


From: bala chandar <***@gmail.com>
To: General mailing list for gumstix users. <gumstix-***@lists.sourceforge.net>
Sent: Wed, October 28, 2009 11:23:30 PM
Subject: Re: [Gumstix-users] Overo u-boot-omap3 build fails

Hi Steve,
I did a git pull and tried to build omap3-console-image but got the following error for u-boot-omap3. I also tried to clean u-boot-omap3 and tried to rebuild it. Still the same error.

NOTE: Running task 409 of 606 (ID: 3, /home/bala/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot-omap3_git.bb, do_fetch)
Loading...