-
Notifications
You must be signed in to change notification settings - Fork 578
Problem running tests under OSF4.0d #421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Test 7 fails on our alpha machine using OSF4.0d and the native CC xalph3:~/perl5.005_03/t> ./perl /tmp/fs.t How safe is this to install? The only warnings I can find in the compilation are ones arouble long cc -c -std -fprm d -ieee -D_INTRINSICS -I/usr/local/include -DLANGUAGE_C myconfig output: Thanks, Jeremy. -- |
From [Unknown Contact. See original ticket]On Mon, 23 Aug 1999 at 14:16:01 +0100, Jeremy Sanders wrote:
If everything else works, pretty safe. But it would be a good idea to A thought - is the file system you're doing this in local or NFS? If the
Doesn't sound too bad to me.
Doesn't look too important to me, and highly unlikely to be related.
I'm about two miles away, BTW. Ian |
From [Unknown Contact. See original ticket]On Mon, 23 Aug 1999, Ian Phillipps wrote:
Before test 7: xpc6:~/<1>t/tmp> ls -l $mode = 33279 (100777 octal) after test 7 ls reveals same information afterwards.
I'm compiling Perl on Digital Unix onto my user directory which is mounted I introduced a key pause between tests 6 and 7. If I hit return The program was paused to get the above debugging details. I copied the complete build directory to a local disk on the alpha. Test 7 Thanks! Jeremy. -- |
From [Unknown Contact. See original ticket]On Tue, 24 Aug 1999 at 10:31:20 +0100, Jeremy Sanders wrote:
So, nfs attribute caching it is. This must be a peculiarity of the Digital Unix nfs client, or we should Out of curiosity - does your nfs-client version report the same inode Ian |
From @jhiJeremy Sanders writes:
Pretty safe if that is the only failing subtest in the whole test suite. It would be nice to know what's wrong with it, though. The subtests If you could add the following line after the "not ok 7" in t/io/fs.t: printf "# mode = %o\n", $mode; and rerun the test?
This is just a harmless warning.
This is also pretty harmless. In fact, AFAIK, it is a compiler bug -- |
Migrated from rt.perl.org#1258 (status was 'resolved')
Searchable as RT1258$
The text was updated successfully, but these errors were encountered: