Hello, Has anyone had any luck bootstrapping pkgsrc on OSR5/6 Definitive with the full native and GNU compilers? The errors vary on each platform, normally with awk (6) and sed (5). Here is the latest aborted bootstrap from 5: /usr/xdev/bin/gcc -g -O2 -L../libnbcompat -o sed compile.o main.o misc.o process.o -lnbcompat ===> running: /bin/sh /src/pkgsrc/bootstrap/work/bin/install-sh -c -o root -g root -m 755 /src/pkgsrc/bootstrap/work/sed/sed /src/pkgsrc/bootstrap/work/bin/sed ===> 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 appreciate any assistance. |