tar -xf murrine-0.98.2.tar.xz 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 whether make sets $(MAKE)... (cached) 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 grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/x86_64-slackware-linux/bin/ld checking if the linker (/usr/x86_64-slackware-linux/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 whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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/x86_64-slackware-linux/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 mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -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 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/x86_64-slackware-linux/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... no checking whether NLS is requested... yes checking for intltool >= 0.37.1... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.22.2 checking for XML::Parser... ok checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for pixman... yes configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating schema/Makefile config.status: creating schema/murrine.xml.in config.status: creating murrine.pc config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands Now type 'make' to compile murrine. Making all in schema make[1] : on entre dans le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2/schema » LC_ALL=C /usr/bin/intltool-merge -x -u -c ../po/.intltool-merge-cache ../po murrine.xml.in murrine.xml Generating and caching the translation database Merging translations into murrine.xml. CREATED murrine.xml make[1] : on quitte le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2/schema » make[1] : on entre dans le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2 » CC animation.lo CC cairo-support.lo CC support.lo CC murrine_rc_style.lo CC murrine_style.lo ./src/murrine_style.c: In function 'murrine_set_widget_parameters': ./src/murrine_style.c:133:23: warning: implicit declaration of function 'murrine_widget_is_ltr' [-Wimplicit-function-declaration] params->ltr = murrine_widget_is_ltr ((GtkWidget*)widget); ^ In file included from ./src/murrine_style.c:30:0: ./src/support.h:79:50: warning: implicit declaration of function 'murrine_object_is_a' [-Wimplicit-function-declaration] #define MRN_IS_PROGRESS_BAR(object) ((object) && murrine_object_is_a ((GObject*)(object), "GtkProgressBar")) ^ ./src/murrine_style.c:174:28: note: in expansion of macro 'MRN_IS_PROGRESS_BAR' if (params->prelight && !MRN_IS_PROGRESS_BAR(widget)) //progressbar is prelight, no change in shade ^ CC murrine_theme_main.lo ./src/murrine_theme_main.c: In function 'theme_init': ./src/murrine_theme_main.c:31:2: warning: implicit declaration of function 'murrine_rc_style_register_types' [-Wimplicit-function-declaration] murrine_rc_style_register_types (module); ^ ./src/murrine_theme_main.c:32:2: warning: implicit declaration of function 'murrine_style_register_types' [-Wimplicit-function-declaration] murrine_style_register_types (module); ^ CC murrine_draw.lo CC murrine_draw_rgba.lo CC exponential-blur.lo CC gaussian-blur.lo CC raico-blur.lo CC stack-blur.lo CCLD libmurrine.la make[1] : on quitte le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2 » Making install in schema make[1] : on entre dans le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2/schema » make[2] : on entre dans le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2/schema » make[2]: rien à faire pour « install-exec-am ». test -z "/usr/share/gtk-engines" || /usr/bin/mkdir -p "/old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/share/gtk-engines" /usr/bin/ginstall -c -m 644 murrine.xml '/old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/share/gtk-engines' make[2] : on quitte le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2/schema » make[1] : on quitte le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2/schema » make[1] : on entre dans le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2 » make[2] : on entre dans le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2 » make[2]: rien à faire pour « install-exec-am ». test -z "/usr/lib64/gtk-2.0/2.10.0/engines" || /usr/bin/mkdir -p "/old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0/2.10.0/engines" /bin/sh ./libtool --mode=install /usr/bin/ginstall -c libmurrine.la '/old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0/2.10.0/engines' libtool: install: /usr/bin/ginstall -c .libs/libmurrine.so /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0/2.10.0/engines/libmurrine.so libtool: install: /usr/bin/ginstall -c .libs/libmurrine.lai /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0/2.10.0/engines/libmurrine.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/gtk-2.0/2.10.0/engines' make[2] : on quitte le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2 » make[1] : on quitte le répertoire « /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/src/murrine-0.98.2 » /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg: total 8 drwxr-xr-x 2 root root 4096 déc. 13 19:06 install drwxr-xr-x 6 root root 4096 déc. 13 19:06 usr /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/install: total 4 -rw-r--r-- 1 root root 351 déc. 13 19:06 slack-desc /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr: total 16 drwxr-xr-x 3 root root 4096 déc. 13 19:06 doc drwxr-xr-x 3 root root 4096 déc. 13 19:06 lib64 drwxr-xr-x 3 root root 4096 déc. 13 19:06 share drwxr-xr-x 3 root root 4096 déc. 13 19:06 src /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 déc. 13 19:06 murrine-0.98.2 /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/doc/murrine-0.98.2: total 96 -rw-r--r-- 1 root root 398 déc. 13 19:06 AUTHORS -rw-r--r-- 1 root root 7639 déc. 13 19:06 COPYING -rw-r--r-- 1 root root 54041 déc. 13 19:06 ChangeLog -rw-r--r-- 1 root root 9498 déc. 13 19:06 INSTALL -rw-r--r-- 1 root root 6980 déc. 13 19:06 NEWS -rw-r--r-- 1 root root 273 déc. 13 19:06 README -rw-r--r-- 1 root root 163 déc. 13 19:06 TODO /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64: total 4 drwxr-xr-x 3 root root 4096 déc. 13 19:06 gtk-2.0 /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0: total 4 drwxr-xr-x 3 root root 4096 déc. 13 19:06 2.10.0 /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0/2.10.0: total 4 drwxr-xr-x 2 root root 4096 déc. 13 19:06 engines /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/lib64/gtk-2.0/2.10.0/engines: total 196 -rwxr-xr-x 1 root root 200336 déc. 13 19:06 libmurrine.so /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/share: total 4 drwxr-xr-x 2 root root 4096 déc. 13 19:06 gtk-engines /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/share/gtk-engines: total 64 -rw-r--r-- 1 root root 63967 déc. 13 19:06 murrine.xml /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 déc. 13 19:06 murrine-0.98.2 /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/pkg/usr/src/murrine-0.98.2: total 4 -rw-r--r-- 1 root root 1039 déc. 13 19:06 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 : /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/murrine-0.98.2-x86_64-1slint.txz ./ usr/ usr/lib64/ usr/lib64/gtk-2.0/ usr/lib64/gtk-2.0/2.10.0/ usr/lib64/gtk-2.0/2.10.0/engines/ usr/lib64/gtk-2.0/2.10.0/engines/libmurrine.so usr/share/ usr/share/gtk-engines/ usr/share/gtk-engines/murrine.xml usr/doc/ usr/doc/murrine-0.98.2/ usr/doc/murrine-0.98.2/AUTHORS usr/doc/murrine-0.98.2/NEWS usr/doc/murrine-0.98.2/INSTALL usr/doc/murrine-0.98.2/README usr/doc/murrine-0.98.2/TODO usr/doc/murrine-0.98.2/COPYING usr/doc/murrine-0.98.2/ChangeLog usr/src/ usr/src/murrine-0.98.2/ usr/src/murrine-0.98.2/SLKBUILD install/ install/slack-desc Le paquet Slackware /old/home/didier/Slint/repo/x86_64/slint-testing/source/murrine/murrine-0.98.2-x86_64-1slint.txz a été créé. Package has been built. Cleaning pkg and src directories