Article 5R94V Bug on new aaa_libraries.SlackBuild

Bug on new aaa_libraries.SlackBuild

by
lucabon
from LinuxQuestions.org on (#5R94V)
Hello,

in the new (Oct 26th) -current aaa_libraries.SlackBuild, it seems there is a bug when checking for library existence:

# OLD CHECK:
[ ! -e $library ] && exit 0

# NEW CHECK:
if [ ! -e $library ]; then
echo "WARNING: $library not found"
sleep 10
fi

I think an "exit 0" is missing after "sleep 10". If a library does not exist (such as libhistory.6 or libhistory.7 if build from scratch), it starts to copy the whole /usr/lib64 directory into "package-aaa_libraries"....

Lucalatest?d=yIl2AUoC8zA latest?i=IBqYn4HjWwU:u833srn6iT4:F7zBnMy latest?i=IBqYn4HjWwU:u833srn6iT4:V_sGLiP latest?d=qj6IDK7rITs latest?i=IBqYn4HjWwU:u833srn6iT4:gIN9vFwIBqYn4HjWwU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments