Package Details: scallion 2.1-1

Git Clone URL: https://aur.archlinux.org/scallion.git (read-only, click to copy)
Package Base: scallion
Description: Creates vanity GPG keys and .onion addresses using OpenCL.
Upstream URL: https://github.com/lachesis/scallion
Keywords: GPG key onion TOR vanity
Licenses: MIT
Submitter: acerix
Maintainer: acerix
Last Packager: acerix
Votes: 11
Popularity: 0.000000
First Submitted: 2014-10-28 21:08 (UTC)
Last Updated: 2018-01-11 18:21 (UTC)

Latest Comments

1 2 Next › Last »

yuvadm commented on 2018-12-11 09:41 (UTC)

beignet is a required dependency to avoid -1001 errors

jiteshsingh commented on 2018-06-26 18:11 (UTC)

it fails to find libOpenCL.so

please add 'ocl-icd' as a dependency. https://wiki.archlinux.org/index.php/GPGPU#OpenCL_ICD_loader_.28libOpenCL.so.29

cyllos42 commented on 2018-03-01 14:13 (UTC) (edited on 2018-03-01 14:19 (UTC) by cyllos42)

Error building the package:

Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542

Full stack: https://pastebin.com/raw/q8vR9LmY

acerix commented on 2018-01-11 18:22 (UTC)

Thanks, updated.

phillid commented on 2018-01-11 08:43 (UTC)

This package must set a more descriptive local name for the downloaded source tarball. It will collide with other packages' sources who do not do this correctly either, if a shared source directory is configured in makepkg.conf.

The PKGBUILD should be setting sources=("${pkgname}-${pkgver}.tar.xz::http://example.com/blah/blef.tar.xz")

acerix commented on 2017-11-07 17:53 (UTC)

Thanks for the comments, I added a patch to set OpenSSL 1.0 paths.

Isolus commented on 2017-11-07 16:02 (UTC)

As workaround for the OpenSSL problem you can change the path of libcrypto.so and libssl.so in /usr/share/scallion/openssl.dll.config to /usr/lib/openssl-1.0/libcrypto.so and /usr/lib/openssl-1.0/libssl.so (assuming you have installed openssl-1.0).

dysw commented on 2017-09-03 12:43 (UTC) (edited on 2017-09-03 12:45 (UTC) by dysw)

On a newly installed system. I have the packages mentioned "version 1.0 of both libssl and libcrypto" but my system needs the normal openssl package as well to run at all. The mentioned symlink as temp fix doesnt seem to work either. To the maintainer. Update dependencies or write correct names of packages needed. libssl is not a package and might confuse some. System.TypeInitializationException: The type initializer for 'OpenSSL.Core.Native' threw an exception. ---> System.EntryPointNotFoundException: ERR_load_crypto_strings at (wrapper managed-to-native) OpenSSL.Core.Native:ERR_load_crypto_strings () at OpenSSL.Core.Native..cctor () [0x0007a] in <4692d53fe48b450cb5195ccd609fa495>:0 --- End of inner exception stack trace --- at OpenSSL.Core.ThreadInitialization.InitializeThreads () [0x00001] in <4692d53fe48b450cb5195ccd609fa495>:0 at scallion.Program.Main (System.String[] args) [0x00007] in <322e1d520e2c46b59aad2a3c6d3fd20d>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'OpenSSL.Core.Native' threw an exception. ---> System.EntryPointNotFoundException: ERR_load_crypto_strings at (wrapper managed-to-native) OpenSSL.Core.Native:ERR_load_crypto_strings () at OpenSSL.Core.Native..cctor () [0x0007a] in <4692d53fe48b450cb5195ccd609fa495>:0 --- End of inner exception stack trace --- at OpenSSL.Core.ThreadInitialization.InitializeThreads () [0x00001] in <4692d53fe48b450cb5195ccd609fa495>:0 at scallion.Program.Main (System.String[] args) [0x00007] in <322e1d520e2c46b59aad2a3c6d3fd20d>:0

jiteshsingh commented on 2017-07-06 04:01 (UTC)

It needs version 1.0 of both libssl and libcrypto. I fixed it temporarily by creating symlinks in /usr/lib. Also if you are using bumblebee, make sure to run it with optirun as it won't be able to see graphix card otherwise.

acerix commented on 2017-05-02 23:59 (UTC)

I get the same error but don't know how to fix it. Please post an issue on github or let me know if the package needs adjustment.