-
Notifications
You must be signed in to change notification settings - Fork 579
test t/lib/ipc_sysv.t failing under irix 6.4 #436
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] I am trying to build perl 5.005_03 under Irix 6.4. The Script started on Wed Aug 25 16:34:13 1999 charm{root}% ../myconfig charm{root}% ./TEST charm{root}% ./perl lib/ipc_sysv.t script done on Wed Aug 25 16:37:15 1999 Any ideas? John E. Young 864-8659 |
From @jhiJohn Young writes:
One possible reason is that you are running out of semaphores either -- |
From [Unknown Contact. See original ticket]Same problem here, but on IRIX 6.5: tom@dilbert:~/tmp/perl5.005_03/t$ uname -a tom@dilbert:~/tmp/perl5.005_03/t$ diff lib/ipc_sysv.t /tmp/toto
103c103
106c106
135c135
tom@dilbert:~/tmp/perl5.005_03/t$ ./perl /tmp/toto Still the "bad address" error in the semctl() calls... I think someone asked The problem is almost certainly with gcc's crazy alignment bug, see this [From Jim Wilson] Gcc does not correctly pass/return structures which are I used gcc 2.95.1, but the problem is still there. And I have no money to Anyone got a magic patch to work around this? -- |
From @jhiThomas Conté writes:
As you have a 32-bit IRIX box I know of no magic tricks that would help you. -- |
From [Unknown Contact. See original ticket]Just FYI, I finally found an ugly kludge to work around the semctl() It's not pretty but it may be useful to record it here... Cheers! *** perl.h.orig Sun Mar 28 09:57:16 1999 -- |
From @jhiThomas Conté writes:
That has some promise, actually... could you perhaps construct a If you could prepare such a program I could then integrate that into In other words: I want to be able to use #ifdef XXX to start using
-- |
From @jhiOn the other hand, we do have rather many #ifdef ...a broken os and compiler combination ... fixes scattered around the Perl source code, so one more won't be that -- |
Migrated from rt.perl.org#1277 (status was 'resolved')
Searchable as RT1277$
The text was updated successfully, but these errors were encountered: