=> Bootstrap dependency digest>=20010302: found digest-20121220 => Checksum SHA1 OK for mm-1.4.2.tar.gz => Checksum RMD160 OK for mm-1.4.2.tar.gz ===> Installing dependencies for libmm-1.4.2nb1 => Tool dependency libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb6 ===> Overriding tools for libmm-1.4.2nb1 ===> Extracting for libmm-1.4.2nb1 ===> Patching for libmm-1.4.2nb1 => Applying pkgsrc patches for libmm-1.4.2nb1 ===> Creating toolchain wrappers for libmm-1.4.2nb1 ===> Configuring for libmm-1.4.2nb1 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version /sbin/sysctl: not found bmake: "/sbin/sysctl -n kern.argmax" returned non-zero status Configuring OSSP mm (Shared Memory Allocation), Version 1.4.2 (15-Aug-2006) Copyright (c) 1999-2006 Ralf S. Engelschall Copyright (c) 1999-2006 The OSSP Project Platform: i686-elf32-minix Build Tools: checking for i386-elf32-minix-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for compilation debug mode... disabled checking whether make sets $(MAKE)... yes checking build system type... i386-elf32-minix checking host system type... i386-elf32-minix checking for a sed that does not truncate output... /usr/pkgsrc/work/devel/libmm/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... unknown checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... no checking whether c++ accepts -g... no checking how to run the C++ preprocessor... cpp checking for i386-elf32-minix-g77... f77 checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... no checking the maximum length of command line arguments... (cached) checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for i386-elf32-minix-ar... no checking for ar... ar checking for i386-elf32-minix-ranlib... no checking for ranlib... ranlib checking for i386-elf32-minix-strip... no checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no libtool.m4: error: problem compiling CXX test program checking for c++ option to produce PIC... checking if c++ static flag works... no checking if c++ supports -c -o file.o... no checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no checking dynamic linker characteristics... no checking how to hardcode library paths into programs... unsupported appending configuration tag "F77" to libtool checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... no checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... no checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... PKGSRC-WARNING: Something is trying to run the fortran compiler, PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile. no checking how to hardcode library paths into programs... immediate Platform Environment: checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes decision on mandatory system headers... all fine checking for memory.h... (cached) yes checking for memcpy... yes checking for memset... yes checking for bcopy... yes checking for _POSIX_PATH_MAX in limits.h... yes checking for PATH_MAX in limits.h... yes checking for _POSIX_CHILD_MAX in limits.h... yes checking for CHILD_MAX in limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for MAXPATHLEN in sys/param.h... yes Virtual Memory Page Size: checking for unistd.h... (cached) yes checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking for getpagesize... yes checking for sysconf... yes checking for _SC_PAGESIZE in unistd.h... yes checking for B_PAGE_SIZE in kernel/OS.h... no decision on memory page size determination... POSIX.1 sysconf(_SC_PAGESIZE) Shared Memory Implementation: checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for MAP_ANON in sys/mman.h... yes checking for mmap... yes checking for munmap... yes checking for shm_open... no checking for shm_unlink... no checking for /dev/zero... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for shmget... yes checking for shmat... yes checking for shmdt... yes checking for shmctl... yes checking for kernel/OS.h... (cached) no checking for create_area... no decision on shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON checking for shared memory maximum segment size... configure: error: Unable to determine maximum shared memory segment size *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/libmm WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile. WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/libmm