Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546580 - app-emulation/xen-tools[ovmf] - ImportError: No module named sqlite3
Summary: app-emulation/xen-tools[ovmf] - ImportError: 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: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-14 13:50 UTC by Alex Xu (Hello71)
Modified: 2015-05-14 05:19 UTC (History)
0 users

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 Alex Xu (Hello71) 2015-04-14 13:50:08 UTC
test_sitecustomize (CheckPythonSyntax.Tests) ... ok

----------------------------------------------------------------------
Ran 237 tests in 0.850s

OK
make[7]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
make[6]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools'
Running edk2 build for OvmfPkgX64
Traceback (most recent call last):
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 38, in <module>
    from AutoGen.AutoGen import *
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python/AutoGen/AutoGen.py", line 34, in <module>
    from GenFds.FdfParser import *
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python/GenFds/FdfParser.py", line 20, in <module>
    import Fd
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python/GenFds/Fd.py", line 19, in <module>
    import Fv
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python/GenFds/Fv.py", line 27, in <module>
    from GenFds import GenFds
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python/GenFds/GenFds.py", line 25, in <module>
    from Workspace.WorkspaceDatabase import WorkspaceDatabase
  File "/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py", line 17, in <module>
    import sqlite3
ImportError: No module named sqlite3
Makefile:21: recipe for target 'build' failed
make[5]: *** [build] Error 1
make[5]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/ovmf-dir-remote'
/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/../../tools/Rules.mk:105: recipe for target 'subdir-all-ovmf-dir' failed
make[4]: *** [subdir-all-ovmf-dir] Error 2
make[4]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware'
/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware/../../tools/Rules.mk:100: recipe for target 'subdirs-all' failed
make[3]: *** [subdirs-all] Error 2
make[3]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware'
Makefile:30: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/firmware'
/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/../tools/Rules.mk:105: recipe for target 'subdir-all-firmware' failed
make[1]: *** [subdir-all-firmware] Error 2
make[1]: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools'
/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools/../tools/Rules.mk:100: recipe for target 'subdirs-all' failed
make: *** [subdirs-all] Error 2
make: Leaving directory '/tmp/portage/app-emulation/xen-tools-4.4.2-r1/work/xen-4.4.2/tools'
Comment 1 Yixun Lan archtester gentoo-dev 2015-05-14 05:19:51 UTC
in tree, fixed

+       ovmf? ( http://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2
+               ${OVMF_PATCHSET_URI} )