Skip site navigation (1)Skip section navigation (2)
Date:      16 Aug 2001 16:03:39 -0000
From:      Chris Shenton <chris@Shenton.Org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29776: GnuCash-1.6.1 port fails building bonobo
Message-ID:  <20010816160339.93355.qmail@Thanatos.Shenton.Org>

next in thread | raw e-mail | index | archive | help

>Number:         29776
>Category:       ports
>Synopsis:       GnuCash-1.6.1 port fails building bonobo
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 09:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chris Shenton
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD thanatos.shenton.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Sun Jul 29 19:45:03 EDT 2001 chris@thanatos.shenton.org:/usr/obj/usr/src/sys/Thanatos i386


	
>Description:
	
configure:7850: cc -o conftest -O -pipe  -I/usr/X11R6/include -Wall -Wunused  -I
/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr
/local/include -I/usr/X11R6/include  -L/usr/X11R6/lib conftest.c -L/usr/local/li
b 1>&5
/tmp/ccWiVE1g.o: In function `main':
/tmp/ccWiVE1g.o(.text+0x7): undefined reference to `dcgettext'
configure: failed program was:
#line 7827 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dcgettext(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dcgettext();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_dcgettext) || defined (__stub___dcgettext)
choke me
#else
dcgettext();
#endif

; return 0; }
configure:7877: checking for gmsgfmt
configure:7913: checking for xgettext
configure:7953: cc -o conftest -O -pipe  -I/usr/X11R6/include -Wall -Wunused  -I
/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr
/local/include -I/usr/X11R6/include  -L/usr/X11R6/lib conftest.c -L/usr/local/li
b 1>&5
/tmp/cc3f5uG4.o: In function `main':
/tmp/cc3f5uG4.o(.text+0x4): undefined reference to `_nl_msg_cat_cntr'
configure: failed program was:
#line 7945 "configure"
#include "confdefs.h"

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

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


>How-To-Repeat:

I simply did a "make" in /usr/ports/deskutils/gnucash

>Fix:

Dunno, the port has a ton of dependencies. I just tried doing a "make"
in /usr/ports/devel/bonobo and it failed there by itself, without the
GnuCash invocation.  
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010816160339.93355.qmail>