Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 449512 - Bash doesn't put broken symlinks in wildcard expansions anymore
Summary: Bash doesn't put broken symlinks in wildcard expansions anymore
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Roman Rakus
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 449616 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-02 20:09 UTC by Tomas Mraz
Modified: 2018-04-11 14:35 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-03 20:11:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tomas Mraz 2008-06-02 20:09:00 UTC
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.

Comment 1 Tomas Mraz 2008-06-02 20:14:09 UTC
testcase:

mkdir bashtest
ln -s foo bashtest/bar
ls bashtest/*

The ls should output:
bashtest/bar


Comment 2 Tomas Mraz 2008-06-03 07:05:52 UTC
*** Bug 449616 has been marked as a duplicate of this bug. ***

Comment 3 Roman Rakus 2008-06-03 10:02:56 UTC
Reverted back. Don't use posix glob library.

Comment 4 Tomas Mraz 2008-06-03 20:11:11 UTC
OpenSSL builds OK now.



Note You need to log in before you can comment on or make changes to this bug.