From adamnealis@yahoo.co.uk  Sat Jan 19 01:53:30 2002
Return-Path: <adamnealis@yahoo.co.uk>
Received: from web20701.mail.yahoo.com (web20701.mail.yahoo.com [216.136.226.174])
	by hub.freebsd.org (Postfix) with SMTP id 8B03137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Jan 2002 01:53:29 -0800 (PST)
Received: from [62.128.212.126] by web20701.mail.yahoo.com via HTTP; Sat, 19 Jan 2002 01:53:29 PST
Message-Id: <20020119095329.41260.qmail@web20701.mail.yahoo.com>
Date: Sat, 19 Jan 2002 01:53:29 -0800 (PST)
From: Adam Nealis <adamnealis@yahoo.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Subject: bonobo-1.0.18 port fails to configure undefined reference to `_nl_msg_cat_cntr'

>Number:         34058
>Category:       ports
>Synopsis:       bonobo-1.0.18 port fails to configure undefined reference to `_nl_msg_cat_cntr'
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 19 02:00:04 PST 2002
>Closed-Date:    Tue Feb 12 19:25:42 PST 2002
>Last-Modified:  Tue Feb 12 19:26:26 PST 2002
>Originator:     Adam Nealis
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD adam.ijichi.co.uk 4.4-RC FreeBSD 4.4-RC #0: Sat Sep 29 01:05:26 BST 2001
root@adam.ijichi.co.uk:/usr/src/sy
s/compile/ADAM i386


        Athlon 1GHz, FreeBSD 4.4-RC
>Description:
bonobo-1.0.18 fails to build from ports collection.
In fact, fails to configure. Appears to be an interaction with xgettext
(which I have installed via /usr/ports/devel/gettext-devel and is version
gettext-0.10.40).

Output from end of

make configure:

configure:7734: checking for xgettext
configure:7774: cc -o conftest -O -pipe  -I/usr/X11R6/include -Wall -Wunused  -I/usr/local/include
-I/usr/X11R6/include/gtk
12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include  -L/usr/X11R6/lib
conftest.c -L/usr/local/lib 1>&5
/tmp/ccjwbTq0.o: In function `main':
/tmp/ccjwbTq0.o(.text+0x4): undefined reference to `_nl_msg_cat_cntr'
configure: failed program was:
#line 7766 "configure"
#include "confdefs.h"

int main() {
extern int _nl_msg_cat_cntr;
                               return _nl_msg_cat_cntr
; return 0; }
configure:8051: checking for catalogs to be installed
configure:8162: checking ORBit version
(end of "config.log")
*** Error code 1

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

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

Stop in /usr/ports/devel/bonobo.

>How-To-Repeat:
cd /usr/ports/devel/bonobo
make configure

>Fix:

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->gnome 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Sat Jan 19 07:18:27 PST 2002 
Responsible-Changed-Why:  
over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34058 

From: Joe Marcus Clarke <marcus@marcuscom.com>
To: freebsd-gnats-submit@FreeBSD.org, adamnealis@yahoo.co.uk
Cc:  
Subject: Re: ports/34058: bonobo-1.0.18 port fails to configure undefined reference to `_nl_msg_cat_cntr'
Date: Sat, 19 Jan 2002 11:26:44 -0500

 Do you also have gettext-0.10.35_1 installed?  This port is needed for 
 the symbol _nl_msg_cat_cntr to resolve.  The gettext-devel port only 
 brings in binaries needed to produce translation files.  In order to 
 get -lintl, you need gettext-0.10.35.
 
 Joe

From: Adam Nealis <adam.nealis@shazamteam.com>
To: freebsd-gnats-submit@FreeBSD.org, adamnealis@yahoo.co.uk
Cc:  
Subject: Re: ports/34058: bonobo-1.0.18 port fails to configure undefined reference to `_nl_msg_cat_cntr'
Date: Sat, 19 Jan 2002 23:09:33 +0000

 This is now fixed. Probably "user error". The undefined reference
 referred to ORBit.  This was fixed with
 
 portupgrade -f ORBit
 
 Adam.
 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Tue Feb 12 19:25:42 PST 2002 
State-Changed-Why:  
Submitter reports problem fixed.  Bonobo is now also at 1.0.19 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34058 
>Unformatted:
