[BusyBox 0001080]: ls /dir/files* | grep -v k --- where k is not present on any file, it dosent report

bugs at busybox.net bugs at busybox.net
Tue Nov 21 10:21:36 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1080 
====================================================================== 
Reported By:                aldleonm
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1080
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             11-03-2006 13:27 PST
Last Modified:              11-21-2006 02:21 PST
====================================================================== 
Summary:                    ls /dir/files* | grep -v k    --- where k is not
present on any file, it dosent report
Description: 
Was using 1.2.1 .. no problems of that kind.
Upgraded to 1.2.2, also tried 1.2.2.1 ... the same error

# ls /dir/
file.a
file.b
file.c

# ls /dir/file.*|grep -v k
#
NOTHING !!

------------
I think is 'ls' that is somewhat broken.

------------
( inside a normal unix )
# ./busybox ls 
file1 file2 file3 filea fileb
# ./busybox ls | wc -c 
0
# ./busybox ls | ./busybox wc -c
0
#

the same, nothing


====================================================================== 

---------------------------------------------------------------------- 
 vda - 11-03-06 17:32  
---------------------------------------------------------------------- 
CONFIG_STATIC=y

It's interesting how you managed to slip past applets.c

#if ENABLE_STATIC && defined(__GLIBC__)
#warning Static linking against glibc produces buggy executables
#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
#warning Note that glibc is utterly unsuitable for static linking anyway.
#endif

in the 1.2.2.1... 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-03-06 13:27  aldleonm       New Issue                                    
11-03-06 13:27  aldleonm       Status                   new => assigned     
11-03-06 13:27  aldleonm       Assigned To               => BusyBox         
11-03-06 13:27  aldleonm       File Added: config-1.2.2.1                    
11-03-06 17:32  vda            Note Added: 0001728                          
11-21-06 02:21  vda            Status                   assigned => closed  
======================================================================




More information about the busybox-cvs mailing list