/home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o langinfo.o langinfo.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o parameter.o parameter.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o termcap.o termcap.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o terminfo.o terminfo.c make[5]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[5]: `complete.mdh' is up to date. make[5]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zutil.o zutil.c make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o compctl.o compctl.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o complete.o complete.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o compcore.o compcore.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o compmatch.o compmatch.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o compresult.o compresult.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o complist.o complist.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o computil.o computil.c ( \ echo '/** widgets.list **/'; \ echo '/** widget structures for the internal widgets **/'; \ echo; \ echo '/* format: W(ZLE_FLAGS, t_firstname, functionname) */'; \ echo; \ sed -e 's/#.*//; /^$/d; s/-//g' \ -e 's/^"\(.*\)" *, *\([^ ]*\) *, *\(.*\)/W(\3, t_\1, \2)/' \ < ./iwidgets.list; \ ) > widgets.list ( \ echo '/** zle_widget.h **/'; \ echo '/** indices of and pointers to internal widgets **/'; \ echo; \ echo 'enum {'; \ sed -n -f ./zle_widget.sed < widgets.list; \ echo ' ZLE_BUILTIN_WIDGET_COUNT'; \ echo '};'; \ ) > zle_widget.h /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_bindings.o zle_bindings.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_hist.o zle_hist.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_keymap.o zle_keymap.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_main.o zle_main.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_misc.o zle_misc.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_move.o zle_move.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_params.o zle_params.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_refresh.o zle_refresh.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_thingy.o zle_thingy.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_tricky.o zle_tricky.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_utils.o zle_utils.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_vi.o zle_vi.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zle_word.o zle_word.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o textobjects.o textobjects.c /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zleparameter.o zleparameter.c make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' Updated `stamp-modobjs'. make[3]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' mawk -f ../Src/makepro.awk main.c Src > main.syms (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < main.syms) \ > main.epro (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < main.syms) \ > `echo main.epro | sed 's/\.epro$/.pro/'` /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../Src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o main.o ./main.c make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' rm -f zsh /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -rdynamic -o zsh main.o `cat stamp-modobjs` -L/home/test/autobuild/run/instance-3/output/host/nios2-buildroot-linux-gnu/sysroot/usr/lib -lpcre -lcap -ldl -lncurses -lrt -lm -lc utils.o: In function `gettempname': utils.c:(.text+0x36c8): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[2]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Doc' make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5' >>> zsh 5.5 Installing to target PATH="/home/test/autobuild/run/instance-3/output/host/bin:/home/test/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-3/output/target install -C /home/test/autobuild/run/instance-3/output/build/zsh-5.5/ make[1]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5' make[2]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[5]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[5]: `complete.mdh' is up to date. make[5]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' rm -f stamp-modobjs.tmp make[3]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -c -I. -I../Src -I../Src -I../Src/Zle -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o params.o params.c make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[5]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[5]: `complete.mdh' is up to date. make[5]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' Updated `stamp-modobjs'. rm -f zsh /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-gcc -rdynamic -o zsh main.o `cat stamp-modobjs` -L/home/test/autobuild/run/instance-3/output/host/nios2-buildroot-linux-gnu/sysroot/usr/lib -lpcre -lcap -ldl -lncurses -lrt -lm -lc utils.o: In function `gettempname': utils.c:(.text+0x36c8): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' /bin/sh ../mkinstalldirs /home/test/autobuild/run/instance-3/output/target/bin /usr/bin/install -c zsh /home/test/autobuild/run/instance-3/output/target/bin/zsh-5.5 if test -f /home/test/autobuild/run/instance-3/output/target/bin/zsh; then \ rm -f /home/test/autobuild/run/instance-3/output/target/bin/zsh.old; \ ln /home/test/autobuild/run/instance-3/output/target/bin/zsh /home/test/autobuild/run/instance-3/output/target/bin/zsh.old; \ else :; fi rm -f /home/test/autobuild/run/instance-3/output/target/bin/zsh.new ln /home/test/autobuild/run/instance-3/output/target/bin/zsh-5.5 /home/test/autobuild/run/instance-3/output/target/bin/zsh.new mv /home/test/autobuild/run/instance-3/output/target/bin/zsh.new /home/test/autobuild/run/instance-3/output/target/bin/zsh make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[2]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Builtins' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Modules' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src/Zle' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Src' if test x/usr/share/zsh/5.5/functions != x && test x/usr/share/zsh/5.5/functions != xno; then \ test x/usr/share/zsh/site-functions != xno && \ /bin/sh ./mkinstalldirs /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/site-functions; \ sdir_top="." fndir="/usr/share/zsh/5.5/functions" dir_top="." \ scriptdir="/usr/share/zsh/5.5/scripts" runhelpdir="/usr/share/zsh/5.5/help" \ FUNCTIONS_SUBDIRS="no" \ INSTALL_DATA="/usr/bin/install -c -m 644" \ INSTALL_PROGRAM="/usr/bin/install -c" \ DESTDIR="/home/test/autobuild/run/instance-3/output/target" VERSION="5.5" \ /bin/sh ./Config/installfns.sh || exit 1; \ fi; \ exit 0 mkdir -m 755 -p -- /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/site-functions mkdir -m 755 -p -- /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/5.5/functions make[2]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Doc' /bin/sh ../mkinstalldirs /home/test/autobuild/run/instance-3/output/target/usr/share/man/man1 for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1 zshall.1; do \ test -s ./$file || exit 1; \ /usr/bin/install -c -m 644 ./$file /home/test/autobuild/run/instance-3/output/target/usr/share/man/man1/`echo $file | sed 's|zsh|zsh|'` || exit 1; \ done make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Doc' make[2]: Entering directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Doc' if test x"/usr/share/zsh/5.5/help" != x""; then \ /bin/sh ../mkinstalldirs /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/5.5/help; \ /usr/bin/install -c -m 644 ./help/* /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/5.5/help; \ while read from to; do \ rm -f /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/5.5/help/$to || : ; \ ln -s $from /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/5.5/help/$to; \ done < ./help.txt; \ fi mkdir -m 755 -p -- /home/test/autobuild/run/instance-3/output/target/usr/share/zsh/5.5/help make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5/Doc' make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output/build/zsh-5.5' rm -f /home/test/autobuild/run/instance-3/output/target/bin/zsh-5.5 >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/test/autobuild/run/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'diffutils', u'gmp'] ./support/scripts/check-uniq-files -t staging /home/test/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib05_pop3_migration_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib05_mail_crypt_acl_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_charset_alias_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_push_notification_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib05_snarf_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libsigsegv.la" is touched by more than one package: [u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib02_lazy_expunge_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib21_fts_squat_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_mailbox_alias_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_listescape_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-login.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-fts.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib10_mail_filter_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/auth/libauthdb_imap.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-compression.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/libfs_crypt.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_autocreate_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_virtual_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib11_trash_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/old-stats/libold_stats_mail.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-dsync.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/libfs_mail_crypt.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_quota_clone_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_replication_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-sql.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdcrypt_openssl.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_notify_status_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib30_imap_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib11_imap_quota_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libeXosip2.la" is touched by more than one package: [u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/libfs_compress.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_fts_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-storage.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib02_imap_acl_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_mail_log_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libstrophe.la" is touched by more than one package: [u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib10_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/old-stats/libstats_auth.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib01_acl_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib15_notify_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnetfilter_cttimeout.la" is touched by more than one package: [u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/libssl_iostream_openssl.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib99_welcome_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdovecot-lda.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib20_expire_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib95_imap_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libopusenc.la" is touched by more than one package: [u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib90_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib10_quota_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/dovecot/lib10_last_login_plugin.la" is touched by more than one package: [u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'gpm', u'ncurses', u'libcap', u'libzlib', u'libopenssl', u'dovecot', u'pcre', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'libpcap', u'libmnl', u'libbsd', u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libosip2', u'libeXosip2', u'libestr', u'libhdhomerun', u'libhttpparser', u'libnetfilter_cttimeout', u'opus', u'libopusenc', u'libsrtp', u'util-linux', u'libpjsip', u'libpng', u'libsigsegv', u'libxml2', u'libstrophe', u'openjpeg', u'trousers'] ./support/scripts/check-uniq-files -t host /home/test/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] mkdir -p /home/test/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-3/output/target/bin/sh grep -qsE '^/bin/zsh$' /home/test/autobuild/run/instance-3/output/target/etc/shells || echo "/bin/zsh" >> /home/test/autobuild/run/instance-3/output/target/etc/shells rm -f /home/test/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-3/output/target/usr/include /home/test/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-3/output/target/usr/lib/cmake /home/test/autobuild/run/instance-3/output/target/usr/share/cmake find /home/test/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-3/output/target/lib/ /home/test/autobuild/run/instance-3/output/target/usr/lib/ /home/test/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-3/output/target/usr/man /home/test/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-3/output/target/usr/info /home/test/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-3/output/target/usr/doc /home/test/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-3/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/test/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-rc2-00044-gf0f680d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-rc2\"" \ ) > /home/test/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/test/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/test/autobuild/run/instance-3/buildroot' make: Entering directory `/home/test/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.08-rc2-00044-gf0f680d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4d Collecting legal info >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> bmon 4.0 Collecting legal info ERROR: No hash found for LICENSE.BSD ERROR: No hash found for LICENSE.MIT >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> gpm 1.20.7 Collecting legal info ERROR: No hash found for COPYING >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> bwm-ng f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef Collecting legal info ERROR: No hash found for COPYING >>> ccrypt 1.10 Collecting legal info ERROR: No hash found for COPYING >>> dialog 1.3-20170509 Collecting legal info ERROR: No hash found for COPYING >>> diffutils 3.6 Collecting legal info ERROR: No hash found for COPYING >>> dovecot 2.3.2.1 Collecting legal info COPYING: OK (sha256: a363b132e494f662d98c820d1481297e6ae72f194c2c91b6c39e1518b86240a8) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> empty 0.6.20b Collecting legal info ERROR: No hash found for COPYRIGHT >>> espeak 1.48.04 Collecting legal info ERROR: No hash found for License.txt >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> git-crypt 0.5.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for parse_options.hpp >>> git 2.16.4 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.5.19 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> iproute2 4.17.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libbsd 0.9.1 Collecting legal info COPYING: OK (sha256: df6d8e1b5b3a5b06376c658c8ad3afc82687f1c0e0404cec4738ad14b2675708) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libeXosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libhdhomerun 20180327 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libhttpparser v2.8.1 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.1.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.2.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpjsip 2.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libsigsegv 2.12 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libstrophe 0.9.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-zigbee v0.3.1 Collecting legal info WARNING: no hash file for COPYING >>> netcat-openbsd debian_1.190-1 Collecting legal info debian/copyright: OK (sha256: e2e86d58c38f044a49f51e45515747585db58a2305419c73323eaad88fcaef5c) >>> obsidian-cursors 1.0 Collecting legal info >>> openjpeg 2.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> openswan 2.6.50 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sconeserver d659468cd164e6a6cc12932cc6780566b04f8328 Collecting legal info ERROR: No hash found for COPYING >>> statserial 1.1 Collecting legal info ERROR: No hash found for COPYING >>> taskd 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> trousers 0.3.13 Collecting legal info ERROR: No hash found for LICENSE >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> ux500-firmware 1.1.3-6 Collecting legal info ERROR: No hash found for license.txt >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Collecting legal info ERROR: No hash found for LICENCE >>> zsh 5.5 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-3/buildroot'