Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487466 - =net-misc/dropbox-2.4.1 - Version bump.
Summary: =net-misc/dropbox-2.4.1 - Version bump.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Naohiro Aota
URL: https://forums.dropbox.com/topic.php?...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-09 19:50 UTC by Alexander Wright
Modified: 2013-10-14 04:17 UTC (History)
1 user (show)

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 Alexander Wright 2013-10-09 19:50:30 UTC
The net-misc/dropbox ebuild is outdated, and dies with a segmentation fault on my computer.

Version 2.4.1 has just been released. I think the ebuild requires adding dev-python/cffi to the dependencies, but still fails with:

%% dropbox
Traceback (most recent call last):
  File "dropbox/client/main.py", line 8, in <module>
  File "dropbox/overrides.py", line 332, in <module>
  File "dropbox/overrides.py", line 299, in __cffi_import_override
ImportError: No module named cffi.vengine_cpy

I'm afraid I don't know python, so can't fix that.

Reproducible: Always
Comment 1 Naohiro Aota gentoo-dev 2013-10-14 04:17:04 UTC
It seems dropbox is overriding cffi. I've bumped the ebuild bundling dropbox's cffi egg.