Re: Problem with cross-compilation when using qacl module, file m4/acl.m4, specifically with "gl_ACL_GET_FILE" check

2013-10-14 Thread Gabriel Marcano
>Thanks for the bug report.  How about the following patch? >It's a bit less-conservative, but it's simpler and should be >good enough nowadays.  I pushed it; please give it a try. I just tested the pushed file by compiling coreutils with acl with it and it worked just fine with my setup. Thank yo

Re: Errors with rpl_realloc(), pthreads calls on hppa2.0w-hp-hpux11.11

2013-10-14 Thread Daniel Richard G.
On Sun, 2013 Oct 13 23:10-0700, Paul Eggert wrote: > > Thanks, that helped me reproduce the problem. > I installed this fix: Yep, that did the trick. The whole testdir package now builds without error on this system. Thanks for the fixes! Now, I'm seeing some "make check" failures, but I'll repo

Re: Problem with cross-compilation when using qacl module, file m4/acl.m4, specifically with "gl_ACL_GET_FILE" check

2013-10-14 Thread Paul Eggert
Thanks for the bug report. How about the following patch? It's a bit less-conservative, but it's simpler and should be good enough nowadays. I pushed it; please give it a try. --- ChangeLog | 8 m4/acl.m4 | 21 - 2 files changed, 20 insertions(+), 9 deletions(-) d

Re: test-lock is segfaulting on Ubuntu 13.10

2013-10-14 Thread Richard W.M. Jones
Ah, now I see the earlier thread on this mailing list about the latest binutils and --as-needed. It appears to be a duplicate of that issue. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any s

Re: test-lock is segfaulting on Ubuntu 13.10

2013-10-14 Thread Richard W.M. Jones
On Mon, Oct 14, 2013 at 04:32:24PM +0100, Richard W.M. Jones wrote: > This stack trace makes no sense, since the code at line 206 is: Working on the assumption that gdb is just printing these arguments backwards. > checkerthread = gl_thread_create (lock_checker_thread, NULL); > > (ie. the two

test-lock is segfaulting on Ubuntu 13.10

2013-10-14 Thread Richard W.M. Jones
With the latest gnulib from git: Starting test_lock .../bin/bash: line 5: 9992 Aborted (core dumped) EXEEXT='' srcdir='.' LOCALE_FR='none' LOCALE_FR_UTF8='none' LOCALE_FR='none' LOCALE_TR_UTF8='none' LOCALE_FR='none' LOCALE_FR_UTF8='none' LOCALE_JA='none' LOCALE_ZH_CN='none' LO

Problem with cross-compilation when using qacl module, file m4/acl.m4, specifically with "gl_ACL_GET_FILE" check

2013-10-14 Thread Gabriel Marcano
Hi, I'm new to trying to contribute to open source projects, so forgive me if I leave out pertinent information. I have been trying to cross compile coreutils and sed from a x86_64 Gentoo Linux installation to an armv6zk Gentoo Linux installation, and for both the cross compilation fails in the co