Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397492 Details for
Bug 541352
dev-embedded/u-boot-tools-2015.01 fails to build: tools/image-host.c:63:16: error: ‘HASH_MAX_DIGEST_SIZE’ undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-embedded:u-boot-tools-2015.01:20150223-120902.log
dev-embedded:u-boot-tools-2015.01:20150223-120902.log (text/plain), 5.14 KB, created by
Markus Meier
on 2015-02-25 16:18:39 UTC
(
hide
)
Description:
dev-embedded:u-boot-tools-2015.01:20150223-120902.log
Filename:
MIME Type:
Creator:
Markus Meier
Created:
2015-02-25 16:18:39 UTC
Size:
5.14 KB
patch
obsolete
> * Package: dev-embedded/u-boot-tools-2015.01 > * Repository: gentoo > * Maintainer: dev-embedded@gentoo.org > * USE: arm elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking u-boot-2015.01.tar.bz2 to /var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work >>>> Source unpacked in /var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work >>>> Preparing source in /var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work/u-boot-2015.01 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work/u-boot-2015.01 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work/u-boot-2015.01 ... >make -j2 defconfig > HOSTCC scripts/basic/fixdep > SHIPPED scripts/kconfig/zconf.tab.c > HOSTCC scripts/kconfig/conf.o > SHIPPED scripts/kconfig/zconf.lex.c > SHIPPED scripts/kconfig/zconf.hash.c > HOSTCC scripts/kconfig/zconf.tab.o > HOSTLD scripts/kconfig/conf ># ># configuration written to .config ># >*** Default configuration is based on 'sandbox_defconfig' >make -j2 HOSTSTRIP=: HOSTCC=armv5tel-softfloat-linux-gnueabi-gcc 'HOSTCFLAGS=-O2 -march=armv5te -pipe $(HOSTCPPFLAGS)' 'HOSTLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' CONFIG_ENV_OVERWRITE=y tools-all > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > HOSTCC scripts/kconfig/zconf.tab.o > HOSTLD scripts/kconfig/conf >scripts/kconfig/conf --silentoldconfig Kconfig > CHK include/config.h > UPD include/config.h > GEN include/autoconf.mk > GEN include/autoconf.mk.dep > CHK include/config/uboot.release > CHK include/generated/timestamp_autogenerated.h > UPD include/generated/timestamp_autogenerated.h > HOSTCC tools/env/fw_env.o > UPD include/config/uboot.release > HOSTCC tools/env/fw_env_main.o > HOSTCC tools/env/crc32.o > HOSTCC tools/env/ctype.o > HOSTCC tools/env/linux_string.o > HOSTCC tools/env/env_attr.o > HOSTCC tools/env/env_flags.o > HOSTCC tools/env/aes.o > CHK include/generated/version_autogenerated.h > UPD include/generated/version_autogenerated.h > CC lib/asm-offsets.s > GEN include/generated/generic-asm-offsets.h > HOSTCC tools/easylogo/easylogo >[01m[Ktools/easylogo/easylogo.c:[m[K In function â[01m[Kimage_load_tga[m[Kâ: >[01m[Ktools/easylogo/easylogo.c:160:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kfread[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread (&header, sizeof (header), 1, file); >[01;32m[K ^[m[K >[01m[Ktools/easylogo/easylogo.c:196:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kfread[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread (image->data, image->size, 1, file); >[01;32m[K ^[m[K > HOSTLD tools/env/fw_printenv > STRIP tools/env/fw_printenv > HOSTCC tools/gdb/gdbsend.o > HOSTCC tools/gdb/error.o > HOSTCC tools/gdb/remote.o > HOSTCC tools/bmp_logo > HOSTCC tools/gdb/serial.o > HOSTCC tools/gen_eth_addr > HOSTCC tools/gdb/gdbcont.o > HOSTCC tools/img2srec > HOSTLD tools/gdb/gdbsend > HOSTLD tools/gdb/gdbcont > HOSTCC tools/xway-swap-bytes > HOSTCC tools/mkenvimage.o > HOSTCC tools/os_support.o > WRAP tools/lib/crc32.c > HOSTCC tools/aisimage.o > HOSTCC tools/atmelimage.o > WRAP tools/common/image-sig.c > WRAP tools/common/bootm.c > HOSTCC tools/default_image.o > WRAP tools/lib/fdtdec_common.c > WRAP tools/lib/fdtdec.c > HOSTCC tools/fit_common.o > HOSTCC tools/fit_image.o > HOSTCC tools/gpimage.o > HOSTCC tools/gpimage-common.o > WRAP tools/common/image-fit.c > HOSTCC tools/image-host.o >In file included from [01m[Kinclude/bootm.h:12:0[m[K, > from [01m[Ktools/image-host.c:13[m[K: >[01m[Ktools/image-host.c:[m[K In function â[01m[Kfit_image_process_hash[m[Kâ: >[01m[Ktools/image-host.c:63:16:[m[K [01;31m[Kerror: [m[Kâ[01m[KHASH_MAX_DIGEST_SIZE[m[Kâ undeclared (first use in this function) > uint8_t value[FIT_MAX_HASH_LEN]; >[01;32m[K ^[m[K >[01m[Ktools/image-host.c:63:16:[m[K [01;36m[Knote: [m[Keach undeclared identifier is reported only once for each function it appears in >scripts/Makefile.host:108: recipe for target 'tools/image-host.o' failed >make[1]: *** [tools/image-host.o] Error 1 >make[1]: *** Waiting for unfinished jobs.... >Makefile:1093: recipe for target 'tools' failed >make: *** [tools] Error 2 > * ERROR: dev-embedded/u-boot-tools-2015.01::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-embedded/u-boot-tools-2015.01::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-embedded/u-boot-tools-2015.01::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-embedded:u-boot-tools-2015.01:20150223-120902.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-embedded/u-boot-tools-2015.01/temp/environment'. > * Working directory: '/var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work/u-boot-2015.01' > * S: '/var/tmp/portage/dev-embedded/u-boot-tools-2015.01/work/u-boot-2015.01'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 541352
: 397492 |
397650
|
403234