Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754030 - net-misc/gallery-dl-1.15.2 : ModuleNotFoundError: No module named sqlite3
Summary: net-misc/gallery-dl-1.15.2 : ModuleNotFoundError: No module named sqlite3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-11 13:21 UTC by Toralf Förster
Modified: 2020-11-11 17:28 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.83 KB, text/plain)
2020-11-11 13:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,106.04 KB, text/plain)
2020-11-11 13:21 UTC, Toralf Förster
Details
environment (environment,115.89 KB, text/plain)
2020-11-11 13:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.15 KB, application/x-bzip)
2020-11-11 13:21 UTC, Toralf Förster
Details
net-misc:gallery-dl-1.15.2:20201111-092845.log (net-misc:gallery-dl-1.15.2:20201111-092845.log,2.34 KB, text/plain)
2020-11-11 13:21 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.85 KB, application/x-bzip)
2020-11-11 13:21 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-11-11 13:21:20 UTC
  File "/var/tmp/portage/net-misc/gallery-dl-1.15.2/work/gallery-dl-1.15.2/gallery_dl/util.py", line 20, in <module>
    import sqlite3
ModuleNotFoundError: No module named 'sqlite3'
make: *** [Makefile:43: data/completion/gallery-dl] Error 1
 * ERROR: net-misc/gallery-dl-1.15.2::gentoo failed (compile phase):
 *   emake failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20201108-125133

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.47.0 *
  [2]   rust-1.47.0
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm


  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Nov 11 09:05:37 AM UTC 2020

emerge -qpvO net-misc/gallery-dl
[ebuild  N    ] net-misc/gallery-dl-1.15.2  USE="-test" PYTHON_TARGETS="python3_7 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2020-11-11 13:21:21 UTC
Created attachment 670906 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-11-11 13:21:23 UTC
Created attachment 670909 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-11-11 13:21:25 UTC
Created attachment 670912 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-11-11 13:21:26 UTC
Created attachment 670915 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-11-11 13:21:27 UTC
Created attachment 670918 [details]
net-misc:gallery-dl-1.15.2:20201111-092845.log
Comment 6 Toralf Förster gentoo-dev 2020-11-11 13:21:29 UTC
Created attachment 670921 [details]
temp.tbz2
Comment 7 Joonas Niilola gentoo-dev 2020-11-11 15:59:37 UTC
https://dev.gentoo.org/~mgorny/python-guide/depend.html This is how you'll fix it, you'll most likely have to revbump the ebuild.

https://devmanual.gentoo.org/general-concepts/ebuild-revisions/index.html

(
  git mv gallery-dl-1.15.2.ebuild gallery-dl-1.15.2-r1.ebuild
  edit gallery-dl-1.15.2-r1.ebuild with necessary changes
  git add gallery-dl-1.15.2-r1.ebuild
  repoman ci
)
Comment 8 Larry the Git Cow gentoo-dev 2020-11-11 17:28:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ee9c8d9be902c07b0dba660d259df8d5ab4ef5

commit 19ee9c8d9be902c07b0dba660d259df8d5ab4ef5
Author:     Maciej Barć <xgqt@protonmail.com>
AuthorDate: 2020-11-11 16:00:03 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-11-11 17:27:58 +0000

    net-misc/gallery-dl: add required python use
    
    Closes: https://bugs.gentoo.org/754030
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Maciej Barć <xgqt@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/18223
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../gallery-dl/{gallery-dl-1.15.2.ebuild => gallery-dl-1.15.2-r1.ebuild} | 1 +
 net-misc/gallery-dl/gallery-dl-9999.ebuild                               | 1 +
 2 files changed, 2 insertions(+)