Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472424 - sys-apps/uam-0.3 missed dependency on sys-apps/pmount
Summary: sys-apps/uam-0.3 missed dependency on sys-apps/pmount
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 16:29 UTC by Sergey S. Starikoff
Modified: 2013-06-05 17:46 UTC (History)
0 users

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 Sergey S. Starikoff 2013-06-05 16:29:11 UTC
Searching solution of external media mount I've tried sys-apps/uam.
The first attemp to run executable shells failed with error message:

# uam-pmount --help
/usr/bin/uam-pmount: line 61: pmount: команда не найдена
# uam-pumount -h
/usr/bin/uam-pumount: line 36: pumount: команда не найдена

eix search utility showed missed dependency:

# eix pmount
* sys-apps/pmount
     Available versions:  0.9.99_alpha-r1 {{crypt}}
     Homepage:            http://pmount.alioth.debian.org/
     Description:         Policy based mounter that gives the ability to mount removable devices as a user

Installing it manually made umount operable, but showed some more missed dependencies:
# uam-pumount /dev/sdg1
/dev/sdg1 unmounted sucessfully.
/etc/udev/uam-hooks/post-umount/90_sw_notify: line 3: tinynotify-send: команда не найдена
/etc/udev/uam-hooks/post-umount/90_sw_notify: line 10: sw-notify-send: команда не найдена

Guessing:
* x11-misc/sw-notify-send
     Available versions:  ~0.1.1 ~1.2.1 **9999
     Homepage:            https://bitbucket.org/mgorny/tinynotify-send/
     Description:         A system-wide variant of tinynotify-send

* x11-misc/tinynotify-send
     Available versions:  ~1.2.1-r1 **9999
     Homepage:            https://bitbucket.org/mgorny/tinynotify-send/
     Description:         A notification sending utility (using libtinynotify)

Both from testing branch.

To my mind, dependency at least on sys-apps/pmount should be included into uam-0.3.ebuild.
Comment 1 Sergey S. Starikoff 2013-06-05 17:46:46 UTC
Ops.
Postinstall message reports all needed info.