Having re-listed, it seems I may as well submit this shortcoming.
* QA Notice: command not found: * * /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/temp/environment: line 2272: get_abi_ASFLAGS: command not found
* QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * ../../../../../newlib-1.16.0/newlib/libc/stdlib/wcstoull.c:136:2: warning: implicit declaration of function '_wcstoull_r' * ../../../../../newlib-1.16.0/newlib/libc/reent/signalr.c:61:3: warning: implicit declaration of function 'kill' * ../../../../newlib-1.16.0/newlib/doc/makedoc.c:1147:6: warning: implicit declaration of function 'strcmp' * ../grub-upstream/stage2/builtins.c:1728:3: warning: implicit declaration of function 'do_exit' * ../../../../../newlib-1.16.0/newlib/libc/stdlib/wcstoull.c:136:2: warning: implicit declaration of function '_wcstoull_r' * ../../../../../newlib-1.16.0/newlib/libc/stdio64/fseeko64.c:122:7: warning: implicit declaration of function '_fseeko_r' * ../../../../../newlib-1.16.0/newlib/libc/stdio64/ftello64.c:96:5: warning: implicit declaration of function '_ftello_r' * ../../../../../newlib-1.16.0/newlib/libc/reent/signalr.c:61:3: warning: implicit declaration of function 'kill' * ../../../../../newlib-1.16.0/newlib/libc/reent/fstat64r.c:65:3: warning: implicit declaration of function '_fstat64' * ../../../../../newlib-1.16.0/newlib/libc/reent/lseek64r.c:61:3: warning: implicit declaration of function 'lseek64' * ../../../../../newlib-1.16.0/newlib/libc/reent/open64r.c:62:3: warning: implicit declaration of function '_open64' * ../../../../newlib-1.16.0/newlib/doc/makedoc.c:1147:6: warning: implicit declaration of function 'strcmp' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:113:3: warning: implicit declaration of function 'sbrk' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:116:7: warning: implicit declaration of function 'write' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:119:3: warning: implicit declaration of function 'bzero' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:165:3: warning: implicit declaration of function 'moncontrol' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:179:3: warning: implicit declaration of function 'profil_write' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:228:7: warning: implicit declaration of function 'atexit' * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:350:7: warning: implicit declaration of function 'profil' * ../grub-upstream/stage2/builtins.c:1728:3: warning: implicit declaration of function 'do_exit'
* QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:119:3: warning: incompatible implicit declaration of built-in function 'bzero'
* Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://xen.org/
On a brief look; gentoo64 xen-tools # find /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/ -iname wcstoull.c /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/stubdom/newlib-1.16.0/newlib/libc/stdlib/wcstoull.c
gentoo64 xen-tools # grep -r _wcstoull_r /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/ reveals
/var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/stubdom/newlib-1.16.0/newlib/libc/include/wchar.h :unsigned long long _EXFUN(_wcstoull_r, (struct _reent *, const wchar_t *, wchar_t **, int)); /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/stubdom/cross-root-i686/i686-xen-elf/include/wchar.h:unsigned long long _EXFUN(_wcstoull_r, (struct _reent *, const wchar_t *, wchar_t **, int));
gentoo64 xen-tools # grep -r do_exit /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/ reveals /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/stubdom/grub/config.h:#define grub_halt(a) do_exit()
gentoo64 xen-tools # grep -r bzero /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/ |grep "\.h" /var/tmp/portage/portage/app-emulation/xen-pvgrub-4.1.2/work/xen-4.1.2/extras/mini-os/include/posix/strings.h:#define bzero(ptr, size) (memset((ptr), '\0', (size)), (void) 0)
They are all there to be found it seems. This may be nothing or there may be a list of paths that need hooking up.
I've included the tail and the head of a 5.3 mb buildlog so you can see (enough of) what is being done.
The first one appears to not concern you, https://bugs.gentoo.org/388629.
|