-
Notifications
You must be signed in to change notification settings - Fork 461
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
ssh_decode_sequence_multi & compiler error #460
Comments
Well, since we don't have any assembly language in there, that's gotta be a compiler bug... |
Could it be related to the invocation of That's the only part of the code which pulls in assembly |
Ah, hadn't seen that... it's nothing like the error, though:
|
It also successfully compiled |
I guess the only way we'll get to the bottom of this is if someone can find a FreeBSD box with that compiler on it. Replacing |
I know that'd be only a temporary solution, but do you even provide an API in Perl for those ssh functions? |
Cc @eserte Hi Slaven, we are discussing here a compiler error from your cpantester report related to my perl module CryptX. The error is basically a failure to compile one file from libtomcrypt library - see http://www.cpantesters.org/cpan/report/341fe940-d829-11e8-9067-b381f67cb40a Is the compiler and/or the platform of this cpantester machine somehow unusual/special? Does the same cpantester machine complain/fail in a similar way with other libraries/modules? |
I checked on another (real, non-VM) freebsd9 machine, and the same compiler error happens here, too.
And I never saw this kind of error while compiling other stuff. |
Further investigation revealed that the trouble making line is:
plus the fact that So it is fixable, not a compiler bug. |
@eserte may I ask you for a quick check whether CryptX-0.061_003 doesn't fail anymore? http://cpan.metacpan.org/authors/id/M/MI/MIK/CryptX-0.061_003.tar.gz |
All green - http://fast-matrix.cpantesters.org/?dist=CryptX%200.061_003 Closing. |
I have got this report:
It is probably: gcc 4.2.1 20070831 patched [FreeBSD]
Full report http://www.cpantesters.org/cpan/report/341fe940-d829-11e8-9067-b381f67cb40a
And ... I have absolutely no idea what's going on.
Cc: @rmw42
The text was updated successfully, but these errors were encountered: