Bug#366469: marked as done (grep -i segfaults matching a binary file in zh_CN.GBK locale)

2007-04-23 Thread Xin Liu
On Mon, May 08, 2006 at 03:42:38PM -0700, Xin Liu wrote: Package: grep Version: 2.5.1.ds2-4 When the locale is zh_CN.GBK, grep -i would produce segment fault with binary files. For instance: *** [EMAIL PROTECTED]:~/tmp/tmp$ grep -i readline /bin/bash Segmentation fault

Bug#391328: bug report: ethtool.h broken

2006-10-05 Thread Xin Liu
Package: linux-kernel-headers Version: 2.6.18-1 ethtool.h makes use of types like __u32 but does not include linux/types.h. The consequence is that some software that includes linux/ethtool.h but not linux/types.h, such as xorp-1.3, does not compile. Best Regards, LIU Xin -- To UNSUBSCRIBE,

Bug#391115: While upgrading to 2.86.ds1-31 mount error and exit status 32

2006-10-05 Thread Xin Liu
I also met this error. I'm using the debian package linux-image-2.6.18-1-686 with version 2.6.18-2. The output of the command grep -E -qs tmpfs\$ /proc/filesystems is nothing. Best Regards, Xin Liu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#367452: encodings.dir Wrong

2006-05-15 Thread Xin Liu
Package: xfonts-encodings Version: 1:1.0.0-3 In encodings.dir, encodingslarge should be encodings/large. The patch is: *** --- debian/rules.orig 2006-05-15 19:41:18.0 -0700 +++ debian/rules2006-05-15 19:41:27.0 -0700 @@ -40,7 +40,7 @@ cd

Bug#366469: Segment Fault of grep

2006-05-08 Thread Xin Liu
Package: grep Version: 2.5.1.ds2-4 When the locale is zh_CN.GBK, grep -i would produce segment fault with binary files. For instance: *** [EMAIL PROTECTED]:~/tmp/tmp$ grep -i readline /bin/bash Segmentation fault *** Best Regards, LIU Xin

Bug#366098: Encoding Directory Wrong

2006-05-05 Thread Xin Liu
Package: libfontenc1 Version: 1:1.0.1-5 The encodingdir specified in the rules file is wrong, so that libfontenc1 can not find encoding files provided by xfonts-encodings. In debian/rules, the wrong value is: --with-encodingsdir=\$${datadir}/fonts/X11/fonts/encodings And the correct value

Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-20 Thread Xin Liu
I checked libfontenc1-1.0.1-5, and it is still incorrect... The line in it is: --with-encodingsdir=\$${datadir}/fonts/X11/fonts/encodings This is still wrong... On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote: On Sat, Apr 15, 2006 at 04:34:55PM -0700, Xin Liu wrote: There is a typo

Bug#362719: broken dependence: xserver-xorg-input-all

2006-04-15 Thread Xin Liu
Package: xserver-xorg-input-all Version: 1:7.0.11 This package is supposed to be dependent on all the xserver-xorg-input-* packages, so that installing this package would install them all. However, the dependence information is missing in this package. Best Regards, LIU Xin

Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
Package: xfonts-encodings Version: 1:1.0.0-2 This package installs all the encoding files into /usr/share/fonts/X11/encodings/, while the Xorg system ( I don't know which particular package ) still looks for the encoding files in the old location /usr/X11R6/lib/X11/fonts/encodings/. The result,

Bug#362720: Broken Dependence: xserver-xorg-video-all

2006-04-15 Thread Xin Liu
Package: xserver-xorg-video-all Version: 1:7.0.11 This package is supposed to be dependent on all the xserver-xorg-video-* packages, while it is actually not. Best Regards, LIU Xin

Bug#362815: Conflict between x11-common and xlockmore

2006-04-15 Thread Xin Liu
Package: x11-common Version: 1:7.0.11 x11-common conflicts with xlockmore, but it seems that xlockmore runs happily together with the new X build. Without xlockmore I can't lock my computer in an open lab...

Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote: On Sat, Apr 15, 2006 at 01:53:53AM -0700, Xin Liu wrote: This package installs all the encoding files into /usr/share/fonts/X11/encodings/, while the Xorg system ( I don't know which particular package ) still looks for the encoding files

Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
I confirmed that the new libfontenc1-1.0.1-3 does not work. I think the option should be: --with-encodingsdir=${datadir}/fonts/X11/encodings Best Regards, LIU Xin On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote: On Sat, Apr 15, 2006 at 01:53:53AM -0700, Xin Liu wrote: This package installs

Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
There is a typo in the rules file. Actually this should be: --with-encodingsdir=\$${datadir}/fonts/X11/encodings On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote: On Sat, Apr 15, 2006 at 04:08:34PM -0700, Xin Liu wrote: I confirmed that the new libfontenc1-1.0.1-3 does not work. I think

Bug#340109: Bug Report on dhclient-script

2005-11-20 Thread Xin Liu
Package: dhcp-client Version: 2.0pl5-19.2 In /etc/dhclient-script, the following line: relmajor=`echo $relmajor | sed 's/^[0-9]*\.\([0-9]*\)\..*/\1/'` should be: relmajor=`echo $release | sed 's/^[0-9]*\.\([0-9]*\)\..*/\1/'` Best Regards, LIU Xin

Bug#339831: Bug Report on hwclock.sh

2005-11-18 Thread Xin Liu
Package: util-linux Version: 2.12p-8 In hwclock.sh, there are a number of mis-spellings: HWCLOCPARS should be HWCLOCKPARS. The consequence is that setting the variable HWCLOCKPARS becomes useless. Best Regards, LIU Xin