pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41792: chat/ircII files in compile due to undefined references on m68k/sun3



>Number:         41792
>Category:       pkg
>Synopsis:       chat/ircII files in compile due to undefined references on 
>m68k/sun3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 27 14:20:00 +0000 2009
>Originator:     John Carr
>Release:        NetBSD/sun3-5.0
>Organization:
>Environment:
NetBSD moonbeam 5.0 NetBSD 5.0 (MOONBEAM-SLIM) #0: Wed Jul 15 19:42:20 EDT 2009 
 root@moonbeam:/usr/src/sys/arch/sun3/compile/MOONBEAM-SLIM sun3

>Description:
chat/ircII fails on compile on m68k/sun3. With no errors or warnings during the 
main part of the compile, it eventually fails with the errors below. This has 
been reproduced using the patches in pkgsrc-2009Q2 and -current.



cc -I. -I/usr/pkgsrc/chat/ircII/work/ircii-20081115/include 
-I/usr/pkgsrc/chat/ircII/work/ircii-20081115/source/rijndael -pipe -O2 
-DHAVE_CONFIG_H -c /usr/pkgsrc/chat/ircII/work/ircii-20081115/source/whois.c
cc -I. -I/usr/pkgsrc/chat/ircII/work/ircii-20081115/include 
-I/usr/pkgsrc/chat/ircII/work/ircii-20081115/source/rijndael -pipe -O2 
-DHAVE_CONFIG_H -c /usr/pkgsrc/chat/ircII/work/ircii-20081115/source/window.c
cc -pipe -O2 -Wl,-R/usr/pkg/lib -DHAVE_CONFIG_H -o irc alias.o crypt.o ctcp.o 
dcc.o debug.o edit.o exec.o flood.o  funny.o help.o history.o hold.o hook.o 
icb.o if.o ignore.o  input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o 
log.o  mail.o menu.o names.o newio.o notice.o notify.o numbers.o  output.o 
parse.o queue.o reg.o scandir.o screen.o server.o  sl.o stack.o status.o 
strsep.o term.o translat.o vars.o whois.o  window.o -ltermcap -L/usr/pkg/lib  
-lcrypt
edit.o: In function `funny_stuff':
edit.c:(.text+0x252c): undefined reference to `set_funny_flags'
edit.c:(.text+0x2588): undefined reference to `funny_match'
edit.c:(.text+0x2646): undefined reference to `funny_match'
notice.o: In function `got_initial_version':
notice.c:(.text+0x2dc): undefined reference to `reinstate_user_modes'
numbers.o: In function `numbered_command':
numbers.c:(.text+0xada): undefined reference to `funny_print_widelist'
numbers.c:(.text+0xeaa): undefined reference to `funny_mode'
numbers.c:(.text+0xf76): undefined reference to `funny_list'
numbers.c:(.text+0x106e): undefined reference to `funny_namreply'
numbers.c:(.text+0x1298): undefined reference to `funny_list'
parse.o: In function `p_mode':
parse.c:(.text+0xdb0): undefined reference to `update_user_mode'
parse.c:(.text+0xe04): undefined reference to `update_user_mode'
parse.o: In function `irc2_parse_server':
parse.c:(.text+0x14ee): undefined reference to `funny_namreply'
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/chat/ircII/work/ircii-20081115
*** Error code 1

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

Stop.
make: stopped in /usr/pkgsrc/chat/ircII

>How-To-Repeat:
Build chat/ircII from pkgsrc
>Fix:



Home | Main Index | Thread Index | Old Index