From owner-freebsd-bugs Fri May 21 22: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B78151D2 for ; Fri, 21 May 1999 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17720; Fri, 21 May 1999 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp04.nwnexus.com (smtp04.nwnexus.com [206.63.63.52]) by hub.freebsd.org (Postfix) with ESMTP id B751514C18 for ; Fri, 21 May 1999 21:54:04 -0700 (PDT) (envelope-from wrsomsky@halcyon.com) Received: from gramarye (evt-lx100-ip46.nwnexus.net [204.57.235.46]) by smtp04.nwnexus.com (8.8.8/8.8.8) with ESMTP id VAA08072 for ; Fri, 21 May 1999 21:53:58 -0700 (PDT) Received: (from wrsomsky@localhost) by gramarye (8.9.3/8.9.3) id TAA17465; Fri, 21 May 1999 19:17:29 -0700 (PDT) (envelope-from wrsomsky) Message-Id: <199905220217.TAA17465.gramarye.wrsomsky@halcyon.com> Date: Fri, 21 May 1999 19:17:29 -0700 (PDT) From: "William R. Somsky" Reply-To: wrsomsky@halcyon.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11828: Patch for aout "ld.so" difficulties Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11828 >Category: bin >Synopsis: Patch for aout "ld.so" difficulties >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 21 22:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: William R. Somsky >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD 3.2-STABLE machine trying to maintain compatibilty w/ aout executables. >Description: A buildworld/installworld fails to build and install /usr/libexec/ld.so for back aout compatibility, even if COMPAT22=YES is defined in /etc/make.conf >How-To-Repeat: Build and Install "world" on a 3.2-STABLE box with COMPAT22 defined, but no pre-existing /usr/libexec/ld.so (which would mask it not being built and installed). >Fix: Proposed patch follows: *** /usr/src/libexec/Makefile.old Fri May 21 19:08:23 1999 --- /usr/src/libexec/Makefile Fri May 21 19:09:32 1999 *************** *** 11,17 **** SUBDIR+=mail.local smrsh .endif ! .if ${OBJFORMAT} == aout SUBDIR+=rtld-aout .endif --- 11,17 ---- SUBDIR+=mail.local smrsh .endif ! .if ${OBJFORMAT} == aout || defined(COMPAT1X) || defined(COMPAT20) || defined(COMPAT21) || defined(COMPAT22) SUBDIR+=rtld-aout .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message