-
Notifications
You must be signed in to change notification settings - Fork 561
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
Test failure on Mac OS Catalina #17041
Comments
From @dur-randirCreated by @dur-randirm-catalina:t/ (blead) λ ./perl harness porting/libperl.t Test Summary Report Perl Info
|
From @jkeenanOn Fri, 07 Jun 2019 19:15:35 GMT, randir wrote:
Am I correct in thinking that Catalina is the latest version of Mac OS X? If so, congratulations, you have (probably) been the first person to test Perl 5 blead thereon. Your prize for being first is that you get to investigate this bug on your own machine. t/porting/libperl.t contains instructions for debugging its own failures. Have you tried any of them? In particular, once having built perl, you might try stepping through the file with the new perl's debugger, paying particular attention to this 'if' block wherein the exception is thrown. ##### Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @craigberryOn Fri, Jun 7, 2019 at 2:33 PM James E Keenan via RT
It won't be out until the fall. He must have a developer preview. |
From @dur-randirOn Fri, 07 Jun 2019 12:32:47 -0700, jkeenan wrote:
Yes, this is RC1. : If so, congratulations, you have (probably) been the first person
That's the point :)
The error there happens to be 'no symbols', though nm has successfully listed 24573 entries. |
From @iabynOn Fri, Jun 07, 2019 at 04:22:57PM -0500, Craig A. Berry wrote:
Running the text script manually shows, on line 8, how nm was invoked: $ ./perl -Ilib t/porting/libperl.t -- |
From corwin@redhat.comGreetings, I also encountered this problem on OS X version 10.14.5 (mojave) trying to do a perlbrew install of 5.30.0. I was able to patch the test to get it to pass. I would be happy to submit a patch or PR, but I don't know where to do so. Can someone tell me how to proceed? Thanks, corwin |
From [Unknown Contact. See original ticket]Greetings, I also encountered this problem on OS X version 10.14.5 (mojave) trying to do a perlbrew install of 5.30.0. I was able to patch the test to get it to pass. I would be happy to submit a patch or PR, but I don't know where to do so. Can someone tell me how to proceed? Thanks, corwin |
From @jkeenanOn Thu, 05 Sep 2019 07:33:16 GMT, corwin@redhat.com wrote:
The full description of how to submit a patch can be found by calling 'perldoc perlhack'. For short ... We prefer that you start with a git checkout of the Perl 5 core distribution. The basic branch is called "blead". From blead, create a new branch: ##### Edit files as needed. Do a thorough configure, build and test of your branch. ##### Do a git commit of your changes. Then, in your branch, create patch with: ##### (Assuming all your changes are in one commit.) That will create a patch in the current directory. Respond to this email and *attach* your patch to that reply. Please let us know if that's clear (but consult 'perlhack' when in doubt). Thank you very much. -- |
From @jkeenanOn Fri, 07 Jun 2019 21:21:51 GMT, craig.a.berry@gmail.com wrote:
One of our smoke testers has reported to me that he is experiencing these failures and that they started once Xcode was upgraded to 11. See: http://perl5.test-smoke.org/submatrix?test=../t/porting/libperl.t&pversion=5.31.5 -- |
Fixed by #24. |
Migrated from rt.perl.org#134184 (status was 'open')
Searchable as RT134184$
The text was updated successfully, but these errors were encountered: