Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688768 - net-misc/electrum-3.3.6 USE=-qt5 - error: package directory 'electrum/gui/qt' does not exist
Summary: net-misc/electrum-3.3.6 USE=-qt5 - error: package directory 'electrum/gui/qt'...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 688940
  Show dependency tree
 
Reported: 2019-06-26 17:58 UTC by Garri
Modified: 2019-07-31 12:24 UTC (History)
4 users (show)

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


Attachments
emerge --info (emerge-info.log,6.05 KB, text/plain)
2019-06-27 03:00 UTC, Garri
Details
electrum-3.3.4 build.log (build.log,8.86 KB, text/plain)
2019-06-27 03:01 UTC, Garri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Garri 2019-06-26 17:58:40 UTC
net-misc/electrum-3.3.6 fails at compile phase with the error "package directory 'electrum/gui/qt' does not exist" if qt5 use flag is not set.

---
>>> Compiling source in /var/tmp/portage/net-misc/electrum-3.3.6/work/Electrum-3.3.6 ...
 * python3_6: running distutils-r1_run_phase distutils-r1_python_compile
python3.6 setup.py build -j 5
running build
running build_py
creating /var/tmp/portage/net-misc/electrum-3.3.6/work/Electrum-3.3.6-python3_6/lib/electrum
copying electrum/constants.py -> /var/tmp/portage/net-misc/electrum-3.3.6/work/Electrum-3.3.6-python3_6/lib/electrum
...
...
...
error: package directory 'electrum/gui/qt' does not exist
---
Comment 1 Jonas Stein gentoo-dev 2019-06-27 00:04:18 UTC
Thank you for the report. Please recompile and 
*attach* the logfiles and 
paste the emerge info as described on
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
The logs must be part of the ticket, but not on external websites.
We need to have all information at hand before ticket assignment, so that the maintainer can look after it in one session with minimal number of callbacks.
Please reopen this ticket (Status:unconfirmed) afterwards.
Comment 2 Garri 2019-06-27 03:00:18 UTC
Created attachment 581122 [details]
emerge --info
Comment 3 Garri 2019-06-27 03:01:28 UTC
Created attachment 581124 [details]
electrum-3.3.4 build.log
Comment 4 Garri 2019-06-27 03:04:14 UTC
I'm sorry, I thought the issue was obvious, so I avoided posting the full set of logs. Thanks.
Comment 5 Anthony Basile gentoo-dev 2019-06-27 12:38:50 UTC
(In reply to Garri from comment #4)
> I'm sorry, I thought the issue was obvious, so I avoided posting the full
> set of logs. Thanks.

It is pretty obvious.  Thanks for the report.  The only excuse I have for missing this is real life :(
Comment 6 Larry the Git Cow gentoo-dev 2019-07-31 12:24:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53734642b19d6726b092258d395365a336437f90

commit 53734642b19d6726b092258d395365a336437f90
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-07-31 12:23:59 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-31 12:23:59 +0000

    net-misc/electrum: Fix build with USE=-qt5
    
    Apply a minimal change needed to get the package building correctly
    with USE=-qt5.
    
    Closes: https://bugs.gentoo.org/688768
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-misc/electrum/electrum-3.3.6-r2.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)