Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73971 - logsentry invalid RDEPEND and typo in ebuild
Summary: logsentry invalid RDEPEND and typo in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Andrej Kacian (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 19:50 UTC by Leonid Kabanov
Modified: 2004-12-13 16:04 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 Leonid Kabanov 2004-12-09 19:50:29 UTC
logsentry ebuild contain RDEPEND on `mail-client/mailx' which conflict with `nail' package. It should be changed to `virtual/mailx'. Also here is a typo:
    einfo "Uncomment the logwatch line in /etc/cron.hourly/logsentry.cron,"
`logwatch' should be changed to `logcheck'.

Reproducible: Always
Steps to Reproduce:
1. emerge nail
2. emerge -p logsentry


Actual Results:  

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] mail-client/nail (from pkg mail-client/mailx-8.1.2.20021129-r4)
[ebuild  N    ] mail-client/mailx-support-20030215  
[ebuild  N    ] net-libs/liblockfile-1.03-r1  
[ebuild  N    ] mail-client/mailx-8.1.2.20021129-r4  
[ebuild  N    ] app-admin/logsentry-1.1.1  


Expected Results:  

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] app-admin/logsentry-1.1.1
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2004-12-13 16:04:40 UTC
Fixed in CVS portage, thanks for reporting.