[Bug general/23977] New: make check fails run-ar.sh in versions 0.173-0.175

2018-12-11 Thread knappr2 at earthlink dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=23977

Bug ID: 23977
   Summary: make check fails run-ar.sh in versions 0.173-0.175
   Product: elfutils
   Version: unspecified
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: general
  Assignee: unassigned at sourceware dot org
  Reporter: knappr2 at earthlink dot net
CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

I am building elfutils >= 0.173 with GCC 8.2.0 on a SLES 12.3 system, and I
encounter the following error in the make check step:

FAIL: run-ar.sh
...
Testsuite summary for elfutils 0.173
   

# TOTAL: 196
# PASS:  192
# SKIP:  3
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
   

See tests/test-suite.log
Please report to https://sourceware.org/bugzilla
   

Makefile:2163: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
Makefile:2269: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2

tests/test-suite.log points to the following:
Create a new ar file with the .o files.
ar: creating test.ar
/elfutils-0.173/src/ar: cannot represent ar_uid: No such file
or directory
/elfutils-0.173/src/ar: cannot create new file: No such file or
directory

FAIL run-ar.sh (exit status: 1)
Makefile:3707: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2

Makefile:485: recipe for target 'check-recursive' failed

All advice to resolve will be appreciated.


Best regards,

-Rashawn

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug general/23977] make check fails run-ar.sh in versions 0.173-0.175

2018-12-11 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23977

Mark Wielaard  changed:

   What|Removed |Added

 CC||mark at klomp dot org

--- Comment #1 from Mark Wielaard  ---
Could you attach either the full tests/test-suite.log or the
tests/run-ar.sh.log file?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug general/23977] make check fails run-ar.sh in versions 0.173-0.175

2018-12-11 Thread knappr2 at earthlink dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=23977

Rashawn  changed:

   What|Removed |Added

 CC||knappr2 at earthlink dot net

--- Comment #2 from Rashawn  ---
Created attachment 11451
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11451&action=edit
test-suite.log

Attached test-suite.log

--Rashawn

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug general/23977] make check fails run-ar.sh in versions 0.173-0.175

2018-12-11 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23977

--- Comment #3 from Mark Wielaard  ---
Comment on attachment 11451
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11451
test-suite.log

It looks like the file we want to put into the ar has a numeric uid that cannot
be represented in the ar header. I am not sure yet how that could happen.

Does it work if you do the build and run the test not on an nfs file system?

-- 
You are receiving this mail because:
You are on the CC list for the bug.