Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174185 - net-misc/tor should RDEPEND on dev-libs/libevent
Summary: net-misc/tor should RDEPEND on dev-libs/libevent
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 176018
Blocks:
  Show dependency tree
 
Reported: 2007-04-11 18:10 UTC by UncleOwen
Modified: 2007-05-15 16:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for currently stable net-misc/tor-0.1.1.23 (tor-0.1.1.23.ebuild.patch,292 bytes, text/plain)
2007-04-11 18:16 UTC, Elias Probst
Details

Note You need to log in before you can comment on or make changes to this bug.
Description UncleOwen 2007-04-11 18:10:49 UTC
Right now, net-misc/tor only DEPENDs on dev-libs/libevent, but it doesn't RDEPEND. If I remove it after merging tor (e.g. by running emerge --depclean --with-bdeps=n), I get

# /etc/init.d/tor restart
 * Stopping Tor ...                                                                           [ ok ]
 * Starting Tor ...
/usr/bin/tor: error while loading shared libraries: libevent-1.3a.so.1: cannot open shared object file: No such file or directory                                                                 [ !! ]

So it should also be a RDEPEND. Same is probably true for the dependency on dev-libs/openssl.

Reproducible: Always

Steps to Reproduce:
Comment 1 Elias Probst 2007-04-11 18:16:35 UTC
Created attachment 115984 [details]
Patch for currently stable net-misc/tor-0.1.1.23

This patch adds ${DEPEND} to RDEPEND.
Comment 2 UncleOwen 2007-05-11 20:46:18 UTC
Just stumbled onto this again... any reason, why this isn't in yet?
Comment 3 Gustavo Felisberto (RETIRED) gentoo-dev 2007-05-15 16:01:28 UTC
Will commit in a few minutes.