Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890295 - net-misc/electrum: fails to launch related to new libsecp256k1
Summary: net-misc/electrum: fails to launch related to new libsecp256k1
Status: RESOLVED DUPLICATE of bug 867817
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-09 17:39 UTC by CocolinoFan
Modified: 2023-01-27 09:10 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CocolinoFan 2023-01-09 17:39:39 UTC
I have electrum installed with portage for the main gentoo repo.
The last electrum update broke something and now is giving this error when opened:

`
Error: Failed to load libsecp256k1.
  0.35 | E | ecc_fast | libsecp256k1 library failed to load. exceptions: [OSError('/usr/lib/python3.10/site-packages/electrum/libsecp256k1.so.0: cannot open shared object file: No such file or directory'), OSError('libsecp256k1.so.0: cannot open shared object file: No such
file or directory')]
`
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2023-01-09 21:36:27 UTC
soversion changes, subslot was bumped.

 * CMP: =dev-libs/libsecp256k1-0.1_pre20201028-r1 with dev-libs/libsecp256k1-0.2.0-r2/image
 *  FILES:+usr/include/secp256k1_ecdh.h
 *  FILES:-usr/lib64/libsecp256k1.so.0
 *  FILES:-usr/lib64/libsecp256k1.so.0.0.0
 *  FILES:+usr/lib64/libsecp256k1.so.1
 *  FILES:+usr/lib64/libsecp256k1.so.1.0.0
 *  SONAME:-libsecp256k1.so.0(64)
 *  SONAME:+libsecp256k1.so.1(64)
 *   SIZE: 0.20MiB -> 1.22MiB, 10 -> 11 files
 * ------> FILES(+3,-2) SONAME(+1,-1) SIZE(+490.39%)

Electrum doesn't subscribe to  rebuilding electrum still gives me:

Error: Failed to load libsecp256k1.
  0.79 | E | ecc_fast | libsecp256k1 library failed to load. exceptions: [OSError('/usr/lib/python3.10/site-packages/electrum/libsecp256k1.so.0: cannot open shared object file: No such file or directory'), OSError('libsecp256k1.so.0: cannot open shared object file: No such file or directory')]
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-27 09:10:45 UTC

*** This bug has been marked as a duplicate of bug 867817 ***