From frederic.praca@freebsd-fr.org  Tue Mar  1 15:20:24 2011
Return-Path: <frederic.praca@freebsd-fr.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E560E106568B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Mar 2011 15:20:24 +0000 (UTC)
	(envelope-from frederic.praca@freebsd-fr.org)
Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 707858FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Mar 2011 15:20:20 +0000 (UTC)
Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4])
	by smtpfb2-g21.free.fr (Postfix) with ESMTP id 5F256CA8AC9
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Mar 2011 16:01:27 +0100 (CET)
Received: from coruscant.dnsalias.net (unknown [88.169.125.217])
	by smtp4-g21.free.fr (Postfix) with ESMTP id E93594C8324
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Mar 2011 16:01:18 +0100 (CET)
Received: from coruscant.dnsalias.net (smmsp@localhost [127.0.0.1])
	by coruscant.dnsalias.net (8.14.4/8.14.4/Frdric PRACA - 05/12/2003) with ESMTP id p21Eo993009446
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 1 Mar 2011 15:50:09 +0100 (CET)
	(envelope-from fred@coruscant.dnsalias.net)
Received: (from root@localhost)
	by coruscant.dnsalias.net (8.14.4/8.14.4/Submit) id p21Eo9fU009445;
	Tue, 1 Mar 2011 15:50:09 +0100 (CET)
	(envelope-from fred)
Message-Id: <201103011450.p21Eo9fU009445@coruscant.dnsalias.net>
Date: Tue, 1 Mar 2011 15:50:09 +0100 (CET)
From: Frdric Praca <frederic.praca@freebsd-fr.org>
Reply-To: Frdric Praca <frederic.praca@freebsd-fr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Installation failed for port lang/gnat-aux
X-Send-Pr-Version: 3.113
X-GNATS-Notify: draco@marino.st

>Number:         155162
>Category:       ports
>Synopsis:       Installation failed for port lang/gnat-aux
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 01 15:30:10 UTC 2011
>Closed-Date:    Fri Mar 04 11:04:55 UTC 2011
>Last-Modified:  Fri Mar  4 13:10:10 UTC 2011
>Originator:     Frdric Praca
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
Freebsd-fr.org
>Environment:
System: FreeBSD coruscant.dnsalias.net 8.2-STABLE FreeBSD 8.2-STABLE #19: Mon Feb 28 20:58:23 CET 2011 root@coruscant.dnsalias.net:/usr/obj/usr/src/sys/CORUSCANT i386


>Description:
	The 'make install' command failed on the lang/gnat-aux port. In fact, the trip-exec target of the Makefile tries to strip the Perl script gnathtml.pl.
	This file is not an executable so installation failed with the following error message :

	/usr/bin/strip /usr/local/bin/gnat*
	/usr/bin/strip: /usr/local/bin/gnathtml.pl: File format not recognized
	*** Error code 1

>How-To-Repeat:
	Just type make then make install in the port directory.
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Mar 1 15:30:22 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155162 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: draco@marino.st
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/155162: Installation failed for port lang/gnat-aux
Date: Tue, 1 Mar 2011 15:30:19 UT

 Maintainer of lang/gnat-aux,
 
 Please note that PR ports/155162 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155162
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: John Marino <freebsdml@marino.st>
To: bug-followup@FreeBSD.org, frederic.praca@freebsd-fr.org
Cc:  
Subject: Re: ports/155162: Installation failed for port lang/gnat-aux
Date: Fri, 04 Mar 2011 08:09:16 +0100

 This is a multi-part message in MIME format.
 --------------080301070205090903080300
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 The file "bin/gnathtml.pl" is not generate by gnat-aux.  In fact, it's 
 been dropped from gcc for quite a while.
 
 The error described in the PR is not repeatable on most machines.  This 
 person likely has/had an older version of gnat on his machine, and 
 gnathtml.pl is a leftover from that previous installation.
 
 That being said, apparently gcc has a new make target called 
 "install-strip" which should make the strip step here unnecessary.  I'll 
 look to make future versions use that makefile target instead.
 
 --------------080301070205090903080300--

From: Frederic Praca <frederic.praca@freebsd-fr.org>
To: bug-followup@FreeBSD.org, frederic.praca@freebsd-fr.org
Cc:  
Subject: Re: ports/155162: Installation failed for port lang/gnat-aux
Date: Fri, 4 Mar 2011 10:08:28 +0100

 Hello,
 After submitting the bug report, I found the same explanation but did
 not have time to post a followup.
 I think it came with my previous installation of devel/gnat which was
 not corectly deinstalled.
 
 Sorry for this useless PR.
 
 Regards
 Fred
 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Mar 4 11:04:37 UTC 2011 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155162 

From: John Marino <john.marino@synsport.com>
To: bug-followup@FreeBSD.org, frederic.praca@freebsd-fr.org
Cc:  
Subject: Re: ports/155162: Installation failed for port lang/gnat-aux
Date: Fri, 04 Mar 2011 13:43:12 +0100

 Hi Fred,
 
 Actually the PR wasn't useless.  There are existing gnat ports that 
 still install this file, so it's conceivable that others *could* see the 
 same thing.  In any case, the next tweak of the port will address this 
 and I for one am happy you brought it forward.
 
 I'm glad you figured the solution out beforehand.
 
 Regards,
 John
 
>Unformatted:
