From owner-freebsd-current Tue Aug 18 16:13:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24415 for freebsd-current-outgoing; Tue, 18 Aug 1998 16:13:57 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24395 for ; Tue, 18 Aug 1998 16:13:40 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id JAA07708; Wed, 19 Aug 1998 09:12:59 +1000 Date: Wed, 19 Aug 1998 09:12:59 +1000 From: Bruce Evans Message-Id: <199808182312.JAA07708@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, xavier@stlnet.com Subject: Re: Make buildworld not working on -current Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The directory /usr/obj/usr/src/tmp/usr/local/share/snmp is not getting c ^^^^^^^^^^^^^^^^^^^^^ >reated. When it tries to install it fails. Not sure why the directory structu >re is not getting created. The share directory is not created either. This is caused by pollution in the environment (SHLIBDIR set to /usr/local/share/snmp) so that SHLIBDIR is not set to the default of ${LIBDIR} (normally /usr/lib/aout). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message