Subject: bootstrap and Cygwin
To: None <tech-pkg@netbsd.org>
From: Markus Illenseer <markus@core.de>
List: tech-pkg
Date: 08/12/2003 00:03:48
 I just wondered what might happen when trying to install the pkgsrc
environment using bootstrap. It was easy to make boostrap work by adding a
CYGWIN-NT_5.1 section:

CYGWIN_NT-5.1)
        root_group=Administratoren
        need_pax=yes
        need_mtree=no
        need_bsd_install=no
        set_opsys=no
        ;;

 But it fails to install bmake:

....
rm -f *.[ado] */*.[ado]
CC="gcc" MAKESYSPATH=/usr/pkg/share/mk ./bmake.boot -f Makefile
bmake.boot: unknown option -- u
getopt(BD:I:J:NPST:V:Wd:ef:ij:km:nqrst) -> 63 (?)
Usage: bmake.boot [-Beiknqrst] [-D variable] [-d flags] [-f makefile ]
            [-I directory] [-j max_jobs] [-m directory] [-V variable]
            [variable=value] [target ...]
make: *** [bootstrap] Error 2
bmake installation failed.


 Any idea where that "-u" comes from and how to patch the relevant files?


Markus Illenseer