Skip to content
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

follow latest Devel::PPPort #87

Merged
merged 1 commit into from May 5, 2018
Merged

follow latest Devel::PPPort #87

merged 1 commit into from May 5, 2018

Conversation

skaji
Copy link
Member

@skaji skaji commented May 5, 2018

Currently Mouse emits an error Symbol not found: _newSVpvn_flags
with Devel::PPPort 3.42, perl 5.10.0, 5.8.x.
This PR fixes this.

❯ perl -v
This is perl, v5.8.8 built for darwin-2level

❯ perl -MDevel::PPPort\ 999999
Devel::PPPort version 999999 required--this is only version 3.42.
BEGIN failed--compilation aborted.

❯ perl Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Mouse' version 'v2.5.2'

❯ ./Build
Building Mouse
...

❯ prove -b -r t/001_mouse/026-auto-deref.t
t/001_mouse/026-auto-deref.t .. dyld: lazy symbol binding failed: Symbol not found: _newSVpvn_flags
  Referenced from: /Users/skaji/src/github.com/gfx/p5-Mouse/blib/arch/auto/Mouse/Mouse.bundle
  Expected in: flat namespace

dyld: Symbol not found: _newSVpvn_flags
  Referenced from: /Users/skaji/src/github.com/gfx/p5-Mouse/blib/arch/auto/Mouse/Mouse.bundle
  Expected in: flat namespace

t/001_mouse/026-auto-deref.t .. Failed 15/15 subtests

Test Summary Report
-------------------
t/001_mouse/026-auto-deref.t (Wstat: 6 Tests: 0 Failed: 0)
  Non-zero wait status: 6
  Parse errors: Bad plan.  You planned 15 tests but ran 0.
Files=1, Tests=0,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.06 cusr  0.01 csys =  0.08 CPU)
Result: FAIL

@skaji skaji merged commit e98f8ea into master May 5, 2018
@skaji skaji deleted the follow-latest-ppport branch May 5, 2018 03:34
skaji added a commit that referenced this pull request May 5, 2018
Changelog diff is:

diff --git a/Changes b/Changes
index 0285c61..efa722d 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Mouse

 {{$NEXT}}

+v2.5.3 2018-05-05T03:35:45Z
+    - Follow Devel::PPPort 3.42 (#87)
+
 v2.5.2 2018-02-17T01:47:32Z
     - Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0
skaji added a commit that referenced this pull request May 5, 2018
Changelog diff is:

diff --git a/Changes b/Changes
index efa722d..5e741f1 100644
--- a/Changes
+++ b/Changes
@@ -2,9 +2,12 @@ Revision history for Mouse

 {{$NEXT}}

-v2.5.3 2018-05-05T03:35:45Z
+v2.5.4 2018-05-05T03:43:55Z
     - Follow Devel::PPPort 3.42 (#87)

+v2.5.3 2018-05-05T03:35:45Z
+    - Sorry, I made a mistake. Do not use this version.
+
 v2.5.2 2018-02-17T01:47:32Z
     - Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant