OpenSolaris

You are not signed in. Sign in or register.

incremental flag-day: rcapd_conf.c needs to be removed before bringover

Date: Thu, 26 Apr 2007 16:49:41 -0700
From: Danek Duvall <danek.duvall at sun dot com>
To: onnv-gate at onnv dot eng dot sun dot com
Subject: incremental flag-day: rcapd_conf.c needs to be removed before bringover

As a result of the putback of

    6444783 config parameters in private rcap.conf should be moved to the repository

if you attempt to perform an incremental nightly, or otherwise do a
bringover before a clobber in usr/src/cmd/rcap, bringover will fail,
complaining with the following:

    rename from: usr/src/cmd/rcap/common/rcapd_conf.l
	     to: usr/src/cmd/rcap/common/rcapd_conf.c
    bringover: Omitting contents change to file "usr/src/cmd/rcap/common/rcapd_conf.l" because of rename error  (Warning 2632)
    bringover: Can't rename to "usr/src/cmd/rcap/common/rcapd_conf.c"; it exists  (Error 2051)

    bringover warning: files with errors: 1

    bringover: Can't rename to "usr/src/cmd/rcap/common/rcapd_conf.c"; it exists  (Error 2051)

The simple solution is to remove usr/src/cmd/rcap/common/rcapd_conf.c
before running the incremental or the bringover.

It appears that clobber builds will not run into this problem.

Danek