Bug 71019 - Port java/jdk13 post-patch tries to descend into a just deleted directory
Summary: Port java/jdk13 post-patch tries to descend into a just deleted directory
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 08:00 UTC by Rainer Goellner
Modified: 2004-08-31 20:53 UTC (History)
0 users

See Also:


Attachments
file.diff (468 bytes, patch)
2004-08-27 08:00 UTC, Rainer Goellner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Goellner 2004-08-27 08:00:36 UTC
The post-patch target tries to delete unneeded version control system directories. As find defaults to a pre-order search, it first removes
a SCCS directory, then fails trying to descend into it.

Fix: Add option -d to the find command line:
How-To-Repeat: cd /usr/ports/java/jdk13
make patch
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-08-27 08:50:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2004-08-31 20:53:17 UTC
State Changed
From-To: open->closed

Committed, thanks!