nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] 2 of 88 tests failed on Unbuntu Trusty

2016-05-18 10:49:01
I hope this report is useful to you.
I ran configure --prefix=ONETHING --exec-prefix=ANOTHERDIR
make
make test and got two errors (see below).,
As the errors will show, I was attempting to build/install in AFS.

Alright, so I took a closer look at this.  Couple of things.

- When I did it the first time, I got some test failures because I was
  using the "short" (/afs/cell) pathname but the test output returned
  stuff based on the output of pwd, which returned /afs/cell.domain.name/...
  Once I changed to the fully-qualified name, I passed all tests but one.
  So I don't know why the slocal test failed for you, but since you're using
  the dot path it may be related to that.

- The refile test is failing because AFS does not support cross-directory
  hard links.  There is a thing in the test suite that checks for
  that, but it only checks for same-directory hard links (which works
  fine on AFS).  So that's a bug in the test suite I can fix.  You can
  ignore that for now.

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>