aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

[Gentoo ebuild] python sqlite USE flag check missing #58

Closed 0x501D closed 8 years ago

0x501D commented 8 years ago

ebuild: app-doc/cppman Available versions: (~)0.4.6 {PYTHON_TARGETS="python3_3 python3_4"} Installed versions: 0.4.6(11:43:37 AM 04/16/2016)(PYTHON_TARGETS="python3_4 -python3_3")

$ cppman vector Traceback (most recent call last): File "/usr/lib/python-exec/python3.4/cppman", line 40, in from cppman.main import Cppman File "/usr/lib64/python3.4/site-packages/cppman/main.py", line 32, in import sqlite3 ImportError: No module named 'sqlite3'

temporary solution: USE="sqlite" emerge dev-lang/python

aitjcize commented 8 years ago

@rindeal Hi Jan, you seems to be the maintainer of the cppman gentoo package. Can you help update the ebuild? Thanks

rindeal commented 8 years ago

Fix is on the way, thanks for reporting @PascalRD, though next time please report it on the Gentoo issue tracker.

0x501D commented 8 years ago

Ok, I got it.