Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 08:27:24 -0500
From:      Garance A Drosihn <drosih@rpi.edu>
To:        jbmac3000@attbi.com, questions@FreeBSD.ORG
Subject:   Re: Installing CUPS pkg
Message-ID:  <p05200f23ba94e57513aa@[128.113.24.47]>
In-Reply-To: <200303120058.41706.jbmac3000@attbi.com>
References:  <200303120058.41706.jbmac3000@attbi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 12:58 AM -0600 3/12/03, Bob McCarty wrote:
>JBMAC# make install
>===>  Installing for cups-1.1.18.0_4
>===>  cups-1.1.18.0_4 is already installed - perhaps an older version?
>       If so, you may wish to ``make deinstall'' and install
>       this port again by ``make reinstall'' to upgrade it properly.
>       If you really wish to overwrite the old port of cups-1.1.18.0_4
>       without deleting it first, set the variable "FORCE_PKG_REGISTER"
>       in your environment or the "make install" command line.
>*** Error code 1

Try:

FORCE_PKG_REGISTER=YES make install

(all as one line).  Or try:

make FORCE_PKG_REGISTER=yes install

Note that the variable name is "FORCE_PKG_REGISTER" and not
"MAKE_PKG_REGISTER"

-- 
Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05200f23ba94e57513aa>