Bug #709
cvs commit: src/nrelease Makefile
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
This breaks 'make release' when old cvsup package, without man page, present on system.
'make fetch' didn't refetch cvsup package; package didn't change name when man page was added.
Work around is to manually delete cvsup package.
-thomas
- make release
..
cp: /usr/release/packages/cvsup-bootstrap-20051229/usr/local/man/man1/cvsup.1: No such file or directory
*** Error code 1
Stop in /usr/src/nrelease.
Related todos
History
Updated by swildner almost 6 years ago
Yea, it was probably not very wise by me to leave the date unchanged.
Sorry for the inconvenience.
Sascha
Updated by dillon almost 6 years ago
:Yea, it was probably not very wise by me to leave the date unchanged.
:
:Sorry for the inconvenience.
:
:Sascha
:
:--
:http://yoyodyne.ath.cx
Well, we can change the date or we can just add a check to the nrelease
Makefile's check code... the one that checks that the packages are
present, and if it doesn't see the man page it can tell the user to
please pkg_delete blah blah blah and try again.
I definitely want nrelease to handhold users as much as possible :-)
-Matt
Matthew Dillon
<dillon@backplane.com>
Updated by thomas.nikolajsen almost 6 years ago
Fixed by commit below.
-thomas
http://leaf.dragonflybsd.org/mailarchive/commits/2007-07/msg00174.html