From nobody@FreeBSD.org  Sat Oct 10 00:46:07 2009
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 AE206106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Oct 2009 00:46:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9D1168FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Oct 2009 00:46:07 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9A0k7nD029115
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 10 Oct 2009 00:46:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n9A0k7wv029114;
	Sat, 10 Oct 2009 00:46:07 GMT
	(envelope-from nobody)
Message-Id: <200910100046.n9A0k7wv029114@www.freebsd.org>
Date: Sat, 10 Oct 2009 00:46:07 GMT
From: "Michael P. Soulier" <msoulier@digitaltorque.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port devel/apr fails to build - syntax error in configure
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139462
>Category:       ports
>Synopsis:       port devel/apr fails to build - syntax error in configure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 10 00:50:02 UTC 2009
>Closed-Date:    Thu Dec 10 01:33:36 UTC 2009
>Last-Modified:  Thu Dec 10 01:33:36 UTC 2009
>Originator:     Michael P. Soulier
>Release:        6.3
>Organization:
>Environment:
msoulier@kanga:~$ uname -a
FreeBSD kanga.digitaltorque.ca 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #0: Mon Sep 22 02:44:08 EDT 2008     root@kanga.digitaltorque.ca:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Running a portupgrade -a I see this:

checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure.lineno: 9753: Syntax error: word unexpected (expecting ")")
*** Error code 2

Stop in /usr/ports/devel/apr.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20091009-7480-urr2dp-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=apr-nothr-gdbm-db42-1.3.6.1.3.8 UPGRADE_PORT_VER=1.3.6.1.3.8 make BATCH=yes
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
        -  (p5-Text-ParseWords-3.1)
        ! audio/p5-Ogg-Vorbis-Header (p5-Ogg-Vorbis-Header-0.03_1)      (install error)
        ! devel/apr (apr-nothr-gdbm-db42-1.3.6.1.3.8)   (unknown build error)

>How-To-Repeat:
In my case, try to portupgrade. 
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 10 00:50:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Petr Lampa <lampa@fit.vutbr.cz>
To: bug-followup@FreeBSD.org, msoulier@digitaltorque.ca
Cc:  
Subject: Re: ports/139462: port devel/apr fails to build - syntax error in
 configure
Date: Tue, 20 Oct 2009 10:14:08 +0200

 I had the same problem, the fix was easy - just delete the old libtool files 
 left there:
 /usr/local/bin/libtool15 (or 13)
 /usr/local/bin/libtoolize15
 (probably the libtool upgrade mentioned in UPDATING was not performed properly)
 
 Sincerely,
 Petr Lampa
 
 -- 
 Computer Centre                             E-mail: lampa@fit.vutbr.cz
 Faculty of Information Technology           Web: http://www.fit.vutbr.cz/
 Brno University of Technology               Fax:  +420 54114-1270
 Bozetechova 2, 612 66 Brno, Czech Republic  Phone: +420 54114-1225
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Dec 10 01:33:36 UTC 2009 
State-Changed-Why:  
not a bug, libtool22 update wasn't done right 

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