ports/80228: gcc-3.4 build/Makefile uses incorrect strip format with install

User1001 supraexpress at globaleyes.net
Fri Apr 22 01:40:01 UTC 2005


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



More information about the freebsd-ports-bugs mailing list