Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 02:57:56 -0700 (PDT)
From:      Bigfish <bigfish@gc.shu.edu.tw>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/41840: mc-4.5.55_3 make problem...
Message-ID:  <200208210957.g7L9vuOJ044239@www.freebsd.org>

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

>Number:         41840
>Category:       misc
>Synopsis:       mc-4.5.55_3 make problem...
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 21 03:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Bigfish
>Release:        4.6-RELEASE
>Organization:
GC
>Environment:
FreeBSD gc.shu.edu.tw 4.6-RELEASE 
FreeBSD 4.6-RELEASE #0: Wed Jul  3 17:09:11 CS T 2002 
root@gc.shu.edu.tw:/usr/src/sys/compile/GC  i386

>Description:
When I try to make mc-4.5.55_3, it appears some errors below:

>How-To-Repeat:
cd /usr/ports/misc/mc; make clean; make
>Fix:
Sorry, I don't know...
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for mc-4.5.55.tar.gz.
 ===>   mc-4.5.55_3 depends on executable: ispell - found
 ===>   mc-4.5.55_3 depends on executable: gmake - found
 ===>   mc-4.5.55_3 depends on file: /usr/local/bin/sed_inplace - found
 ===>   mc-4.5.55_3 depends on shared library: slang.1 - found
 ===>   mc-4.5.55_3 depends on shared library: iconv.3 - found
 ===>   mc-4.5.55_3 depends on shared library: intl.4 - found
 ===>   mc-4.5.55_3 depends on shared library: glib12.3 - found
 [...omit...]
 
 cc -L/usr/local/lib -lintl -L/usr/local/lib -o mc dir.o 
 util.o screen.o dialog.o key.o keyxdef.o menu.o file.o 
 win.o color.o help.o find.o profile.o user.o view.o ext.o 
 mouse.o setup.o dlg.o option.o tree.o widget.o chmod.o 
 mad.o wtools.o info.o cons.handler.o chown.o subshell.o 
 terms.o boxes.o hotlist.o achown.o layout.o fsusage.o 
 mountlist.o  regex.o complete.o slint.o command.o cmd.o 
 main.o panelize.o learn.o listmode.o utilunix.o 
 background.o rxvt.o text.o popt.o findme.o poptparse.o 
 poptconfig.o popthelp.o filegui.o filenot.o fileopctx.o 
 treestore.o textconf.o charsets.o selcodepage.o -L../vfs 
 -L../slang -L../edit -lslang -ltermcap -ledit -lvfs-mc 
 -L/usr/local/lib -lglib12 -lcurses
 setup.o(.rodata+0x3b4): undefined reference to `option_word_wrap_line_length'
 setup.o(.rodata+0x3bc): 
 undefined reference to `edit_key_emulation'
 setup.o(.rodata+0x3c4): 
 undefined reference to `option_tab_spacing'
 setup.o(.rodata+0x3cc): 
 undefined reference to `option_fill_tabs_with_spaces'
 setup.o(.rodata+0x3d4): 
 undefined reference to `option_return_does_auto_indent'
 setup.o(.rodata+0x3dc): 
 undefined reference to `option_backspace_through_tabs'
 setup.o(.rodata+0x3e4): 
 undefined reference to `option_fake_half_tabs'
 setup.o(.rodata+0x3ec): 
 undefined reference to `option_save_mode'
 setup.o(.rodata+0x3f4): 
 undefined reference to `option_backup_ext_int'
 setup.o(.rodata+0x3fc): 
 undefined reference to `option_auto_para_formatting'
 setup.o(.rodata+0x404): 
 undefined reference to `option_typewriter_wrap'
 setup.o(.rodata+0x40c): 
 undefined reference to `edit_confirm_save'
 setup.o(.rodata+0x414): 
 undefined reference to `option_syntax_highlighting'
 layout.o: In function `change_screen_size':
 layout.o(.text+0x13e0): 
 undefined reference to `edit_dlg'
 layout.o(.text+0x13eb): 
 undefined reference to `edit_adjust_size'
 cmd.o: In function `do_edit_at_line':
 cmd.o(.text+0x53b): undefined reference to `edit'
 main.o: In function `mc_maybe_editor_or_viewer':
 main.o(.text+0x21ff): 
 undefined reference to `edit'
 main.o(.data+0x4c4): 
 undefined reference to `edit_user_menu_cmd'
 gmake[2]: *** [mc] Error 1
 gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.55/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.55'
 gmake: *** [all] Error 2
 *** Error code 2
 
 Stop in /usr/ports/misc/mc.
 
 My ports' version:
 # $FreeBSD: ports/misc/mc/Makefile,v 1.71 2002/08/17 16:12:13 fjoe Exp $
 
 And I had upgraded: ispell, libslang, libiconv, gettext to latest one...
 

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




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