Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 22:45:48 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117411: net-im/finch: does not build
Message-ID:  <20071022184548.A819D41F6@hades.panopticon>
Resent-Message-ID: <200710221950.l9MJo1to011023@freefall.freebsd.org>

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

>Number:         117411
>Category:       ports
>Synopsis:       net-im/finch: does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 19:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
Does not build (see log). Full log, as well as some additional info (list of installed packages, and OPTIONS for finch and libpurple) here: http://www.amdmi3.ru/finch/

--- finch.log.txt begins here ---
===>  Found saved configuration for finch-2.2.1
===>  Extracting for finch-2.2.1
=> MD5 Checksum OK for pidgin-2.2.1.tar.bz2.
=> SHA256 Checksum OK for pidgin-2.2.1.tar.bz2.
===>  Patching for finch-2.2.1
===>  Applying FreeBSD patches for finch-2.2.1
===>   finch-2.2.1 depends on executable: gmake - found
===>   finch-2.2.1 depends on file: /usr/local/bin/intltool-extract - found
===>   finch-2.2.1 depends on executable: pkg-config - found
===>   finch-2.2.1 depends on shared library: purple.2 - found
===>   finch-2.2.1 depends on shared library: gnutls - found
===>   finch-2.2.1 depends on shared library: glib-2.0.0 - found
===>  Configuring for finch-2.2.1
...
pidgin 2.2.1

Build GTK+ 2.x UI............. : no
Build console UI.............. : no
Build for X11................. : yes

Enable Gestures............... : yes
Protocols to build dynamically : gg irc jabber msn myspace novell oscar qq simple yahoo zephyr
Protocols to link statically.. :

Build with GStreamer support.. : no
Build with D-Bus support...... : no
Build with NetworkManager..... : no
SSL Library/Libraries......... : GnuTLS
Build with Cyrus SASL support. : no
Use kerberos 4 with zephyr.... : no
Use external libzephyr........ : no
Has you....................... : yes

Use XScreenSaver Extension.... : no
Use X Session Management...... : no
Use startup notification...... : no
Build with GtkSpell support... : no

Build with plugin support..... : yes
Build with Mono support....... : no
Build with Perl support....... : no
Build with Tcl support........ : no
Build with Tk support......... : no

Print debugging messages...... : no

Pidgin will be installed in /usr/local/bin.

configure complete, now type 'make'

===>  Building for finch-2.2.1
...
/bin/sh ../../libtool --silent --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -Wall  -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -I/usr/local/include/libxml2 -I/usr/local/include   -I/usr/local/include -I/usr/local/include   -g -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT gntwindow.lo -MD -MP -MF .deps/gntwindow.Tpo -c -o gntwindow.lo gntwindow.c
mv -f .deps/gntwindow.Tpo .deps/gntwindow.Plo
/bin/sh ../../libtool --silent --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..  -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -Wall  -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -I/usr/local/include/libxml2 -I/usr/local/include   -I/usr/local/include -I/usr/local/include   -g -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT gntwm.lo -MD -MP -MF .deps/gntwm.Tpo -c -o gntwm.lo gntwm.c
gntwm.c: In function `work_around_for_ncurses_bug':
gntwm.c:139: error: syntax error before "ch"
gntwm.c:155: error: implicit declaration of function `mvwin_wch'
gntwm.c:155: warning: nested extern declaration of `mvwin_wch'
gntwm.c:155: error: `ch' undeclared (first use in this function)
gntwm.c:155: error: (Each undeclared identifier is reported only once
gntwm.c:155: error: for each function it appears in.)
gntwm.c:161: error: implicit declaration of function `mvwadd_wch'
gntwm.c:161: warning: nested extern declaration of `mvwadd_wch'
gntwm.c:171: warning: nested extern declaration of `mvwadd_wch'
gntwm.c: In function `dump_screen':
gntwm.c:676: error: syntax error before "wch"
gntwm.c:678: warning: nested extern declaration of `mvwin_wch'
gntwm.c:678: error: `wch' undeclared (first use in this function)
gntwm.c: In function `reverse_char':
gntwm.c:912: error: syntax error before "ch"
gntwm.c:914: warning: nested extern declaration of `mvwin_wch'
gntwm.c:914: error: `ch' undeclared (first use in this function)
gntwm.c:918: warning: nested extern declaration of `mvwadd_wch'
gmake[3]: *** [gntwm.lo] Error 1
gmake[3]: Leaving directory `/usr/work/usr/ports/net-im/finch/work/pidgin-2.2.1/finch/libgnt'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/work/usr/ports/net-im/finch/work/pidgin-2.2.1/finch/libgnt'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/work/usr/ports/net-im/finch/work/pidgin-2.2.1/finch/libgnt'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/net-im/finch.
*** Error code 1

Stop in /usr/ports/net-im/finch.
--- finch.log.txt ends here ---

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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