Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35743 - x86 Installation guide should be updated, vcron is now vixie-cron
Summary: x86 Installation guide should be updated, vcron is now vixie-cron
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL: http://www.gentoo.org/doc/en/gentoo-x...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-13 11:03 UTC by Dmitriy Shnayder
Modified: 2003-12-13 12:59 UTC (History)
1 user (show)

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


Attachments
Patch to gentoo-x86-install.xml (gentoo-x86-install.diff,1.21 KB, patch)
2003-12-13 11:27 UTC, Tobias Scherbaum (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitriy Shnayder 2003-12-13 11:03:45 UTC
I recently reinstalled Gentoo on my x86 system. As part of the installation, I had to install a cron package, following the instructions in the installation guide. At the end of chapter 16 of the x86 Installation Guide, I was told to emerge vcron (code listing 16.9). When I entered the appropriate command, emerge responded that the package was not found. I looked in the sys-apps directory, and discovered the vixie-cron package there. I installed that instead.

Reproducible: Didn't try
Steps to Reproduce:
1. Install Gentoo from an install CD for x86 platform.
2. Reach the step in Chapter 16 (installing cron package).
3. Type "emerge sys-apps/vcron".

Actual Results:  
Emerge responded that the package was not found. I looked in the sys-apps
directory, and discovered that the package no longer exists. Instead, vixie-cron
exists, and that is what I installed instead.

Expected Results:  
The Installation Guide should have told me to install vixie-cron instead of vcron.
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2003-12-13 11:27:58 UTC
Created attachment 22144 [details, diff]
Patch to gentoo-x86-install.xml

Can a docdev review?
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-13 11:53:38 UTC
vcron is available...
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-13 11:58:10 UTC
Euh, a bit more information :)

IIRC, seemant has made vcron available again. The issues are with GRP: GRP packages still have vcron, while the recent portage snapshots have both vcron and vixie-cron. As the result of this (and the fact that the handbook chapter will contain the only official installation instructions from Gentoo 2004 onwards) I'm thinking about not updating the gentoo-x86-install (as it will be removed at the next Gentoo release). 

Unless vcron is really out (which would render gentoo-x86-install wrong, which is not what I want), I'd rather keep it this way (to not overload our translation teams).
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-13 11:59:34 UTC
Oh, and in case vcron is really out of the Portage tree: the patch looks fine :)
Comment 5 Tobias Scherbaum (RETIRED) gentoo-dev 2003-12-13 12:30:24 UTC
Nevertheless i think we should suggest installing vixie-cron in the
gentoo-x86-install guide. Future updates from vcron to a new version
of vixie-cron _can_ cause problems (for example blocking dependencies,
rc-scripts are redefined ) so i think it is a cleaner solution to mention
vixie-cron instead of vcron.
Comment 6 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-13 12:40:51 UTC
Okay, go ahead.
Comment 7 Tobias Scherbaum (RETIRED) gentoo-dev 2003-12-13 12:59:47 UTC
In CVS now.