~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  csplit cut date dd df dir dircolors dirname du echo env expand expr
12
12
  factor false fmt fold groups head hostid hostname id install join kill
13
13
  link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
14
 
  nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir
15
 
  runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf
16
 
  sleep sort split stat stdbuf stty su sum sync tac tail tee test timeout
17
 
  touch tr true truncate tsort tty uname unexpand uniq unlink uptime users
18
 
  vdir wc who whoami yes
 
14
  nproc od paste pathchk pinky pr printenv printf ptx pwd readlink realpath
 
15
  rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred
 
16
  shuf sleep sort split stat stdbuf stty sum sync tac tail tee test
 
17
  timeout touch tr true truncate tsort tty uname unexpand uniq unlink
 
18
  uptime users vdir wc who whoami yes
19
19
 
20
20
See the file NEWS for a list of major changes in the current release.
21
21
 
134
134
all mention of "[$(EXEEXT)" from src/Makefile.
135
135
 
136
136
 
 
137
*************************************************
 
138
"make check" failure on IRIX 6.5 and Solaris <= 9
 
139
-------------------------------------------------
 
140
 
 
141
Using the vendor make program to run "make check" fails on these two systems.
 
142
If you want to run all of the tests there, use GNU make.
 
143
 
 
144
 
137
145
 
138
146
**********************
139
147
Running tests as root:
140
148
----------------------
141
149
 
142
150
If you run the tests as root, note that a few of them create files
143
 
and/or run programs as a non-root user, `nobody' by default.
 
151
and/or run programs as a non-root user, 'nobody' by default.
144
152
If you want to use some other non-root username, specify it via
145
153
the NON_ROOT_USERNAME environment variable.  Depending on the
146
154
permissions with which the working directories have been created,
147
 
using `nobody' may fail, because that user won't have the required
 
155
using 'nobody' may fail, because that user won't have the required
148
156
read and write access to the build and test directories.
149
157
I find that it is best to unpack and build as a non-privileged
150
158
user, and then to run the following command as that user in order
163
171
---------------
164
172
 
165
173
IMPORTANT: if you take the time to report a test failure,
166
 
please be sure to include the output of running `make check'
 
174
please be sure to include the output of running 'make check'
167
175
in verbose mode for each failing test.  For example,
168
176
if the test that fails is tests/misc/df, then you would
169
177
run this command:
171
179
  (cd tests && make check TESTS=misc/df VERBOSE=yes) >> log 2>&1
172
180
 
173
181
For some tests, you can get even more detail by adding DEBUG=yes.
174
 
Then include the contents of the file `log' in your bug report.
 
182
Then include the contents of the file 'log' in your bug report.
175
183
 
176
184
Send bug reports, questions, comments, etc. to bug-coreutils@gnu.org.
177
185
If you would like to suggest a patch, see the files README-hacking
215
223
longer works.  To make things work, you'll have to be using appropriate
216
224
versions of the tools listed in bootstrap.conf's buildreq string.
217
225
 
218
 
All of these programs except `test' recognize the `--version' option.
 
226
All of these programs except 'test' recognize the '--version' option.
219
227
When reporting bugs, please include in the subject line both the package
220
228
name/version and the name of the program for which you found a problem.
221
229
 
232
240
 
233
241
========================================================================
234
242
 
235
 
Copyright (C) 1998, 2002-2011 Free Software Foundation, Inc.
 
243
Copyright (C) 1998-2012 Free Software Foundation, Inc.
236
244
 
237
245
Permission is granted to copy, distribute and/or modify this document
238
246
under the terms of the GNU Free Documentation License, Version 1.3 or
239
247
any later version published by the Free Software Foundation; with no
240
248
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
241
 
Texts.  A copy of the license is included in the ``GNU Free
242
 
Documentation License'' file as part of this distribution.
 
249
Texts.  A copy of the license is included in the "GNU Free
 
250
Documentation License" file as part of this distribution.