It seems that bash doesn't put broken symlinks in wildcard expansions anymore in rawhide. This causes for example build failure of OpenSSL. This problem was introduced probably with this change: * Wed May 28 2008 Roman Rakus - 3.2-24 - #217359 - use posix glob library Please revert this change or fix the USE_POSIX_GLOB_LIBRARY code.
testcase: mkdir bashtest ln -s foo bashtest/bar ls bashtest/* The ls should output: bashtest/bar
*** Bug 449616 has been marked as a duplicate of this bug. ***
Reverted back. Don't use posix glob library.
OpenSSL builds OK now.