Bug 215543 - error: can't copy 'cobbler.1.gz': doesn't exist or not a regular file
Summary: error: can't copy 'cobbler.1.gz': doesn't exist or not a regular file
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: cobbler
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael DeHaan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-14 16:26 UTC by Neal Becker
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-11-14 16:44:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.