From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 22 01:40:01 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAB416A4CE for ; Fri, 22 Apr 2005 01:40:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2699A43D54 for ; Fri, 22 Apr 2005 01:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3M1e1P5091323 for ; Fri, 22 Apr 2005 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3M1e0KB091322; Fri, 22 Apr 2005 01:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 22 Apr 2005 01:40:00 GMT Resent-Message-Id: <200504220140.j3M1e0KB091322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "User1001" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E188016A4CE for ; Fri, 22 Apr 2005 01:30:43 +0000 (GMT) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6215A43D41 for ; Fri, 22 Apr 2005 01:30:43 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from freebsd2.localnet10 (unverified [209.131.253.172]) by mercury.ll.netfor ; Thu, 21 Apr 2005 20:30:42 -0500 Message-Id: <1114133442.0@freebsd2.localnet10> Date: Thu, 21 Apr 2005 20:30:42 -0500 From: "User1001" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.5 Subject: ports/80228: gcc-3.4 build/Makefile uses incorrect strip format with install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 01:40:01 -0000 >Number: 80228 >Category: ports >Synopsis: gcc-3.4 build/Makefile uses incorrect strip format with install >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 22 01:40:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: User1001 >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-PRERELEASE #1: Sun Mar 6 13:30:52 CST 2005 >Description: gcc3-4 build/Makefile uses incorrect STRIP format with INSTALL by inserting a program path instead of the "-s" switch which causes INSTALL to fail. >How-To-Repeat: >Fix: --- patch-build-Makefile begins here --- --- build/Makefile.orig Thu Apr 21 20:20:01 2005 +++ build/Makefile Thu Apr 21 20:21:11 2005 @@ -63,7 +63,7 @@ man9dir = $(mandir)/man9 INSTALL = /usr/bin/install -c -o root -g wheel -INSTALL_PROGRAM = install /usr/local/bin/strip -o root -g wheel -m 555 +INSTALL_PROGRAM = install -s -o root -g wheel -m 555 INSTALL_SCRIPT = install -o root -g wheel -m 555 INSTALL_DATA = install -o root -g wheel -m 444 --- patch-build-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: