Bug 215543

Summary: error: can't copy 'cobbler.1.gz': doesn't exist or not a regular file
Product: [Fedora] Fedora Reporter: Neal Becker <ndbecker2>
Component: cobblerAssignee: Michael DeHaan <mdehaan>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-14 16:44:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Neal Becker 2006-11-14 16:26:34 UTC
Description of problem:

sudo python setup.py install (from today's hg)

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Michael DeHaan 2006-11-14 16:44:03 UTC
Cobbler's makefile will build everything needed (all the way up to the RPMs) by
switching to the checkout directory and just running "make".

The manpage is missing because this wasn't done.  If you want to generate just
this specific file, you can run "make manpage".

Comment 2 Neal Becker 2006-11-14 16:48:17 UTC
OK. Yes, I saw python, and setup.py, so of course ran
python setup.py build, sudo python setup.py install.