pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bootstrap pkgsrc cvs from 05 November 2021 UnixWare 7



On Wed, Nov 10, 2021 at 01:47:23PM -0700, Boyd Lynn Gerber wrote:
> I can't figure out why this is choosing the --build and --host to be
> --unixware.  From the config.log for digest-20211023..
> 
> ./configure --prefix=/usr/pkg --build=--unixware --host=--unixware
> --mandir=/usr/pkg/man --enable-option-checking=yes

--unixware is MACHINE_GNU_PLATFORM. This is composed in mk/bsd.prefs.mk
from:

${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS:C/[0-9]//g}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}${APPEND_ABI}

It looks to me like MACHINE_GNU_ARCH is not being computed properly
by pkgsrc.

Perhaps UnixWare uses an uncommon uname, which pkgsrc is not
able to match to GNU_ARCH. Maybe you can play with bsd.prefs.mk.


Home | Main Index | Thread Index | Old Index