buildbot success in OpenCSW Buildbot on gtar-solaris10-sparc

2019-11-13 Thread buildbot
The Buildbot has detected a restored build on builder gtar-solaris10-sparc while building gtar. Full details are available at: https://buildfarm.opencsw.org/buildbot/builders/gtar-solaris10-sparc/builds/121 Buildbot URL: https://buildfarm.opencsw.org/buildbot/ Buildslave for this Build: uns

Re: [GNU tar 1.32] testsuite: 91 210 failed

2019-11-13 Thread Joerg Schilling
Sergey Poznyakoff wrote: > Hi Lloyd, > > Thanks for your report. > > The test 91 fails because the shell command 'ulimit -n 10' fails: This is expected to fail if you like to use a shell afterwards since the shell uses an fd like 19 to save stdin. Jörg -- EMail:jo...@schily.net

Re: [GNU tar 1.32] testsuite: 91 210 failed

2019-11-13 Thread Sergey Poznyakoff
Joerg Schilling ha escrit: > This is expected to fail if you like to use a shell afterwards since the > shell > uses an fd like 19 to save stdin. That doesn't explain why 'ulimit -n 4' succeeds. Regards, Sergey

RE: [GNU tar 1.32] testsuite: 91 210 failed

2019-11-13 Thread Dolha, Lloyd SHA
Here is the output of your request: rqhbdmrxdb:/homeroot> ( ulimit -n 4 ) && ulimit -n sh: ulimit: The specified value exceeds the user's allowable limit. Lloyd -Original Message- From: Sergey Poznyakoff [mailto:g...@gnu.org.ua] Sent: November-13-19 12:44 AM To: Dolha, Lloyd SHA Cc: 'bu

Re: [GNU tar 1.32] testsuite: 91 210 failed

2019-11-13 Thread Sergey Poznyakoff
Dolha, Lloyd SHA ha escrit: > Here is the output of your request: Thank you. I've installed the following fix: http://git.savannah.gnu.org/cgit/tar.git/commit/?id=f122fc94 Regards, Sergey