BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001080 [BusyBox] Standards Compliance major always 11-03-06 13:27 11-21-06 02:21
Reporter aldleonm View Status public  
Assigned To BusyBox
Priority normal Resolution won't fix  
Status closed   Product Version 1.2.x
Summary 0001080: 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

Additional Information Im running on Slackware-11
Attached Files  config-1.2.2.1 [^] (15,169 bytes) 11-03-06 13:27

- Relationships

- Notes
(0001728)
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
11-21-06 02:21 vda Resolution open => won't fix


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker