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

Math::FFT::Libfftw3 #468

Closed
AlexDaniel opened this issue Feb 8, 2019 · 8 comments
Closed

Math::FFT::Libfftw3 #468

AlexDaniel opened this issue Feb 8, 2019 · 8 comments
Labels
fixed The module was fixed, waiting for it to be closed automatically rakudobug

Comments

@AlexDaniel
Copy link
Member

Module Math::FFT::Libfftw3 cannot be installed (Fail), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Math::FFT::Libfftw3
===> Found: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2> to /home/alex/Blin/data/zef-data/tmp/1549579249.6267.110/Math-FFT-Libfftw3-0.1.3.tar.gz
===> Extraction [OK]: Math::FFT::Libfftw3 to /home/alex/Blin/data/zef-data/store/Math-FFT-Libfftw3-0.1.3.tar.gz
===> Testing: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>
t/00-use.t ...... ok
t/01-memory.t ... ok
t/02-raw-c2c.t .. ok
t/03-raw-r2c.t .. ok
t/04-raw-r2r.t .. ok
t/05-c2c.t ...... ok
No such method 'pos' for invocant of type 'WhateverCode'
  in sub postcircumfix:<[ ]> at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 598
  in method plan at /home/alex/Blin/data/zef-data/store/Math-FFT-Libfftw3-0.1.3.tar.gz/Math-FFT-Libfftw3-0.1.3/lib/Math/FFT/Libfftw3/R2C.pm6 (Math::FFT::Libfftw3::R2C) line 120
  in submethod BUILD at /home/alex/Blin/data/zef-data/store/Math-FFT-Libfftw3-0.1.3.tar.gz/Math-FFT-Libfftw3-0.1.3/lib/Math/FFT/Libfftw3/R2C.pm6 (Math::FFT::Libfftw3::R2C) line 105
  in method new at /home/alex/Blin/data/zef-data/store/Math-FFT-Libfftw3-0.1.3.tar.gz/Math-FFT-Libfftw3-0.1.3/lib/Math/FFT/Libfftw3/R2C.pm6 (Math::FFT::Libfftw3::R2C) line 49
  in block <unit> at t/06-r2c.t line 16

t/06-r2c.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
All 2 subtests passed 
t/07-r2r.t ...... ok
t/99-meta.t ..... ok

Test Summary Report
-------------------
t/06-r2c.t    (Wstat: 256 Tests: 2 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=9, Tests=37, 46 wallclock secs ( 0.08 usr  0.02 sys + 37.39 cusr  1.44 csys = 38.93 CPU)
Result: FAIL
===> Testing [FAIL]: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>
Failed to get passing tests, but continuing with --force-test
===> Installing: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>
===> Install [OK] for Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>

Ping @frithnanth

@frithnanth frithnanth added the native dependency Fails because it needs some library installed first label Feb 8, 2019
@frithnanth
Copy link

Yes, it depends on libfftw3.

@AlexDaniel
Copy link
Member Author

Thanks! #389 (comment)

@AlexDaniel AlexDaniel reopened this Feb 8, 2019
@AlexDaniel AlexDaniel added rakudobug and removed native dependency Fails because it needs some library installed first labels Feb 8, 2019
@AlexDaniel
Copy link
Member Author

Hold on a second! This is not an issue with a native dependency. Dependencies are installed correctly. This is a new problem in rakudo.

Math::FFT::Libfftw3 – Fail, Bisected: rakudo/rakudo@ccf350e

@lizmat
Copy link

lizmat commented Feb 8, 2019

Looks to me this is an issue with a module using Rakudo Internals when they shouldn't ?

@MasterDuke17
Copy link
Contributor

@lizmat
Copy link

lizmat commented Feb 8, 2019

yeah, pretty much looks like that's the problem.

lizmat added a commit to rakudo/rakudo that referenced this issue Feb 8, 2019
Related to ccf350e , found in
  Raku/ecosystem-unbitrot#468
Problem spotted by MasterDuke++
@lizmat
Copy link

lizmat commented Feb 8, 2019

Most likely fixed with rakudo/rakudo@0d2658b806 , MasterDuke17++

@dogbert17
Copy link

It does indeed work:

dogbert@dogbert-VirtualBox ~ $ perl6 -v
This is Rakudo version 2018.12-293-gd904b70 built on MoarVM version 2018.12-94-g2eab275
implementing Perl 6.d.
dogbert@dogbert-VirtualBox ~ $ zef install Math::FFT::Libfftw3
===> Searching for: Math::FFT::Libfftw3
===> Testing: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>
===> Testing [OK] for Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>
===> Installing: Math::FFT::Libfftw3:ver<0.1.2>:auth<github:frithnanth>:api<2>

@AlexDaniel AlexDaniel added the fixed The module was fixed, waiting for it to be closed automatically label Feb 9, 2019
Kaiepi pushed a commit to Kaiepi/rakudo that referenced this issue Mar 7, 2019
Related to ccf350e , found in
  Raku/ecosystem-unbitrot#468
Problem spotted by MasterDuke++
Kaiepi pushed a commit to Kaiepi/rakudo that referenced this issue Mar 10, 2019
Related to ccf350e , found in
  Raku/ecosystem-unbitrot#468
Problem spotted by MasterDuke++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The module was fixed, waiting for it to be closed automatically rakudobug
Projects
None yet
Development

No branches or pull requests

5 participants