WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] QA issue & paths issue in xen-4.1.1

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] QA issue & paths issue in xen-4.1.1
From: Windows Live <johneed@xxxxxxxxxxx>
Date: Thu, 27 Oct 2011 11:56:12 +0800
Delivery-date: Thu, 27 Oct 2011 05:23:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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.









Attachment: build.tail
Description: Binary data

Attachment: buildhead.log
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] QA issue & paths issue in xen-4.1.1, Windows Live <=