Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403971 - net-misc/dropbox-1.2.51 - missing net-libs/librsync dependency
Summary: net-misc/dropbox-1.2.51 - missing net-libs/librsync dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
: 404295 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-15 23:07 UTC by Michael Cook
Modified: 2012-02-17 18:22 UTC (History)
6 users (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 Michael Cook 2012-02-15 23:07:45 UTC
Since the newest ebuild removes some bundled dependencies, it does not make sure that they are provided. In my case, net-libs/librsync was not installed.

Reproducible: Always

Steps to Reproduce:
1. Install net-misc/dropbox-1.2.51 while not having librsync installed
2. Start dropbox
3.
Actual Results:  
Crashes complaining that librsync.so.1 can't be found

Expected Results:  
dropbox starts

Traceback (most recent call last):
  File "__main__dropbox__.py", line 77, in <module>
  File "core/databases.py", line 48, in <module>
  File "core/file_cache.py", line 70, in <module>
  File "core/memory_caches.py", line 50, in <module>
  File "core/sync_engine_util.py", line 2, in <module>
  File "common_util/librsync.py", line 7, in <module>
ImportError: librsync.so.1: cannot open shared object file: No such file or directory
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-16 00:14:11 UTC
Oh, do I see a new maintainer for net-libs/librsync? ;-)
Comment 2 Mike MacDonald 2012-02-16 12:44:01 UTC
Bug happens for me on ~amd64.
Comment 3 Dell'Aica Valentino 2012-02-16 14:29:33 UTC
Confirmed here
Comment 4 Alexander Tsoy 2012-02-16 14:38:15 UTC
net-misc/rsync dependency should be replaced by net-misc/librsync
Comment 5 Pryka 2012-02-16 18:02:16 UTC
Confirmed here :)
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2012-02-16 21:33:14 UTC
   16 Feb 2012; Justin Lecher <jlec@gentoo.org> dropbox-1.2.51.ebuild:
+  readd the deps inclusive new one on librsync, #403971
+
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-17 18:22:05 UTC
*** Bug 404295 has been marked as a duplicate of this bug. ***