Bug 62207 - Build fails in libkirc on NetBSD -current.
Summary: Build fails in libkirc on NetBSD -current.
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: 0.7
Platform: NetBSD pkgsrc NetBSD
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-05 21:15 UTC by Nate Hill
Modified: 2003-08-08 01:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Hill 2003-08-05 21:15:31 UTC
Version:           0.7 (using KDE KDE 3.1.3)
Installed from:    NetBSD pkgsrc
Compiler:          2.95.3 
OS:          NetBSD

Nobody answered this on the list so here it is:

...
Making all in libkirc
gmake[5]: Entering directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete/protocols/irc/libkirc'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete/protocols/irc/libkirc'
gmake[5]: Entering directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete/protocols/irc'
/bin/sh ../../../libtool --silent --mode=link --tag=CXX c++  
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W 
-Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 
-I/usr/pkg/include -I/usr/X11R6/include -fno-exceptions 
-fno-check-new   -L/usr/X11R6/qt3/lib -Wl,-R/usr/X11R6/qt3/lib 
-Wl,-R/usr/pkg/lib -L/usr/pkg/lib  -Wl,-R/usr/X11R6/lib 
-L/usr/X11R6/lib -o kopete_irc.la.closure kopete_irc_la_closure.lo 
-module -avoid-version -module -no-undefined   -L/usr/X11R6/lib  
-L/usr/X11R6/qt3/lib -Wl,-R/usr/X11R6/qt3/lib -Wl,-R/usr/pkg/lib 
-L/usr/pkg/lib  -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib 
ircaddcontactpage.lo ircchannelcontact.lo irccontact.lo ircaccount.lo 
ircpreferences.lo ircprotocol.lo ircservercontact.lo 
ircusercontact.lo irccontactmanager.lo ksparser.lo 
../../libkopete/libkopete.la ./ui/libkopeteircui.la 
./libkirc/libkirc.la -lkio
./ui/.libs/libkopeteircui.a(irceditaccountwidget.o): In function 
`IRCEditAccountWidget::IRCEditAccountWidget(IRCProtocol *, IRCAccount 
*, QWidget *, char const *)':
irceditaccountwidget.o(.text+0x39): undefined reference to 
`EditAccountWidget::EditAccountWidget(KopeteAccount *)'
gmake[5]: *** [kopete_irc.la.closure] Error 1
gmake[5]: Leaving directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete/protocols/irc'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete/protocols/irc'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete/protocols'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/pkgsrc/chat/kopete/work/kopete-0.7/kopete'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/chat/kopete/work/kopete-0.7'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/chat/kopete
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/chat/kopete
[root@cryogen /usr/pkgsrc/chat/kopete]
Comment 1 Martijn Klingens 2003-08-06 00:02:12 UTC
Subject: Re: [Kopete-devel]   New: Build fails in libkirc on NetBSD -current.

On Tuesday 05 August 2003 21:15, Nathaniel A.A.Hill wrote:
> Nobody answered this on the list so here it is:

I have no idea how to fix this, since it all looks ok to me, but as a 
workaround you can disable IRC compilation by removing it from Makefile's 
SUBDIRS= line, so you can at least complete the build and test the rest.

Comment 2 Nate Hill 2003-08-08 01:49:21 UTC
This seems to have been fixed by having a shared libkopete (hmmm...).