Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2005 20:30:42 -0500
From:      "User1001" <supraexpress@globaleyes.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/80228: gcc-3.4 build/Makefile uses incorrect strip format with install
Message-ID:  <1114133442.0@freebsd2.localnet10>
Resent-Message-ID: <200504220140.j3M1e0KB091322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1114133442.0>