| Summary: | app-mobilephone/wammu-0.3.5 dev-db/unixODBC-2.3.1 - from gammu._gammu import * /// ImportError: libodbc.so.1: cannot open shared object file: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Libor Polčák <libor+gentoobugs> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Please post your `emerge --info' output in a comment. Time to run `revdep-rebuild` from the gentoolkit package to rebuild reverse dependencies of unixODBC after upgrade of it. |
When I try to run =app-mobilephone/wammu-0.3.5 using =dev-db/unixODBC-2.3.1, wammu crashes with: Traceback (most recent call last): File "/usr/bin/wammu", line 176, in <module> import Wammu.App File "/usr/lib64/python2.7/site-packages/Wammu/App.py", line 28, in <module> import Wammu.Main File "/usr/lib64/python2.7/site-packages/Wammu/Main.py", line 58, in <module> import Wammu.Editor File "/usr/lib64/python2.7/site-packages/Wammu/Editor.py", line 36, in <module> import Wammu.Data File "/usr/lib64/python2.7/site-packages/Wammu/Data.py", line 28, in <module> from gammu.Data import Connections, MemoryValueTypes, CalendarTypes, CalendarValueTypes, TodoPriorities, TodoValueTypes, InternationalPrefixes File "/usr/lib64/python2.7/site-packages/gammu/__init__.py", line 65, in <module> from gammu._gammu import * ImportError: libodbc.so.1: cannot open shared object file: No such file or directory Downgrading unixODBC to =dev-db/unixODBC-2.3.0-r1 solves the issue and wammu can be started smoothly. My USE flags are following: dev-db/unixODBC minimal -odbcmanual -static-libs app-mobilephone/wammu bluetooth