This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: perl6 fails - <bump>


2010/4/30 David Vergin:
> on 4/29/2010 11:46 PM Reini Urban said the following:
>>
>> ...I think we are onto something. PMC perms probably.
>> The complete strace please:
>> ? strace perl6 --version&> ?perl6_strace.log
>> ? gzip perl6_strace.log
>
> Your humble servant hears and responds. Attached. ?:-)

The error is clear:
dlopen /usr/lib/parrot/2.3.0/dynext/perl6_group.dll
and
dlopen /usr/lib/parrot/2.3.0/dynext/perl6_ops.dll
both fail.

1. Do you see any missing dll dependency in
  cygcheck /usr/lib/parrot/2.3.0/dynext/perl6_group.dll
and
  cygcheck /usr/lib/parrot/2.3.0/dynext/perl6_ops.dll
?
I see nothing.

2. check the -x perm in both dll's. This was an upstream error I
worked around lately.

3. If it's none of the above 2 cases and might be a rebase conflict.
maybe a rebaseall helps.
If not it must be a BLODA problem.
-- 
Reini Urban
http://phpwiki.org/           http://murbreak.at/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]