Subject: Re: GENERIC already have options `WSDISPLAY SCROLLSUPPORT=1'
To: Zafer Aydogan <zafer@gmx.org>
From: Rui Paulo <rpaulo@NetBSD.org>
List: current-users
Date: 07/05/2005 16:11:53
On 2005.07.05 16:36:24 +0000, Zafer Aydogan wrote:
 | Hello List,
 | 
 | I'm getting this Error since a couple of Days:
 | --------------------------------------------------
 | ...
 | sr/obj/releasedir/i386/installation/misc
 | STRIP=/usr/tools/bin/i386--netbsdelf-strip /usr/tools/bin/nbinstall -d -m
 | 755 /usr/obj/releasedir/i386/installation/floppy
 | cd /usr/src/sys/arch/i386/conf && /usr/tools/bin/nbconfig -s /usr/src/sys 
 | -b /usr/obj/sys/arch/i386/compile/GENERIC GENERIC
 | GENERIC:291: already have options `WSDISPLAY_SCROLLSUPPORT=1'
 | *** Stop.
 | 
 | *** Failed target:  kern-GENERIC
 | *** Failed command: cd /usr/src/sys/arch/i386/conf &&
 | /usr/tools/bin/nbconfig -s /usr/src/sys -b
 | /usr/obj/sys/arch/i386/compile/GENERIC GENERIC
 | *** Error code 1
 | ...
 | 
 | 
 | 
 | Stop.
 | nbmake: stopped in /usr/src/etc
 | 
 | *** Failed target:  release
 | *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
 | case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
 | real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac;
 | show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
 | "${real}" && /usr/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
 | _makedirtarget etc release INSTALL_DONE=1
 | *** Error code 1
 | --------------------------------------------------------
 | I know that WSDISPLAY_SCROLLSUPPORT=1 has been committed to GENERIC, but I
 | don't know why I'm getting this Error?

What paramenters did you passed to build.sh ? I can't trigger this problem
(nor releng for that matter).
Also, did you changed the GENERIC config file?

		-- Rui Paulo