Hi,

Ok, this was not uclibc's fault, but a generic G++ (STL) cross compile
regression (in the upstream, GCC header files).

This should be addressed with r30044.

Unfortunately not. ERROR-LOG is attached. To confirm it was not a mixup
I also tried a complete build.

stdarg.h exists as:

[EMAIL PROTECTED]:/home/kbox/t2# find build/kbox-8.0-trunk-kbox-x86-cross/ -name stdarg.h
build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/tr1/stdarg.h
build/kbox-8.0-trunk-kbox-x86-cross/usr/share/syslinux/com32/include/stdarg.h
build/kbox-8.0-trunk-kbox-x86-cross/usr/lib/gcc/i686-t2-linux-uclibc/4.3.1/include/stdarg.h
build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/lib/gcc/i686-t2-linux-uclibc/4.3.1/include/stdarg.h

Ciao, MM
--
Marian Aldenhövel, Rosenhain 23, 53123 Bonn
http://www.marian-aldenhoevel.de
"I ran some quick calculations on it. He's about 80% on the right
 track.  That leaves him only 20% dead when he crashes." Bob C
Command Wrapper Debug: running 'i686-t2-linux-uclibc-gcc --version' ..
i686-t2-linux-uclibc-gcc is 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/wrapper/i686-t2-linux-uclibc-gcc
Old Command: i686-t2-linux-uclibc-gcc --version
ENVPREFIX = 'CMD'
OTHERS = ''
INSERT = '--help?:-pipe -Os'
REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g*'
APPEND = '-s */X11R6/include?-I/usr/X11/include */X11R6/lib?-L/usr/X11/lib 
*/X11R6/lib64?-L/usr/X11/lib64'
FILTER = 'sed -e 
's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross\2\3,''
conditonal arg: --help?:-pipe.
conditonal: --help, lhs: , rhs: -pipe.
Insert: -pipe
Insert: -Os
Copy:   --version
Append: -s
conditonal arg: */X11R6/include?-I/usr/X11/include.
conditonal: */X11R6/include, lhs: -I/usr/X11/include, rhs: .
conditonal arg: */X11R6/lib?-L/usr/X11/lib.
conditonal: */X11R6/lib, lhs: -L/usr/X11/lib, rhs: .
conditonal arg: */X11R6/lib64?-L/usr/X11/lib64.
conditonal: */X11R6/lib64, lhs: -L/usr/X11/lib64, rhs: .
Run Filter: sed -e 
's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross\2\3,'
Old PATH: 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/wrapper:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
New PATH: 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
New Command: i686-t2-linux-uclibc-gcc -pipe -Os --version -s
i686-t2-linux-uclibc-gcc (GCC) 4.3.1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[ writing debug log to 
/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/cmd_wrapper.log ]
`/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/archdir/libusb-0.1.12.tar.bz2'
 -> `/home/kbox/t2/download/mirror/l/libusb-0.1.12.tar.bz2'
Running main build function 'build_this_package' ...
Extracting libusb-0.1.12.tar.bz2 (--use-compress-program=bzip2 -xf) ... 
Fixing ownership and permissions ...
Removing CVS, .svn, {arch} and .arch-ids directories ...
Changeing into 
/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/libusb-0.1.12 ...
Apply patch /home/kbox/t2/package/base/libusb/speedup-v2.patch ...
patching file linux.c
Apply patch /home/kbox/t2/package/base/libusb/no-tests.patch.cross ...
patching file Makefile.in
uclibc_fix_configsub: adding uclibc_arch_target support to ./config.sub
--- ./config.sub.orig   2008-08-13 20:10:41.000000000 +0200
+++ ./config.sub        2008-08-13 20:10:41.000000000 +0200
@@ -118,7 +118,7 @@
 # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
-  nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | 
os2-emx* | rtmk-nova*)
+  nto-qnx* | linux-gnu* | linux-uclibc* | freebsd*-gnu* | netbsd*-gnu* | 
storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
     ;;
@@ -1130,7 +1130,7 @@
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -chorusos* | -chorusrdb* \
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-             | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
+             | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | 
-mpeix* | -udk* \
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
Creating /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/<..> if required 
...
Autodetection for option impossible:  --disable-nls passed thru.
Autodetection for option impossible:  --without-libpam passed thru.
Autodetection for option impossible:  --without-pam passed thru.
Autodetection for option impossible:  --disable-libpam passed thru.
Autodetection for option impossible:  --disable-pam passed thru.
Running  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin 
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include 
--infodir=/usr/info --mandir=/usr/man --sysconfdir=/etc --localstatedir=/var 
--disable-debug --disable-nls --without-libpam --without-pam --disable-libpam 
--disable-pam --build=i686-nocross-linux-gnu --host=i686-t2-linux-uclibc 
--disable-build-docs --cache-file=./config.cache
configure: loading cache ./config.cache
checking for a BSD-compatible install... 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/wrapper/install
 -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-t2-linux-uclibc-strip... i686-t2-linux-uclibc-strip
