tar -xf 1.4.tar.gz autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:9: installing './compile' configure.ac:46: installing './config.guess' configure.ac:46: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:49: installing './missing' src/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' checking for gawk... gawk 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 whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for Judy1Next in -lJudy... yes checking for compress in -lz... yes checking for poptGetArg in -lpopt... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking Judy.h usability... yes checking Judy.h presence... yes checking for Judy.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for glib-2.0 >= 2.2.0... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for struct stat.st_rdev... yes checking for unistd.h... (cached) yes checking for working chown... yes checking whether lstat correctly handles trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for getdelim... yes checking for memset... yes checking for mkdir... yes checking for mkfifo... yes checking for putenv... yes checking for rmdir... yes checking for strchr... yes checking for strerror... yes checking for utime... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/win32/Makefile config.status: creating include/Makefile config.status: creating docs/Makefile config.status: creating tests/Makefile config.status: creating libspkg.pc config.status: creating config.h config.status: executing libtool commands config.status: executing depfiles commands checking for gawk... gawk 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 whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for Judy1Next in -lJudy... yes checking for compress in -lz... yes checking for poptGetArg in -lpopt... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking Judy.h usability... yes checking Judy.h presence... yes checking for Judy.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for glib-2.0 >= 2.2.0... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for struct stat.st_rdev... yes checking for unistd.h... (cached) yes checking for working chown... yes checking whether lstat correctly handles trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for getdelim... yes checking for memset... yes checking for mkdir... yes checking for mkfifo... yes checking for putenv... yes checking for rmdir... yes checking for strchr... yes checking for strerror... yes checking for utime... yes checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-slackware-linux-gnu file names to x86_64-slackware-linux-gnu format... func_convert_file_noop checking how to convert x86_64-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/win32/Makefile config.status: creating include/Makefile config.status: creating docs/Makefile config.status: creating tests/Makefile config.status: creating libspkg.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing libtool commands config.status: executing depfiles commands make all-recursive make[1] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » Making all in src make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » make[3] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » CC misc.o CC error.o CC sys.o CC path.o CC untgz.o CC pkgdb.o CC taction.o CC sigtrap.o CC message.o CC cmd-install.o CC cmd-remove.o CC cmd-upgrade.o CC cmd-list.o AR libspkg.a CC main.o CCLD spkg /usr/bin/ld: /usr/lib64/libglib-2.0.a(libglib_2_0_la-gutils.o): in function `g_get_user_database_entry': gutils.c:(.text+0x25d): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: gutils.c:(.text+0xb0): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: gutils.c:(.text+0xe8): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[3] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » Making all in include make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/include » make[2]: rien à faire pour « all ». make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/include » Making all in docs make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/docs » make[2]: rien à faire pour « all ». make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/docs » Making all in tests make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/tests » CC test-untgz.o CCLD test-untgz CC test-parsers.o CCLD test-parsers CC test-path.o CCLD test-path CC test-mkdir.o CCLD test-mkdir CC test-blacklist.o CCLD test-blacklist CC test-rm.o CCLD test-rm make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/tests » make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » make[1] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » Making install in src make[1] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » make[3] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » /usr/bin/mkdir -p '/storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/sbin' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c spkg '/storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/sbin' libtool: install: /usr/bin/ginstall -c spkg /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/sbin/spkg make[3]: rien à faire pour « install-data-am ». make[3] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » make[1] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/src » Making install in include make[1] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/include » make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/include » make[2]: rien à faire pour « install-exec-am ». make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/include » make[1] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/include » Making install in docs make[1] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/docs » make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/docs » make[2]: rien à faire pour « install-exec-am ». /usr/bin/mkdir -p '/storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/man/man8' /usr/bin/ginstall -c -m 644 spkg.8 '/storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/man/man8' make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/docs » make[1] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/docs » Making install in tests make[1] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/tests » make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/tests » make[2]: rien à faire pour « install-exec-am ». make[2]: rien à faire pour « install-data-am ». make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/tests » make[1] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4/tests » make[1] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » make[2] : on entre dans le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » make[2]: rien à faire pour « install-exec-am ». /usr/bin/mkdir -p '/storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/doc/spkg-1.4' /usr/bin/ginstall -c -m 644 COPYING INSTALL NEWS TODO README BENCHMARKS README.cs '/storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/doc/spkg-1.4' make[2] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » make[1] : on quitte le répertoire « /storage/repo/x86_64/slint-14.2.1/source/spkg/src/spkg-1.4 » /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg: total 12 drwxr-xr-x 2 root root 4096 janv. 31 23:03 install drwxr-xr-x 2 root root 4096 janv. 31 23:03 sbin drwxr-xr-x 5 root root 4096 janv. 31 23:03 usr /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/install: total 4 -rw-r--r-- 1 root root 187 janv. 31 23:03 slack-desc /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/sbin: total 1744 -rwxr-xr-x 1 root root 1782240 janv. 31 23:03 spkg /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr: total 12 drwxr-xr-x 3 root root 4096 janv. 31 23:03 doc drwxr-xr-x 3 root root 4096 janv. 31 23:03 man drwxr-xr-x 3 root root 4096 janv. 31 23:03 src /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 janv. 31 23:03 spkg-1.4 /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/doc/spkg-1.4: total 36 -rw-r--r-- 1 root root 1821 janv. 31 23:03 BENCHMARKS -rw-r--r-- 1 root root 1807 janv. 31 23:03 COPYING -rw-r--r-- 1 root root 866 janv. 31 23:03 INSTALL -rw-r--r-- 1 root root 12281 janv. 31 23:03 NEWS -rw-r--r-- 1 root root 1555 janv. 31 23:03 README -rw-r--r-- 1 root root 2307 janv. 31 23:03 README.cs -rw-r--r-- 1 root root 2569 janv. 31 23:03 TODO /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/man: total 4 drwxr-xr-x 2 root root 4096 janv. 31 23:03 man8 /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/man/man8: total 4 -rw-r--r-- 1 root root 1714 janv. 31 23:03 spkg.8.gz /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 janv. 31 23:03 spkg-1.4 /storage/repo/x86_64/slint-14.2.1/source/spkg/pkg/usr/src/spkg-1.4: total 4 -rw-r--r-- 1 root root 868 janv. 31 23:03 SLKBUILD Constructeur de paquets Slackware, version 3.141593. Recherche de liens symboliques : Aucun lien symbolique trouvé, donc nous ne créerons pas de script d'installation. Vous pouvez créer vos liens plus tard dans. /install/doinst.sh et reconstruire le paquet si vous le souhaitez. La prochaine étape est facultative - vous pouvez attribuer aux répertoires dans votre paquet des permissions saines. Cependant, si n'importe quel répertoire de votre paquet a des permissions spéciales vous ne devriez pas les réinitialiser ! Voulez-vous réinitialiser toutes les autorisations de répertoires à 755 (drwxr-xr-x) et les propriétaire des répertoires à root.root ([y]es, [n]o)? n Création du paquet Slackware : /storage/repo/x86_64/slint-14.2.1/source/spkg/spkg-1.4-x86_64-1slint.txz ./ sbin/ sbin/spkg usr/ usr/doc/ usr/doc/spkg-1.4/ usr/doc/spkg-1.4/README usr/doc/spkg-1.4/NEWS usr/doc/spkg-1.4/README.cs usr/doc/spkg-1.4/COPYING usr/doc/spkg-1.4/BENCHMARKS usr/doc/spkg-1.4/INSTALL usr/doc/spkg-1.4/TODO usr/src/ usr/src/spkg-1.4/ usr/src/spkg-1.4/SLKBUILD usr/man/ usr/man/man8/ usr/man/man8/spkg.8.gz install/ install/slack-desc Le paquet Slackware /storage/repo/x86_64/slint-14.2.1/source/spkg/spkg-1.4-x86_64-1slint.txz a été créé. Package has been built.