Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435078 - sys-process/fcron-3.0.6-r4 installs wrong crontab symlink
Summary: sys-process/fcron-3.0.6-r4 installs wrong crontab symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 20:52 UTC by Dennis Schridde
Modified: 2012-09-16 16:12 UTC (History)
2 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 Dennis Schridde 2012-09-14 20:52:46 UTC
# q file -v /crontab
sys-process/fcron-3.0.6-r4 (/crontab)

This really should not be there. I believe this part of src_install() is responsible:
        if use system-crontab; then  
                dosym /usr/bin/fcrontab crontab

Probably it should instead be:
                dosym fcrontab /usr/bin/crontab

Reproducible: Always
Comment 1 Dennis Schridde 2012-09-14 20:54:02 UTC
Same on another machine:
# q file -v /crontab/fcrontab 
sys-process/fcron-3.0.6-r4 (/crontab/fcrontab)

One is ppc64 with ROOT, the other a plain amd64. I suspect the call to dosym never works as intended.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-09-16 16:12:29 UTC
Thanks, fixed.