On Tue, 05 May 2015 11:26:54 +0200 Andreas Schwab wrote:
[ 116s] Preparing packages for installation... [ 116s] info-5.2-89.1 [ 117s] install-info: No such file or directory for /usr/share/info/info-stnd.info.gz
Obviously, this error message is printed by install-info. You need to find out why /usr/share/info/info-stnd.info.gz wasn't packaged.
I have the same issue in a Factory repository (not an error, a warning). [ 151s] install-info: No such file or directory for /usr/share/info/gnubik.info.gz [ 151s] warning: %postun(gnubik-2.4.2-1.1.i586) scriptlet failed, exit status 1 https://build.opensuse.org/package/live_build_log/games/gnubik/openSUSE_Fact... "gnubik.info.gz" is packaged: % rpm -ql gnubik | grep info /usr/share/info/gnubik.info.gz Investigating the "%install_info" macro I see: % rpm -E %install_info ALL_ARGS=() NUM_ARGS=${#ALL_ARGS[@]} if test -x /sbin/install-info ; then if test -e "${ALL_ARGS[$((NUM_ARGS-1))]}" ; then /sbin/install-info "${ALL_ARGS[@]}" fi fi ; Is "abuild" allowed to run anything from the '/sbin' directory? If not, then better change to '/usr/bin/install-info'. % whereis -b install-info install-info: /usr/bin/install-info /sbin/install-info -- WBR Kyrill