Package Details: coreutils-icp 8.22-1

Package Base: coreutils-icp
Description: GNU Coreutils with icp progressbar patch for copy
Upstream URL: http://bitbucket.org/henrikjuul/icp
Category: system
Licenses: GPL3
Submitter: henrikjuul
Maintainer: henrikjuul
Last Packager: None
Votes: 4
First Submitted: 2012-09-25 12:12
Last Updated: 2013-12-29 14:00

Latest Comments

Comment by henrikjuul

2013-06-10 13:26

Removed symlinks from /bin in install.
See https://www.archlinux.org/news/binaries-move-to-usrbin-requiring-update-intervention/ for details on the filesystem changes.

Comment by henrikjuul

2012-11-05 08:16

On some systems, the test-getlogin will fail. This is reported upstream, and has nothing to do with our patch.
The failure should be in the test, and not the getlogin functionality, and can thus be ignored.

Comment by atommixz

2012-11-04 19:50

https://gist.github.com/4013298

Comment by mrbit

2012-10-25 13:16

ok

Comment by henrikjuul

2012-10-25 13:07

I've exchanged the PKGBUILD and left the buildnumber unchanged, as only the checks has been changed.

Comment by mrbit

2012-10-25 12:47


work: with
make RUN_EXPENSIVE_TESTS=no

Comment by mrbit

2012-10-25 12:46

strange !!

Comment by henrikjuul

2012-10-25 12:33

I'm unable to replicate the error on any on my archlinux machines (even tried on a fresh 64 bit installation, with only: base, base-devel, yaourt and sudo installed).

I get:
% ./test-getlogin; echo $?
0

and:
% ./test-select; echo $?
Invalid nfd test... passed
Invalid fd test... passed
Unconnected socket test... passed
Connected sockets test... passed
General socket test with fork... passed
Pipe test... passed
0

But I'll upload a new package later where expensive tests are disabled.

Comment by mrbit

2012-10-25 10:19

link: http://pastebin.com/N1Jp4Fz4

Comment by henrikjuul

2012-10-25 08:47

That does not help me, I need your "gnulib-tests/test-suite.log" file. Please put it in a pastebin, and paste the url.
I can also be reached on IRC: #coreutils-icp @ freenode

Comment by mrbit

2012-10-25 08:12

===========================================================================
Testsuite summary for GNU coreutils 8.20
============================================================================
# TOTAL: 315
# PASS: 288
# SKIP: 25
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See gnulib-tests/test-suite.log
Please report to bug-coreutils@gnu.org
============================================================================
make[6]: *** [test-suite.log] Error 1
make[6]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests'
make[5]: *** [check-TESTS] Error 2
make[5]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20'
make: *** [check] Errore 2
==> ERRORE: Si è verificato un errore in check().

Comment by henrikjuul

2012-10-25 07:44

But where is the error?
You should receive an output log from the tests... If you don't know how to read it, please put it on a pastebin and paste the link.

Comment by mrbit

2012-10-25 07:36

work: with
make RUN_EXPENSIVE_TESTS=no

Comment by mrbit

2012-10-25 06:58

64bit

Comment by henrikjuul

2012-10-25 06:55

Which test fail?
And what architecture are you using? It compiled on my 64bit test machine...
There has been some issues with a single test (the 'test-getlogin' test), if it is just this one which fail, i'll comment out the 'check' section as with the previous version.

Comment by mrbit

2012-10-25 06:49

make[2]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/mrbit/AUR/coreutils-icp/src/coreutils-8.20'
make: *** [check] Errore 2
==> ERRORE: Si è verificato un errore in check().
L'operazione sta per essere interrotta...
[mrbit@localhost coreutils-icp]$ ^C
[mrbit@localhost coreutils-icp]$ cd /home/mrbit/AUR/coreutils-icp/src
[mrbit@localhost src]$ ^C
[mrbit@localhost src]$ cd /home/mrbit/AUR/coreutils-icp/src/coreutils-8.20
[mrbit@localhost coreutils-8.20]$ ^C
[mrbit@localhost coreutils-8.20]$ cd /home/mrbit/AUR/coreutils-icp/src/coreutils-8.20/gnulib-tests
[mrbit@localhost gnulib-tests]$ ^C
[mrbit@localhost gnulib-tests]$ cd /home/mrbit/AUR/coreutils-icp

Comment by mrbit

2012-09-25 14:21

ok,in local work.

Comment by henrikjuul

2012-09-25 13:47

You should never build packages as root.

Comment by mrbit

2012-09-25 12:42

checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking whether mkfifo rejects trailing slashes... yes
checking whether mknod can create fifo without root privileges... configure: error: in `/tmp/packerbuild-0/coreutils-icp/coreutils-icp/src/coreutils-8.19':
configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details
==> ERRORE: