baselayout-1.12.11.1 The file is /lib64/rcscripts/awk/functions.awk, but following scripts look for /lib/rcscripts/awk/functions.awk (seem to have it hardcoded in the package source): /etc/init.d/depscan.sh /sbin/depscan.sh /sbin/env-update.sh Result: calling the /etc/init.d scripts fails. Reproducible: Always Steps to Reproduce: 1. install the package on amd64 system (64-bit) 2. call some init script with (start|stop|restart|status) (apache in my case) Actual Results: gawk: fatal: can't open source file `/lib/rcscripts/awk/functions.awk' for reading (No such file or directory) + some more error messages (I have fixed my installation already, cannot see them anymore) Expected Results: Init scripts working Seems to work OK after fixing following files: /etc/init.d/depscan.sh /sbin/depscan.sh /sbin/env-update.sh
Please post your "emerge --info".
Created attachment 184058 [details] emerge --info
$ qfile /lib/rcscripts/awk/functions.awk sys-apps/baselayout (/lib/rcscripts/awk/functions.awk)
shouldnt be a big problem since /lib is symlinked to /lib64 http://sources.gentoo.org/baselayout/branches/baselayout-1_12/sbin/depscan.sh?r1=3149&r2=3150