configure: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: stdlib.h: proceeding with the compiler's result 0%100%100%100%100%100%Done Fetching dfu-programmer.SlackBuild... 0%100%100%100%100%100%Done Fetching dfu-programmer.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done dfu-programmer-0.5.4/ dfu-programmer-0.5.4/configure dfu-programmer-0.5.4/Makefile.am dfu-programmer-0.5.4/aclocal.m4 dfu-programmer-0.5.4/docs/ dfu-programmer-0.5.4/docs/Makefile.am dfu-programmer-0.5.4/docs/Makefile.in dfu-programmer-0.5.4/docs/dfu-programmer.1 dfu-programmer-0.5.4/Makefile.in dfu-programmer-0.5.4/COPYING dfu-programmer-0.5.4/src/ dfu-programmer-0.5.4/src/Makefile.am dfu-programmer-0.5.4/src/dfu.c dfu-programmer-0.5.4/src/Makefile.in dfu-programmer-0.5.4/src/commands.h dfu-programmer-0.5.4/src/atmel.c dfu-programmer-0.5.4/src/intel_hex.c dfu-programmer-0.5.4/src/commands.c dfu-programmer-0.5.4/src/atmel.h dfu-programmer-0.5.4/src/util.c dfu-programmer-0.5.4/src/dfu.h dfu-programmer-0.5.4/src/dfu-bool.h dfu-programmer-0.5.4/src/dfu-device.h dfu-programmer-0.5.4/src/main.c dfu-programmer-0.5.4/src/arguments.c dfu-programmer-0.5.4/src/arguments.h dfu-programmer-0.5.4/src/util.h dfu-programmer-0.5.4/src/intel_hex.h dfu-programmer-0.5.4/AUTHORS dfu-programmer-0.5.4/config.h.in dfu-programmer-0.5.4/ChangeLog dfu-programmer-0.5.4/bootstrap.sh dfu-programmer-0.5.4/configure.ac dfu-programmer-0.5.4/README dfu-programmer-0.5.4/fedora/ dfu-programmer-0.5.4/fedora/dfu-programmer.spec dfu-programmer-0.5.4/fedora/dfu-programmer.spec.in dfu-programmer-0.5.4/fedora/10-dfu-programmer.fdi dfu-programmer-0.5.4/m4/ dfu-programmer-0.5.4/m4/depcomp dfu-programmer-0.5.4/m4/missing dfu-programmer-0.5.4/m4/install-sh dfu-programmer-0.5.4/NEWS checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBUSB_1_0... yes checking for ANSI C header files... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking stdlib.h usability... yes checking stdlib.h presence... no checking for stdlib.h... yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes configure: creating ./config.status config.status: creating fedora/dfu-programmer.spec config.status: creating Makefile config.status: creating docs/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' Making all in src make[2]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/src' gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c main.c: In function ‘main’: main.c:79:9: warning: ‘libusb_set_debug’ is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] 79 | libusb_set_debug(usbcontext, debug ); | ^~~~~~~~~~~~~~~~ In file included from main.c:27: /usr/include/libusb-1.0/libusb.h:1352:18: note: declared here 1352 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT arguments.o -MD -MP -MF .deps/arguments.Tpo -c -o arguments.o arguments.c mv -f .deps/arguments.Tpo .deps/arguments.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT atmel.o -MD -MP -MF .deps/atmel.Tpo -c -o atmel.o atmel.c mv -f .deps/atmel.Tpo .deps/atmel.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT commands.o -MD -MP -MF .deps/commands.Tpo -c -o commands.o commands.c mv -f .deps/commands.Tpo .deps/commands.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT dfu.o -MD -MP -MF .deps/dfu.Tpo -c -o dfu.o dfu.c mv -f .deps/dfu.Tpo .deps/dfu.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT intel_hex.o -MD -MP -MF .deps/intel_hex.Tpo -c -o intel_hex.o intel_hex.c mv -f .deps/intel_hex.Tpo .deps/intel_hex.Po gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po gcc -Wall -O2 -fPIC -I/usr/include/libusb-1.0 -lusb-1.0 -o dfu-programmer main.o arguments.o atmel.o commands.o dfu.o intel_hex.o util.o make[2]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/src' Making all in docs make[2]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/docs' make[2]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' make[2]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' make[1]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' Making install in src make[1]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/src' make[2]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src/development/dfu-programmer/package-dfu-programmer/usr/bin" /usr/bin/ginstall -c dfu-programmer '/usr/src/slapt-src/development/dfu-programmer/package-dfu-programmer/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/src' make[1]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/src' Making install in docs make[1]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/docs' make[2]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/docs' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src/development/dfu-programmer/package-dfu-programmer/usr/man/man1" /usr/bin/ginstall -c -m 644 dfu-programmer.1 '/usr/src/slapt-src/development/dfu-programmer/package-dfu-programmer/usr/man/man1' make[2]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/docs' make[1]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4/docs' make[1]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' make[2]: Entering directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' make[1]: Leaving directory '/usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/dfu-programmer usr/doc/ usr/doc/dfu-programmer-0.5.4/ usr/doc/dfu-programmer-0.5.4/AUTHORS usr/doc/dfu-programmer-0.5.4/COPYING usr/doc/dfu-programmer-0.5.4/ChangeLog usr/doc/dfu-programmer-0.5.4/NEWS usr/doc/dfu-programmer-0.5.4/README usr/doc/dfu-programmer-0.5.4/dfu-programmer.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/dfu-programmer.1.gz Slackware package /usr/src/slapt-src/development/dfu-programmer/dfu-programmer-0.5.4-x86_64-1salix15.0.txz created. Installing package dfu-programmer-0.5.4-x86_64-1salix15.0... | dfu-programmer (USB programmer for USB AVR chips) | | dfu-programmer is a Device Firmware Update based USB programmer for | Atmel chips with a USB bootloader. | | Homepage: http://dfu-programmer.sourceforge.net/ | | | | | | |