Subject: Tools target and vi-tabcomplete
To: NetBSD-current <current-users@NetBSD.org>
From: oliver gould <ogould@cs.stevens.edu>
List: current-users
Date: 06/06/2006 00:48:24
--M9NhX3UHpAaciwkO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I am using KSH, and have the following options set:

  $ set +o
  set -o interactive -o monitor -o nohup -o posix -o stdin -o vi -o
  vi-tabcomplete

when trying to re-build tools with:

  $ ./build.sh -u -U -O obj tools

I get the following badness while building groff:

  [...]
  dependall =3D=3D=3D> groff
  configure: WARNING: you should use --build, --host, --target
  checking for vi-tabcomplete-gcc... cc
  [...]
  checking for vi-tabcomplete-g++... c++
  [...]
  checking for vi-tabcomplete-ranlib... ranlib
  [...]
  checking for vi-tabcomplete-gs... no
  checking for vi-tabcomplete-gswin32c... no
  checking for vi-tabcomplete-gsos2... no
  [...]
  configure: creating ./config.status
  config.status: error: invalid argument: vi-tabcomplete

  *** Failed target:  .configure_done
  *** Failed command: (cd build && CC=3Dcc CFLAGS=3D-O CPPFLAGS=3D\
  -I/usr/src/obj/tools
  /compat\ -I/usr/src/obj/tools/compat/include\ \
  -I/usr/src/tools/groff/../compat
  \ -DHAVE_NBTOOL_CONFIG_H=3D1\ \ -D_FILE_OFFSET_BITS=3D64 CXX=3Dc++
  CXXFLAGS=3D-O INSTALL
  =3D/usr/src/obj/tooldir.NetBSD-3.99.20-i386/bin/nbinstall\ -c\ -p\ -r
  LDFLAGS=3D AR=3D
  ar RANLIB=3Dranlib
  LEX=3D/usr/src/obj/tooldir.NetBSD-3.99.20-i386/bin/nblex MAKE=3D/us
  r/src/obj/tooldir.NetBSD-3.99.20-i386/bin/nbmake
  PATH=3D"/usr/src/obj/tooldir.NetB
  SD-3.99.20-i386/bin:$PATH"
  YACC=3D/usr/src/obj/tooldir.NetBSD-3.99.20-i386/bin/nby
  acc sh /usr/src/tools/groff/../../gnu/dist/groff/configure --without-x
  --prefix=3D
  /usr/src/obj/tooldir.NetBSD-3.99.20-i386)
  *** Error code 1

  Stop.
  nbmake: stopped in /usr/src/tools/grof


Looks to me like some memory mangling is ruining my fun... is this
PR-worthy?

--=20
  .oliver

--M9NhX3UHpAaciwkO
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (NetBSD)

iD8DBQFEhQkYNtBooygWxWcRAlu7AJoCkKYVXOFkGmGTHNn7rf5D5z1yfwCgwb6g
Bab5tGQ7/7Mb6vgf+9bdJnU=
=nDy0
-----END PGP SIGNATURE-----

--M9NhX3UHpAaciwkO--