From nobody@FreeBSD.org  Sun Jul 17 09:59:57 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A759E1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Jul 2011 09:59:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 979978FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Jul 2011 09:59:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6H9xvUX000364
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Jul 2011 09:59:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6H9xuf9000363;
	Sun, 17 Jul 2011 09:59:56 GMT
	(envelope-from nobody)
Message-Id: <201107170959.p6H9xuf9000363@red.freebsd.org>
Date: Sun, 17 Jul 2011 09:59:56 GMT
From: Alexandr <prayer@list.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/gps installation problem
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: draco@marino.st

>Number:         158993
>Category:       ports
>Synopsis:       devel/gps installation problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 17 10:00:30 UTC 2011
>Closed-Date:    Sun Jul 17 16:36:16 UTC 2011
>Last-Modified:  Sun Jul 17 16:40:10 UTC 2011
>Originator:     Alexandr
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD bsd 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue Jun 28 23:44:18 MSD 2011     root@bsd:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
make install
===>  Installing for gps-5.0.0_1
===>   gps-5.0.0_1 depends on package: gtkada>=2.22 - found
===>   gps-5.0.0_1 depends on shared library: gmp.10 - found
===>   Generating temporary packing list
===>  Checking if devel/gps already installed
mkdir -p /usr/local/bin
mkdir -p /usr/local/share
mkdir -p /usr/local/share/examples/gps
mkdir -p /usr/local/share/gps
mkdir -p /usr/local/share/gps/docgen2
mkdir -p /usr/local/share/gps/aunit
(cd distrib; perl from_impunit.pl)
(cd share; tar cf - plug-ins/*.xml) | (cd /usr/local/share/gps; tar xf -)
gawk -f distrib/gnat_switches.awk < gnat/gnat_ugn.texi > /usr/local/share/gps/plug-ins/gnat_switches.py
gawk: distrib/gnat_switches.awk:179: error: Invalid content of \{\}: /@dots{}/
gmake: *** [install-common] Error 1
*** Error code 2

Stop in /usr/ports/devel/gps.
*** Error code 1

Stop in /usr/ports/devel/gps.
>How-To-Repeat:
portsnap fetch update
cd /usr/ports/devel/gps
make install
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jul 17 10:00:48 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: draco@marino.st
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/158993: devel/gps installation problem
Date: Sun, 17 Jul 2011 10:00:46 UT

 Maintainer of devel/gps,
 
 Please note that PR ports/158993 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/158993
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Sun Jul 17 11:39:25 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: "J.R.Marino" <john@marino.st>
To: bug-followup@FreeBSD.org, prayer@list.ru
Cc:  
Subject: Re: ports/158993: devel/gps installation problem
Date: Sun, 17 Jul 2011 15:22:42 +0200

 This is a multi-part message in MIME format.
 --------------000500000508010200020708
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Okay, it appears Alexandr has gawk installed on his system.  I installed 
 gawk and confirmed the same error message during the installation phase, 
 so GPS requires the awk over gawk.
 
 The attached patch to devel/gps/Makefile will force GPS to use awk even 
 if gawk is present, but Alexandr will have to "make clean" followed by 
 "make install" if he decides to apply the patch locally.  Once this 
 patch is committed by Frederic, this PR can be closed.
 
 Regards,
 John
 
 
 --------------000500000508010200020708
 Content-Type: text/plain;
  name="gps.patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="gps.patch.txt"
 
 --- Makefile.orig	2011-07-17 17:12:44.000000000 +0200
 +++ Makefile	2011-07-17 16:39:27.000000000 +0200
 @@ -31,6 +31,7 @@
  ALL_TARGET=		default
  CC=			gnatgcc
  
 +CONFIGURE_ENV+= 	AWK=/usr/bin/awk	
  MAKE_ENV+=		ADA_PROJECT_PATH=${PREFIX}/lib/gnat
  
  OPTIONS=		SYSLOG "Enable system logging" on
 
 --------------000500000508010200020708--

From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCf0L7QvdC+0LzQsNGA0ZHQsg==?= <prayer@list.ru>
To: "J.R.Marino" <john@marino.st>, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158993: devel/gps installation problem
Date: Sun, 17 Jul 2011 19:21:51 +0400

 T24gU3VuLCAxNyBKdWwgMjAxMSAxNToyMjo0MiArMDIwMA0KIkouUi5NYXJpbm8iIDxqb2huQG1h
 cmluby5zdD4gd3JvdGU6DQoNCj4gT2theSwgaXQgYXBwZWFycyBBbGV4YW5kciBoYXMgZ2F3ayBp
 bnN0YWxsZWQgb24gaGlzIHN5c3RlbS4gIEkgaW5zdGFsbGVkIA0KPiBnYXdrIGFuZCBjb25maXJt
 ZWQgdGhlIHNhbWUgZXJyb3IgbWVzc2FnZSBkdXJpbmcgdGhlIGluc3RhbGxhdGlvbiBwaGFzZSwg
 DQo+IHNvIEdQUyByZXF1aXJlcyB0aGUgYXdrIG92ZXIgZ2F3ay4NCj4gDQo+IFRoZSBhdHRhY2hl
 ZCBwYXRjaCB0byBkZXZlbC9ncHMvTWFrZWZpbGUgd2lsbCBmb3JjZSBHUFMgdG8gdXNlIGF3ayBl
 dmVuIA0KPiBpZiBnYXdrIGlzIHByZXNlbnQsIGJ1dCBBbGV4YW5kciB3aWxsIGhhdmUgdG8gIm1h
 a2UgY2xlYW4iIGZvbGxvd2VkIGJ5IA0KPiAibWFrZSBpbnN0YWxsIiBpZiBoZSBkZWNpZGVzIHRv
 IGFwcGx5IHRoZSBwYXRjaCBsb2NhbGx5LiAgT25jZSB0aGlzIA0KPiBwYXRjaCBpcyBjb21taXR0
 ZWQgYnkgRnJlZGVyaWMsIHRoaXMgUFIgY2FuIGJlIGNsb3NlZC4NCj4gDQo+IFJlZ2FyZHMsDQo+
 IEpvaG4NCj4gDQoNClRoaXMgcGF0Y2ggbG9va3MgZ29vZCBmb3IgbWUuIFRoYW5rIHlvdS4NCg==
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Sun Jul 17 16:36:15 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158993: commit references a PR
Date: Sun, 17 Jul 2011 16:36:06 +0000 (UTC)

 culot       2011-07-17 16:35:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/gps            Makefile 
   Log:
   - Force the use of awk instead of gawk to prevent an installation issue
   
   PR:             ports/158993
   Submitted by:   Alexandr <prayer@list.ru>
   Fixed by:       John Marino <freebsdml@marino.st> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -0      ports/devel/gps/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
