www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
In-Reply-To: | <4C7E7BCA.3030003@mscha.org> |
References: | <4C79772B DOT 8080103 AT x-ray DOT at> <4C7E7BCA DOT 3030003 AT mscha DOT org> |
Date: | Mon, 6 Sep 2010 13:04:33 +0200 |
Message-ID: | <AANLkTimackya=r6Qwcq0UX_MYcAXz6Ww3X9MrNuvtPEu@mail.gmail.com> |
Subject: | Re: New: rakudo-star-201007-1, Updated: rakudo-201007_47-1 (aka perl6) |
From: | Reini Urban <rurban AT x-ray DOT at> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
2010/9/1 Michael Schaap <cygwin DOT lists AT mscha DOT org>: > However, with rakudo-star 201007-1, rakudo_47-1 and parrot 2.6.0-1 > installed: > > $ perl6 -e 'say "hello";' > hello > > $ perl6 -e 'sub hello() { say "hello"; }' > =3D=3D=3DSORRY!=3D=3D=3D > No such file or directory Works for me, but it looks like a missing packaging dependency in the hint $ perl6 -e 'sub hello() { say "hello"; }' $ perl6 -e 'sub hello() { say "hello"; }; hello' hello Can you try $ ldd /usr/bin/perl6.exe ntdll.dll =3D> /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x76e80000) kernel32.dll =3D> /cygdrive/c/Windows/system32/kernel32.dll (0x754f= 0000) KERNELBASE.dll =3D> /cygdrive/c/Windows/system32/KERNELBASE.dll (0x751f0000) cygwin1.dll =3D> /usr/bin/cygwin1.dll (0x61000000) ADVAPI32.DLL =3D> /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x7595= 0000) msvcrt.dll =3D> /cygdrive/c/Windows/system32/msvcrt.dll (0x75d50000) sechost.dll =3D> /cygdrive/c/Windows/SYSTEM32/sechost.dll (0x75e900= 00) RPCRT4.dll =3D> /cygdrive/c/Windows/system32/RPCRT4.dll (0x756a0000) cygparrot2_6_0.dll =3D> /usr/bin/cygparrot2_6_0.dll (0x63340000) cyggcc_s-1.dll =3D> /usr/bin/cyggcc_s-1.dll (0x6bf40000) cygssp-0.dll =3D> /usr/bin/cygssp-0.dll (0x67280000) cyggmp-3.dll =3D> /usr/bin/cyggmp-3.dll (0x6d3a0000) cygintl-8.dll =3D> /usr/bin/cygintl-8.dll (0x6a350000) cygiconv-2.dll =3D> /usr/bin/cygiconv-2.dll (0x6c330000) cygreadline7.dll =3D> /usr/bin/cygreadline7.dll (0x68870000) cygncurses-9.dll =3D> /usr/bin/cygncurses-9.dll (0x68b60000) USER32.dll =3D> /cygdrive/c/Windows/system32/USER32.dll (0x75340000) GDI32.dll =3D> /cygdrive/c/Windows/system32/GDI32.dll (0x75e10000) LPK.dll =3D> /cygdrive/c/Windows/system32/LPK.dll (0x75e00000) USP10.dll =3D> /cygdrive/c/Windows/system32/USP10.dll (0x75eb0000) cygicuuc38.dll =3D> /usr/bin/cygicuuc38.dll (0x6b530000) cygstdc++-6.dll =3D> /usr/bin/cygstdc++-6.dll (0x6c480000) cygicudata38.dll =3D> /usr/bin/cygicudata38.dll (0x19a0000) SspiCli.dll =3D> /cygdrive/c/Windows/system32/SspiCli.dll (0x74ee00= 00) and report the missing dll. Or if it's dynamic maybe install parrot-devel. However I didn't saw any dynext missing. $ strace perl6 -e 'sub hello() { say "hello"; }; hello' 2>&1 |grep .dll \ > /usr/src/perl/parrot/perl6.deps.strace # dynexts $ grep "src /usr/lib/parrot/2.6.0/dynext/" /usr/src/perl/parrot/perl6.deps.strace # vs $ zgrep dynext /etc/setup/rakudo.lst.gz # and $ zgrep dynext /etc/setup/parrot.lst.gz # and the rest $ grep .dll /usr/src/perl/parrot/perl6.deps.strace|grep -v dynext Dynamically loaded: /usr/bin/cygiconv-2.dll /usr/bin/cygintl-8.dll --=20 Reini Urban http://phpwiki.org/=A0 =A0 =A0 =A0 =A0=A0 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |