pkgsrc-Users archive

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

Re: Bootstrapping pkgsrc on SCO OpenServer 5 (GCC 4.2.4) and SCO OpenServer 6 (GCC 7.3.0)



Boyd Lynn Gerber wrote:
On Friday 2022-07-22 15:10, Lance Payne wrote:

Hello,

Has anyone had any luck bootstrapping pkgsrc on OSR5/6 Definitive with the full native and GNU compilers?

Only the new XDEV which includes gcc-4.2.4 will boot strap pkgsrc.  I have bootstrapped both UnixWare 7 Definitive and OpenServer 5 Definitive.  The recently released XDEV includes header changes required.

Regards,


Boyd Lynn Gerber wrote:> On Friday 2022-07-22 15:10, Lance Payne wrote:
>
>> Hello,
>>
>> Has anyone had any luck bootstrapping pkgsrc on OSR5/6 Definitive with
>> the full native and GNU compilers?
>
> Only the new XDEV which includes gcc-4.2.4 will boot strap pkgsrc.  I
> have bootstrapped both UnixWare 7 Definitive and OpenServer 5
> Definitive.  The recently released XDEV includes header changes required.
>
> Regards,
>
I've set the SCO-recommended env vars as follows:

LD_LIBRARY_PATH=/usr/xdev/lib:$LD_LIBRARY_PATH
LIBPATH=/usr/xdev/lib:$LIBPATH
MANPATH=/usr/xdev/man:$MANPATH
PATH=/usr/xdev/bin:$PATH
MAKESYSPATH=/usr/xdev/share/mk/

But I still get the following:

===> Bootstrapping pkgtools
===> running: /bin/sh /src/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /src/pkgsrc/bootstrap/work/libarchive ===> running: (cd /src/pkgsrc/bootstrap/work/libarchive; env INSTALL='/usr/pkg/bin/install-sh -c' CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-static --disable-shared --disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr --disable-maintainer-mode --disable-acl --without-zlib --without-bz2lib --without-iconv --without-lzma --without-lzo2 --without-lz4 --without-nettle --without-openssl --without-xml2 --without-expat --without-zstd MAKE=/src/pkgsrc/bootstrap/work/bin/bmake && /src/pkgsrc/bootstrap/work/bin/bmake -j1)
./configure: syntax error at line 3494: `ARCHIVE_MINOR=$' unexpected
===> exited with status 2
aborted.

I'm not sure where it's going awry, beyond the old Unix Bourne shell being a jerk.

What magic sauce did you use to get it to bootstrap?


Home | Main Index | Thread Index | Old Index