checking build system type... i686-nocross-linux-gnu
checking host system type... i686-t2-linux-uclibc
checking for style of include used by make... GNU
checking for i686-t2-linux-uclibc-gcc... i686-t2-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-t2-linux-uclibc-gcc accepts -g... yes
checking for i686-t2-linux-uclibc-gcc option to accept ANSI C... none needed
checking dependency style of i686-t2-linux-uclibc-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-t2-linux-uclibc-gcc... i686-t2-linux-uclibc-ld
checking if the linker (i686-t2-linux-uclibc-ld) is GNU ld... yes
checking for i686-t2-linux-uclibc-ld option to reload object files... -r
checking for BSD-compatible nm... i686-t2-linux-uclibc-nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-t2-linux-uclibc-cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-t2-linux-uclibc-g++... i686-t2-linux-uclibc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-t2-linux-uclibc-g++ accepts -g... yes
checking dependency style of i686-t2-linux-uclibc-g++... gcc3
checking how to run the C++ preprocessor... i686-t2-linux-uclibc-g++ -E
checking for i686-t2-linux-uclibc-g77... F77_not_available_in_stage_1
checking whether we are using the GNU Fortran 77 compiler... no
checking whether F77_not_available_in_stage_1 accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse i686-t2-linux-uclibc-nm output from 
i686-t2-linux-uclibc-gcc object... ok
checking for objdir... .libs
checking for i686-t2-linux-uclibc-ar... i686-t2-linux-uclibc-ar
checking for i686-t2-linux-uclibc-ranlib... i686-t2-linux-uclibc-ranlib
checking for i686-t2-linux-uclibc-strip... (cached) i686-t2-linux-uclibc-strip
checking if i686-t2-linux-uclibc-gcc static flag  works... yes
checking if i686-t2-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-t2-linux-uclibc-gcc option to produce PIC... -fPIC
checking if i686-t2-linux-uclibc-gcc PIC flag -fPIC works... yes
checking if i686-t2-linux-uclibc-gcc supports -c -o file.o... yes
checking whether the i686-t2-linux-uclibc-gcc linker (i686-t2-linux-uclibc-ld) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-t2-linux-uclibc-g++... i686-t2-linux-uclibc-ld
checking if the linker (i686-t2-linux-uclibc-ld) is GNU ld... yes
checking whether the i686-t2-linux-uclibc-g++ linker (i686-t2-linux-uclibc-ld) 
supports shared libraries... yes
checking for i686-t2-linux-uclibc-g++ option to produce PIC... -fPIC
checking if i686-t2-linux-uclibc-g++ PIC flag -fPIC works... yes
checking if i686-t2-linux-uclibc-g++ supports -c -o file.o... yes
checking whether the i686-t2-linux-uclibc-g++ linker (i686-t2-linux-uclibc-ld) 
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for F77_not_available_in_stage_1 option to produce PIC... -fPIC
checking if F77_not_available_in_stage_1 PIC flag -fPIC works... no
checking if F77_not_available_in_stage_1 supports -c -o file.o... no
checking whether the F77_not_available_in_stage_1 linker 
(i686-t2-linux-uclibc-ld) supports shared libraries... yes
checking dynamic linker characteristics... ./configure: line 14487: 
F77_not_available_in_stage_1: command not found
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for what USB OS support... Linux
checking for i686-t2-linux-uclibc-gcc... (cached) i686-t2-linux-uclibc-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-t2-linux-uclibc-gcc accepts -g... (cached) yes
checking for i686-t2-linux-uclibc-gcc option to accept ANSI C... (cached) none 
needed
checking dependency style of i686-t2-linux-uclibc-gcc... (cached) gcc3
checking whether i686-t2-linux-uclibc-gcc and cc understand -c and -o 
together... yes
checking for a BSD-compatible install... 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/TOOLCHAIN/tools.cross/wrapper/install
 -c
checking for ANSI C header files... (cached) yes
checking for vprintf... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for memmove... no
checking for pkg-config... /usr/bin/pkg-config
checking if we should build the documentation... no
checking for Doxygen tools... checking for dot... not found
checking for doxygen... not found
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating libusb.spec
config.status: creating libusb-config
config.status: creating libusb.pc
config.status: creating tests/Makefile
config.status: creating README
config.status: creating INSTALL.libusb
config.status: creating usb.h
config.status: creating Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
Running make CC=i686-t2-linux-uclibc-gcc CPP=i686-t2-linux-uclibc-cpp 
CXX=i686-t2-linux-uclibc-g++ prefix=/usr CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc 
HOSTCC=cc HOST_CC=cc STRIP=i686-t2-linux-uclibc-strip 
AR=i686-t2-linux-uclibc-ar LD=i686-t2-linux-uclibc-ld 
RANLIB=i686-t2-linux-uclibc-ranlib NM=i686-t2-linux-uclibc-nm
make  all-recursive
make[1]: Entering directory 
`/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/libusb-0.1.12'
Making all in .
make[2]: Entering directory 
`/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/libusb-0.1.12'
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H   
-I.  -Werror  -g -O2 -Wall -MT usb.lo -MD -MP -MF ".deps/usb.Tpo" -c -o usb.lo 
usb.c; \
        then mv -f ".deps/usb.Tpo" ".deps/usb.Plo"; else rm -f ".deps/usb.Tpo"; 
