Search Criteria
Package Details: sachesi-git 2.0.3.r10.g228775f-1
Git Clone URL: | https://aur.archlinux.org/sachesi-git.git (read-only, click to copy) |
---|---|
Package Base: | sachesi-git |
Description: | Firmware, extractor, searcher and installer for Blackberry 10 |
Upstream URL: | https://github.com/xsacha/Sachesi |
Licenses: | |
Submitter: | alaviss |
Maintainer: | alaviss |
Last Packager: | alaviss |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-04-01 13:32 |
Last Updated: | 2018-05-01 00:14 |
Dependencies (9)
- libusb (libusb-git)
- lzo
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- qt5-declarative (qt5-declarative-git)
- quazip-qt5
- gendesk (make)
- git (git-git) (make)
- qt5-quickcontrols (qt5-quickcontrols-git) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
alaviss commented on 2018-05-01 00:41
@zeroflag
I've fixed the issue, please try to build the package again.
zeroflag commented on 2018-04-30 04:12
Does not compile anymore:
src/installer_establish.cpp:38:22: error: invalid use of incomplete type ‘RSA {aka struct rsa_st}’ BN_bn2bin(privkey->n, privkey_mod);
It is due to the Sachesi git source, which is crippled with a hardcoded and outdated libcrypto library and will not compile anymore. Please refer to: https://github.com/xsacha/Sachesi/issues/97
I suggest to delete this package to save everyone their precious time. Thanks anyway.
dumblob commented on 2015-10-18 14:03
There is an issue with linking to quazip already for several months:
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o Sachesi sachesi.o mainnet.o scanner.o splitter.o ports.o apps.o ifs.o fs.o rcfs.o qnx6.o installer.o installer_qml.o installer_establish.o installer_auth.o backupinfo.o blitzinfo.o boot.o qrc_UI.o qrc_translations.o moc_mainnet.o moc_scanner.o moc_splitter.o moc_downloadinfo.o moc_apps.o moc_ifs.o moc_fs.o moc_rcfs.o moc_qnx6.o moc_carrierinfo.o moc_discoveredrelease.o moc_autoloaderwriter.o moc_deviceinfo.o moc_translator.o moc_installer.o moc_backupinfo.o moc_blitzinfo.o moc_boot.o -lquazip -llzo2 -lz -ldl -ludev -lcrypto -lusb-1.0 -lQt5Widgets -lQt5Quick -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGL -lpthread
/usr/bin/ld: cannot find -lquazip
collect2: error: ld returned 1 exit status
Makefile:340: recipe for target 'Sachesi' failed
make: *** [Sachesi] Error 1
And it can be easily solved by adding
sed -ir 's/-lquazip/-lquazip5/g' Sachesi.pro
to the build() function.