From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 4 07:30:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DE2E1065670 for ; Fri, 4 Mar 2011 07:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3200E8FC16 for ; Fri, 4 Mar 2011 07:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p247UH6w050546 for ; Fri, 4 Mar 2011 07:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p247UHNb050545; Fri, 4 Mar 2011 07:30:17 GMT (envelope-from gnats) Date: Fri, 4 Mar 2011 07:30:17 GMT Message-Id: <201103040730.p247UHNb050545@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: John Marino Cc: Subject: Re: ports/155162: Installation failed for port lang/gnat-aux X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Marino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 07:30:18 -0000 The following reply was made to PR ports/155162; it has been noted by GNATS. From: John Marino 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 Content-Type: text/html; charset=ISO-8859-1 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--