Cook: pciutils 3.5.6 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): xz-tools-5.2.4-i486 Installing (pkg/local): xz-dev-5.2.4-any Installing (pkg/local): kmod-dev-25-any Installing (pkg/local): libxau-1.0.8-i486 Installing (pkg/local): libxdmcp-1.1.2-i486 Installing (pkg/local): libxcb-1.13.1-i486 Installing (pkg/local): libx11-1.6.7-i486 Installing (pkg/local): dbus-1.12.18-i486 Installing (pkg/local): util-linux-smartcols-2.33.1-i486 Installing (pkg/local): util-linux-mount-2.33.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): util-linux-blkid-2.33.1-i486 Installing (pkg/local): eudev-3.2.9-i486 Installing (pkg/local): eudev-dev-3.2.9-any Installing (pkg/local): zlib-dev-1.2.11-any Extracting source archive "pciutils-3.5.6.tar.xz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed cd lib && ./configure Configuring libpci for your system... i386--linux 4.17.7-slitaz i386 linux Looking for access methods... sysfs proc i386-ports dump Checking for zlib support... yes (auto-detected) Checking for DNS support... yes (auto-detected) Checking for libkmod... yes (auto-detected) Checking for udev hwdb support... yes (auto-detected) Checking whether to build a shared library... yes (set manually) make -C lib all gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o lspci.o lspci.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-vpd.o ls-vpd.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-caps.o ls-caps.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-caps-vendor.o ls-caps-vendor.c make[1]: Entering directory '/home/slitaz/wok/pciutils/source/pciutils-3.5.6/lib' gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o init.o init.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o access.o access.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o generic.o generic.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o dump.o dump.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o names.o names.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o filter.o filter.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-ecaps.o ls-ecaps.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o names-hash.o names-hash.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o names-parse.o names-parse.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o names-net.o names-net.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o names-cache.o names-cache.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o names-hwdb.o names-hwdb.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o params.o params.c names-net.c: In function 'pci_id_net_lookup': names-net.c:191:26: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(dnsname, "%s.%s", name, domain); ^ In file included from /usr/include/stdio.h:873, from names-net.c:11: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o caps.o caps.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o sysfs.o sysfs.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o proc.o proc.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-kernel.o ls-kernel.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC -fvisibility=hidden -D_GLIBCXX_USE_C99_MATH=1 -c -o i386-ports.o i386-ports.c sed libpci.pc -e 's,@PREFIX@,/usr,' \ -e 's,@INCDIR@,/usr/include,' \ -e 's,@LIBDIR@,/usr/lib,' \ -e 's,@IDSDIR@,/usr/share/hwdata,' \ -e 's,@VERSION@,3.5.6,' \ -e 's,@LDLIBS@,,' gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-tree.o ls-tree.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o ls-map.o ls-map.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o common.o common.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o setpci.o setpci.c gcc -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -D_GLIBCXX_USE_C99_MATH=1 -c -o example.o example.c M=`echo 2017-11-17 | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed lspci.8 "s/@TODAY@/$M/;s/@VERSION@/pciutils-3.5.6/;s#@IDSDIR@#/usr/share/hwdata#" gcc -shared -Wl,-Os,--as-needed -Wl,-soname,libpci.so.3 -Wl,--version-script=libpci.ver -o libpci.so.3.5.6 init.o access.o generic.o dump.o names.o filter.o names-hash.o names-parse.o names-net.o names-cache.o names-hwdb.o params.o caps.o sysfs.o proc.o i386-ports.o -lz -lresolv -ludev M=`echo 2017-11-17 | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed setpci.8 "s/@TODAY@/$M/;s/@VERSION@/pciutils-3.5.6/;s#@IDSDIR@#/usr/share/hwdata#" M=`echo 2017-11-17 | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed pcilib.7 "s/@TODAY@/$M/;s/@VERSION@/pciutils-3.5.6/;s#@IDSDIR@#/usr/share/hwdata#" make[1]: Leaving directory '/home/slitaz/wok/pciutils/source/pciutils-3.5.6/lib' sed update-pciids "s@^DEST=.*@DEST=/usr/share/hwdata/pci.ids.gz@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=1@" M=`echo 2017-11-17 | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed update-pciids.8 "s/@TODAY@/$M/;s/@VERSION@/pciutils-3.5.6/;s#@IDSDIR@#/usr/share/hwdata#" gzip -9n pci.ids.gz chmod +x update-pciids gcc -Wl,-Os,--as-needed example.o lib/libpci.so.3.5.6 -o example gcc -Wl,-Os,--as-needed lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map.o common.o lib/libpci.so.3.5.6 -lkmod -o lspci gcc -Wl,-Os,--as-needed setpci.o common.o lib/libpci.so.3.5.6 -o setpci make -C lib all make[1]: Entering directory '/home/slitaz/wok/pciutils/source/pciutils-3.5.6/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/pciutils/source/pciutils-3.5.6/lib' install -d -m 755 /home/slitaz/wok/pciutils/install/usr/lib install -c -m 644 lib/libpci.so.3.5.6 /home/slitaz/wok/pciutils/install/usr/lib install -d -m 755 /home/slitaz/wok/pciutils/install/usr/bin /home/slitaz/wok/pciutils/install/usr/share/hwdata /home/slitaz/wok/pciutils/install/usr/share/man/man8 /home/slitaz/wok/pciutils/install/usr/share/man/man7 install -d -m 755 /home/slitaz/wok/pciutils/install/usr/include/pci /home/slitaz/wok/pciutils/install/usr/lib/pkgconfig install -c -m 755 -s lspci setpci /home/slitaz/wok/pciutils/install/usr/bin install -c -m 644 lib/config.h lib/header.h lib/pci.h lib/types.h /home/slitaz/wok/pciutils/install/usr/include/pci install -c -m 644 lib/libpci.pc /home/slitaz/wok/pciutils/install/usr/lib/pkgconfig ln -sf libpci.so.3 /home/slitaz/wok/pciutils/install/usr/lib/libpci.so install -c -m 755 update-pciids /home/slitaz/wok/pciutils/install/usr/bin install -c -m 644 pci.ids.gz /home/slitaz/wok/pciutils/install/usr/share/hwdata install -c -m 644 lspci.8 setpci.8 update-pciids.8 /home/slitaz/wok/pciutils/install/usr/share/man/man8 install -c -m 644 pcilib.7 /home/slitaz/wok/pciutils/install/usr/share/man/man7 ln -sf libpci.so.3.5.6 /home/slitaz/wok/pciutils/install/usr/lib/libpci.so.3 mode of '/home/slitaz/wok/pciutils/install/usr/lib/libpci.so.3.5.6' changed to 0755 (rwxr-xr-x) ================================================================================ Executing strip on all files... Done Time: 0.21s. Size: 180524 B -> 169672 B. Save: 11 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Recompressing gzip files... Done Time: 0.38s. Size: 254295 B -> 241019 B. Save: 13 KB. Cache hit: 1/1. Compressing man pages... Done Time: 0.15s. Size: 20673 B -> 8646 B. Save: 12 KB. Cache hit: 4/4. ================================================================================ Build dependencies to remove: 16 Removing: advancecomp-static dbus eudev eudev-dev kmod-dev libx11 libxau libxcb libxdmcp util-linux-blkid util-linux-mount util-linux-smartcols util-linux-uuid xz-dev xz-tools zlib-dev Pack: pciutils 3.5.6 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... Done Forced package architecture to i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "pciutils-3.5.6-i486.tazpkg" created Pack: pciutils-dev 3.5.6 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... Done Forced package architecture to i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "pciutils-dev-3.5.6-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/pciutils-3.5.6... Done Checking site script in source/pciutils-3.5.6... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: pciutils 3.5.6 ================================================================================ Src file : pciutils-3.5.6.tar.xz Src size : 328.0K Source dir : 3.0M Produced : 584.0K Cook time : 7s Cook date : 2022-07-22 16:08 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 212.0K : 60.6K : 5 : pciutils-3.5.6-i486.tazpkg 2 : 136.0K : 19.6K : 6 : pciutils-dev-3.5.6-i486.tazpkg ================================================================================