exit 1; fi
mkdir .libs
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT usb.lo 
-MD -MP -MF .deps/usb.Tpo -c usb.c  -fPIC -DPIC -o .libs/usb.o
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT usb.lo 
-MD -MP -MF .deps/usb.Tpo -c usb.c -o usb.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H   
-I.  -Werror  -g -O2 -Wall -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o 
error.lo error.c; \
        then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f 
".deps/error.Tpo"; exit 1; fi
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT error.lo 
-MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT error.lo 
-MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H   
-I.  -Werror  -g -O2 -Wall -MT descriptors.lo -MD -MP -MF 
".deps/descriptors.Tpo" -c -o descriptors.lo descriptors.c; \
        then mv -f ".deps/descriptors.Tpo" ".deps/descriptors.Plo"; else rm -f 
".deps/descriptors.Tpo"; exit 1; fi
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT 
descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c  -fPIC -DPIC 
-o .libs/descriptors.o
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT 
descriptors.lo -MD -MP -MF .deps/descriptors.Tpo -c descriptors.c -o 
descriptors.o >/dev/null 2>&1
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H   
-I.  -Werror  -g -O2 -Wall -MT linux.lo -MD -MP -MF ".deps/linux.Tpo" -c -o 
linux.lo linux.c; \
        then mv -f ".deps/linux.Tpo" ".deps/linux.Plo"; else rm -f 
".deps/linux.Tpo"; exit 1; fi
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT linux.lo 
-MD -MP -MF .deps/linux.Tpo -c linux.c  -fPIC -DPIC -o .libs/linux.o
 i686-t2-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -Werror -g -O2 -Wall -MT linux.lo 
-MD -MP -MF .deps/linux.Tpo -c linux.c -o linux.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link i686-t2-linux-uclibc-gcc -Werror  -g -O2 -Wall   
-o libusb.la -rpath /usr/lib -version-info 8:4:4 -release 0.1 -export-dynamic   
usb.lo error.lo descriptors.lo linux.lo  
i686-t2-linux-uclibc-gcc -shared  .libs/usb.o .libs/error.o .libs/descriptors.o 
.libs/linux.o   -Wl,-soname -Wl,libusb-0.1.so.4 -o .libs/libusb-0.1.so.4.4.4
(cd .libs && rm -f libusb-0.1.so.4 && ln -s libusb-0.1.so.4.4.4 libusb-0.1.so.4)
(cd .libs && rm -f libusb.so && ln -s libusb-0.1.so.4.4.4 libusb.so)
i686-t2-linux-uclibc-ar cru .libs/libusb.a  usb.o error.o descriptors.o linux.o
i686-t2-linux-uclibc-ranlib .libs/libusb.a
creating libusb.la
(cd .libs && rm -f libusb.la && ln -s ../libusb.la libusb.la)
if /bin/sh ./libtool --mode=compile i686-t2-linux-uclibc-g++ -DHAVE_CONFIG_H   
-I.   -g -O2 -MT usbpp.lo -MD -MP -MF ".deps/usbpp.Tpo" -c -o usbpp.lo 
usbpp.cpp; \
        then mv -f ".deps/usbpp.Tpo" ".deps/usbpp.Plo"; else rm -f 
".deps/usbpp.Tpo"; exit 1; fi
 i686-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -g -O2 -MT usbpp.lo -MD -MP -MF 
.deps/usbpp.Tpo -c usbpp.cpp  -fPIC -DPIC -o .libs/usbpp.o
In file included from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:54,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/bits/localefwd.h:47,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/ios:47,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/ostream:45,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/iostream:45,
                 from usbpp.cpp:15:
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/cstdarg:48:25:
 error: stdarg.h: No such file or directory
In file included from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:54,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/bits/localefwd.h:47,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/ios:47,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/ostream:45,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/iostream:45,
                 from usbpp.cpp:15:
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/cstdarg:60:
 error: '::va_list' has not been declared
In file included from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/bits/localefwd.h:47,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/ios:47,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/ostream:45,
                 from 
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/iostream:45,
                 from usbpp.cpp:15:
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:
 In function 'int std::__convert_from_v(int* const&, char*, int, const char*, 
...)':
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:98:
 error: 'va_list' was not declared in this scope
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:98:
 error: expected `;' before '__args'
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:110:
 error: '__args' was not declared in this scope
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:110:
 error: 'va_start' was not declared in this scope
/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-cross/usr/include/c++/4.3.1/i686-t2-linux-uclibc/bits/c++locale.h:112:
 error: 'va_end' was not declared in this scope
make[2]: *** [usbpp.lo] Error 1
make[2]: Leaving directory 
`/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/libusb-0.1.12'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/kbox/t2/src.libusb.kbox.20080813.201031.1091.kboxdev/libusb-0.1.12'
make: *** [all] Error 2
Due to previous errors, no 1-libusb.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ... 
Searching for orphaned files ...
Found 6 files for this package.
Found 0 orphaned files for this package.
Clear (old) md5sums ...
Creating md5sum files ... done.
Creating package description ...
Making post-install adaptions.
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to