From jwbacon@tds.net  Sat Mar 15 18:43:04 2014
Return-Path: <jwbacon@tds.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 462AAFBD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 18:43:04 +0000 (UTC)
Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 0CCF8949
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 18:43:03 +0000 (UTC)
Received: by mail-ie0-f175.google.com with SMTP id to1so3802035ieb.6
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 11:42:57 -0700 (PDT)
Received: from [192.168.0.52] (h69-131-101-133.nwblwi.broadband.dynamic.tds.net. [69.131.101.133])
        by mx.google.com with ESMTPSA id w9sm7613931iga.10.2014.03.15.11.42.52
        for <multiple recipients>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Sat, 15 Mar 2014 11:42:53 -0700 (PDT)
Message-Id: <53249F29.2050905@tds.net>
Date: Sat, 15 Mar 2014 13:42:49 -0500
From: Jason Bacon <jwbacon@tds.net>
To: Juergen Lock <nox@jelal.kn-bremen.de>, 
 FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <201403151722.s2FHMLNt031600@enceladus10.kn-bremen.de>
Subject: Re: devel/linux-f10-devtools: absolute symlink(s?) break compilation
References: <201403151722.s2FHMLNt031600@enceladus10.kn-bremen.de>

>Number:         187612
>Category:       ports
>Synopsis:       Re: devel/linux-f10-devtools: absolute symlink(s?) break compilation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 15 18:50:01 UTC 2014
>Closed-Date:    Sat Mar 15 21:11:28 UTC 2014
>Last-Modified:  Sat Mar 15 21:12:23 UTC 2014
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 This is a multi-part message in MIME format.
 --------------000200010402000706090307
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 
 Thanks for the heads-up.  That appears to be the only link to an 
 absolute pathname.
 
 Patch attached.
 
      JB
 
 -- 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Jason W. Bacon
    jwbacon@tds.net
 
    Circumstances don't make a man:
    They reveal him.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 --------------000200010402000706090307
 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0";
  name="linux-f10-devtools.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="linux-f10-devtools.patch"
 
 diff -ruN /usr/ports/devel/linux-f10-devtools/Makefile linux-f10-devtools/Makefile
 --- /usr/ports/devel/linux-f10-devtools/Makefile	2014-02-12 14:14:12.000000000 -0600
 +++ linux-f10-devtools/Makefile	2014-03-15 13:38:59.000000000 -0500
 @@ -42,4 +42,9 @@
  
  PLIST_SUB+=	NLS=""
  
 +# Replace link to absolute path /lib/libgcc_s.so.1, which is a FreeBSD lib
 +post-install:
 +	${RM} ${STAGEDIR}/compat/linux/usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc_s.so
 +	${LN} -s ../../../../../lib/libgcc_s.so.1 ${STAGEDIR}/compat/linux/usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc_s.so
 +
  .include <bsd.port.mk>
 
 --------------000200010402000706090307--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Mar 15 21:10:44 UTC 2014 
State-Changed-Why:  
Misfiled followup to ports/187609; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Mar 15 21:10:44 UTC 2014 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=187612 
>Unformatted:
