Subject: Build process and tunable vars
To: None <current-users@netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: current-users
Date: 11/21/2002 13:34:52
Might it be something's broken in the build process wrt the
tunable variables ?

mk.conf-snip:

.ifndef BSD_PKG_MK

TOOLDIR=/usr/tools
MKOBJDIRS=yes
MKHESIOD=no
MKKERBEROS=no
MKSKEY=no
MKYP=no

.else
...

environment:

MKCATPAGES=yes
MKCRYPTO=no
MKDOC=no
MKINFO=no
MKMAN=no
MKNLS=no
MKPICINSTALL=no
MKPROFILE=no

problem:

/usr/tools/bin/i386--netbsdelf-gcc -O3 -fomit-frame-pointer  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized  -Werror  -fpic -DELFSIZE=32 -DLIBDIR=\"/usr/lib\" -D_PATH_RTLD=\"/libexec/ld.elf_so\" -I/usr/src/libexec/ld.elf_so -DRTLD_LOADER -D_RTLD_SOURCE -nostdinc -isystem /usr/hermes-dest/usr/include  -c /usr/src/libexec/ld.elf_so/paths.c
nbmake: don't know how to make /usr/hermes-dest/usr/lib/libc_pic.a. Stop

nbmake: stopped in /usr/src/libexec/ld.elf_so
*** Error code 2

Stop.
nbmake: stopped in /usr/src/libexec/ld.elf_so
*** Error code 1

Stop.
nbmake: stopped in /usr/src
*** Error code 1

Stop.
nbmake: stopped in /usr/src
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: failed to make distribution
*** BUILD ABORTED ***

I assume the problem stems from MKPICINSTALL=no ? How to fix that ? (I want
to build a plain system with minimal redundancies, updating my 75MB HD
laptop from 1.6A :)

tia,

-martin