From owner-freebsd-bugs Thu Dec 3 08:39:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24287 for freebsd-bugs-outgoing; Thu, 3 Dec 1998 08:39:23 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24270 for ; Thu, 3 Dec 1998 08:39:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20091; Thu, 3 Dec 1998 08:40:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23887; Thu, 3 Dec 1998 08:33:43 -0800 (PST) (envelope-from nobody) Message-Id: <199812031633.IAA23887@hub.freebsd.org> Date: Thu, 3 Dec 1998 08:33:43 -0800 (PST) From: kiroh@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/8953: BINFORMAT not defined in 2.2-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8953 >Category: i386 >Synopsis: BINFORMAT not defined in 2.2-STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 3 08:40:01 PST 1998 >Last-Modified: >Originator: Kiroh HARADA >Organization: >Release: 2.2.8-STABLE as of 12/2 >Environment: FreeBSD nya 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Dec 1 22:44:57 JST 1998 >Description: make world fails with the following error: "/usr/src/secure/lib/libcrypt/Makefile", line 8: Malformed conditional (${BINFOR MAT} != elf) "/usr/src/secure/lib/libcrypt/Makefile", line 11: if-less else "/usr/src/secure/lib/libcrypt/Makefile", line 11: Need an operator "/usr/src/secure/lib/libcrypt/Makefile", line 14: if-less endif "/usr/src/secure/lib/libcrypt/Makefile", line 14: Need an operator "/usr/src/secure/lib/libcrypt/Makefile", line 24: Malformed conditional (${BINFO RMAT} == elf) "/usr/src/secure/lib/libcrypt/Makefile", line 24: Need an operator "/usr/src/secure/lib/libcrypt/Makefile", line 26: if-less endif "/usr/src/secure/lib/libcrypt/Makefile", line 26: Need an operator "/usr/src/secure/lib/libcrypt/Makefile", line 43: Malformed conditional (!define d(NOPIC) && defined(SHLIB_MAJOR) && ${BINFORMAT} == elf) "/usr/src/secure/lib/libcrypt/Makefile", line 49: if-less endif "/usr/src/secure/lib/libcrypt/Makefile", line 49: Need an operator make: fatal errors encountered -- cannot continue >How-To-Repeat: make world on 2.2-STABLE box with non-US 2.2.8-STABLE src code as of 12/2. I have not checked US 2.2.8-STABLE source code. >Fix: set BINFORMAT environmental variable as "aout" >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message