better port of euidaccess.c to Solaris

2004-07-27 Thread Paul Eggert
I installed this to improve the port of euidaccess.c to Solaris. This lets setuid coreutils apps run without using setreuid to flip their uids back and forth. 2004-07-27 Paul Eggert <[EMAIL PROTECTED]> * lib/euidaccess.c [HAVE_LIBGEN_H]: Include , for eaccess on Solaris and SVR

Re: "cut" does not work on multiple files.

2004-07-27 Thread Paul Eggert
[EMAIL PROTECTED] writes: > ... (coreutils) 4.5.3 ... > % cut \226d\224 \223 \226f1 /etc/hosts /etc/hosts It looks like there is a character-set problem of some sort with your email client. The bytes I've written "\226" etc above were actually single bytes in your message as received here: its C

Re: 'install' and package management

2004-07-27 Thread Paul Eggert
Mario Salzer <[EMAIL PROTECTED]> writes: > What's the purpose of that install utility anyhow? Having a look at > the man page makes it look like just a more fancy 'cp' variant (even > if it has in fact less options and features). Yes, that's pretty much it. (It has a few extra features, too. :-

'install' and package management

2004-07-27 Thread Mario Salzer
What's the purpose of that install utility anyhow? Having a look at the man page makes it look like just a more fancy 'cp' variant (even if it has in fact less options and features). Since it is nowadays mainly used from within those ugly autoconf- generated Makefiles (make install) - wouldn't it

Re: "cut" does not work on multiple files.

2004-07-27 Thread mboman
BTW: this was found running on x86-64: Linux version 2.4.21-4.ELsmp ([EMAIL PROTECTED]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)) #1 SMP Fri Oct 3 17:32:58 EDT 2003 All my other platforms (ia32 linux, ia64 linux, hp, and sun) do the expected. Thanks, Matt ___

"cut" does not work on multiple files.

2004-07-27 Thread mboman
Hi. I’m using “cut (coreutils) 4.5.3” and it has a problem working on multiple files. A simple test case is: % cut –d” “ –f1 /etc/hosts /etc/hosts I would expect both files to be processed, and have results from both. I only get results from the first. Thanks, Matt

cycle-check integer overflow fix for coreutils

2004-07-27 Thread Paul Eggert
I installed this fix to handle counter overflow better in cycle-check. (At least, I hope it's better: perhaps someone who understands the algorithm deeply can suggest a better fix. :-) 2004-07-27 Paul Eggert <[EMAIL PROTECTED]> cycle-check integer overflow fixup. * cycle-check

coreutils readlink test case port to Solaris

2004-07-27 Thread Paul Eggert
I installed this patch to work around a portability problem with CVS coreutils and Solaris 8. 2004-07-27 Paul Eggert <[EMAIL PROTECTED]> * tests/readlink/can-e: Don't assume that we can remove the working directory: this isn't possible under Solaris 8, say. * tests/readl

coreutils fix to remove arbitrary limits from backupfile names

2004-07-27 Thread Paul Eggert
coreutils gets confused when file names have long backup extensions, due to integer overflow problems. For example: $ touch foo bar bar.~2147483647~ $ cp --backup=numbered foo bar $ ls bar bar.~2147483647~ bar.~-2147483648~ foo You can get some really interesting symptoms by using

bug-coreutils

2004-07-27 Thread Mariusz Ustyjanczuk
Hi. I was trying to install coreutils and everything was ok until i type 'make check'. I got error: make[3]: Entering directory `/root/coreutils-5.2.1/tests/chmod' out exp differ: char 8, line 1 1c1 < chmod: getting attributes of `d/no-x/y': Permission denied --- > chmod: `d/no-x': Permission deni