* CPV: sys-apps/hbaapi-2.2 * REPO: gentoo * Maintainer: base-system@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking hbaapi_src_2.2.tgz to /var/tmp/portage/sys-apps/hbaapi-2.2/work >>> Unpacking hbaapi-2.2.Makefile.gz to /var/tmp/portage/sys-apps/hbaapi-2.2/work >>> Source unpacked in /var/tmp/portage/sys-apps/hbaapi-2.2/work >>> Compiling source in /var/tmp/portage/sys-apps/hbaapi-2.2/work/hbaapi_src_2.2 ... make -j14 -j1 all gcc -c hbaapitest.c hbaapitest.c: In function ‘main’: hbaapitest.c:100:2: warning: incompatible implicit declaration of built-in function ‘exit’ hbaapitest.c:108:2: warning: incompatible implicit declaration of built-in function ‘exit’ hbaapitest.c:161:6: warning: format ‘%06lX’ expects type ‘long unsigned int’, but argument 2 has type ‘HBA_UINT32’ hbaapitest.c:235:3: warning: format ‘%06lX’ expects type ‘long unsigned int’, but argument 2 has type ‘HBA_UINT32’ gcc -fPIC -g -c -Wall HBAAPILIB.c HBAAPILIB.c: In function ‘local_remove_callback’: HBAAPILIB.c:398:54: warning: left-hand operand of comma expression has no effect HBAAPILIB.c: In function ‘HBA_LoadLibrary’: HBAAPILIB.c:676:5: warning: implicit declaration of function ‘strcpy’ HBAAPILIB.c:676:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ HBAAPILIB.c:691:2: warning: implicit declaration of function ‘strtok’ HBAAPILIB.c:691:18: warning: assignment makes pointer from integer without a cast HBAAPILIB.c:692:6: warning: implicit declaration of function ‘strlen’ HBAAPILIB.c:692:9: warning: incompatible implicit declaration of built-in function ‘strlen’ HBAAPILIB.c:698:18: warning: assignment makes pointer from integer without a cast HBAAPILIB.c:699:9: warning: incompatible implicit declaration of built-in function ‘strlen’ HBAAPILIB.c:706:14: warning: assignment makes pointer from integer without a cast HBAAPILIB.c:713:6: warning: incompatible implicit declaration of built-in function ‘strlen’ HBAAPILIB.c:722:2: warning: implicit declaration of function ‘strcmp’ HBAAPILIB.c:734:2: warning: implicit declaration of function ‘strdup’ HBAAPILIB.c:734:27: warning: incompatible implicit declaration of built-in function ‘strdup’ HBAAPILIB.c: In function ‘HBA_GetNumberOfAdapters’: HBAAPILIB.c:1059:23: warning: incompatible implicit declaration of built-in function ‘strdup’ HBAAPILIB.c:1065:23: warning: incompatible implicit declaration of built-in function ‘strdup’ HBAAPILIB.c: In function ‘HBA_GetAdapterName’: HBAAPILIB.c:1101:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ HBAAPILIB.c: In function ‘HBA_GetWrapperLibraryAttributes’: HBAAPILIB.c:1230:5: warning: implicit declaration of function ‘memset’ HBAAPILIB.c:1230:5: warning: incompatible implicit declaration of built-in function ‘memset’ HBAAPILIB.c: In function ‘HBA_GetVendorLibraryAttributes’: HBAAPILIB.c:2964:5: warning: incompatible implicit declaration of built-in function ‘memset’ HBAAPILIB.c:2992:6: warning: incompatible implicit declaration of built-in function ‘strlen’ HBAAPILIB.c:2993:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ HBAAPILIB.c: At top level: HBAAPILIB.c:458:13: warning: ‘wwn_str1’ defined but not used HBAAPILIB.c:459:13: warning: ‘wwn_str2’ defined but not used HBAAPILIB.c:460:13: warning: ‘wwn_str3’ defined but not used HBAAPILIB.c:465:1: warning: ‘WWN2str’ defined but not used gcc -shared -Wl,-soname,libHBAAPI.so -o libHBAAPI.so version.o HBAAPILIB.o -rdynamic -ldl gcc hbaapitest.o -ldl libHBAAPI.so -o hbaapitest >>> Source compiled. >>> Test phase [test]: sys-apps/hbaapi-2.2 make -j14 -j1 test gcc -DBUILD_DATE=\"'2010/09/08 21:07:48 CEST'\" test.c -o test gcc: test.c: No such file or directory gcc: no input files make: *** [test] Error 1 emake failed * ERROR: sys-apps/hbaapi-2.2 failed: * Make test failed. See above for details. * * Call stack: * ebuild.sh, line 56: Called src_test * environment, line 354: Called _eapi0_src_test * ebuild.sh, line 641: Called die * The specific snippet of code: * hasq test $FEATURES && die "Make test failed. See above for details." * * If you need support, post the output of 'emerge --info =sys-apps/hbaapi-2.2', * the complete build log and the output of 'emerge -pqv =sys-apps/hbaapi-2.2'. * The complete build log is located at '/var/log/portage/build/sys-apps/hbaapi-2.2:20100908-190743.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/hbaapi-2.2/temp/environment'. * S: '/var/tmp/portage/sys-apps/hbaapi-2.2/work/hbaapi_src_2.2' >>> Install hbaapi-2.2 into /var/tmp/portage/sys-apps/hbaapi-2.2/image/ category sys-apps >>> Completed installing hbaapi-2.2 into /var/tmp/portage/sys-apps/hbaapi-2.2/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libHBAAPI.so usr/sbin/hbaapitest * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/lib/libHBAAPI.so * /usr/sbin/hbaapitest * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * HBAAPILIB.c:676:5: warning: implicit declaration of function ‘strcpy’ * HBAAPILIB.c:691:2: warning: implicit declaration of function ‘strtok’ * HBAAPILIB.c:692:6: warning: implicit declaration of function ‘strlen’ * HBAAPILIB.c:722:2: warning: implicit declaration of function ‘strcmp’ * HBAAPILIB.c:734:2: warning: implicit declaration of function ‘strdup’ * HBAAPILIB.c:1230:5: warning: implicit declaration of function ‘memset’ * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * hbaapitest.c:100:2: warning: incompatible implicit declaration of built-in function ‘exit’ * hbaapitest.c:108:2: warning: incompatible implicit declaration of built-in function ‘exit’ * HBAAPILIB.c:676:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ * HBAAPILIB.c:692:9: warning: incompatible implicit declaration of built-in function ‘strlen’ * HBAAPILIB.c:699:9: warning: incompatible implicit declaration of built-in function ‘strlen’ * HBAAPILIB.c:713:6: warning: incompatible implicit declaration of built-in function ‘strlen’ * HBAAPILIB.c:734:27: warning: incompatible implicit declaration of built-in function ‘strdup’ * HBAAPILIB.c:1059:23: warning: incompatible implicit declaration of built-in function ‘strdup’ * HBAAPILIB.c:1065:23: warning: incompatible implicit declaration of built-in function ‘strdup’ * HBAAPILIB.c:1101:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ * HBAAPILIB.c:1230:5: warning: incompatible implicit declaration of built-in function ‘memset’ * HBAAPILIB.c:2964:5: warning: incompatible implicit declaration of built-in function ‘memset’ * HBAAPILIB.c:2992:6: warning: incompatible implicit declaration of built-in function ‘strlen’ * HBAAPILIB.c:2993:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * HBAAPILIB.c:398:54: warning: left-hand operand of comma expression has no effect * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://hbaapi.sourceforge.net/