Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413351 - postgresql-base should have "less" in its dependencies
Summary: postgresql-base should have "less" in its dependencies
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: AMD64 Linux
: Normal trivial (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 10:29 UTC by Fabian Pijcke
Modified: 2012-06-08 14:28 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 Fabian Pijcke 2012-04-24 10:29:58 UTC
When emerging postgresql-base, the psql tool is installed, and when trying to select a not tiny set of data, one gets the following error:

test=> select * from information_schema.sequences;
sh: /usr/bin/less: No such file or directory

I just emerged less, and the problem disappeared ...

I don't know if someone else got the problem, I can join the /etc/make.conf if needed.
Comment 1 Aaron W. Swenson gentoo-dev 2012-04-25 12:41:16 UTC
The vast majority of users have 'less' installed. And it was a part of the system set.

You are correct, the ebuild does now need to explicitly depend on 'less'.
Comment 2 Aaron W. Swenson gentoo-dev 2012-06-08 14:28:50 UTC
After a chat with darkside, I've learned that virtual/pager is in the @system set. virtual/pager will pull in a suitable pager for psql.