Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 1995 11:12:24 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        "Garrett A. Wollman" <wollman@khavrinen.lcs.mit.edu>
Cc:        freebsd-bugs@freefall.cdrom.com
Subject:   Re: bin/370: pkg_manage doesn't compile and hasn't for a week 
Message-ID:  <7725.799092744@time.cdrom.com>
In-Reply-To: Your message of "Fri, 28 Apr 1995 11:00:03 PDT." <199504281800.LAA19760@freefall.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> pkg_manage.o: Undefined symbol `_get_helpline' referenced from text segment
> pkg_manage.o: Undefined symbol `_restore_helpline' referenced from text segme
nt
> pkg_ui.o: Undefined symbol `_dialog_dselect' referenced from text segment
> pkg_ui.o: Undefined symbol `_MarkCurrentListObj' referenced from text segment
> pkg_ui.o: Undefined symbol `_MarkAllListObj' referenced from text segment
> pkg_ui.o: Undefined symbol `_UnMarkAllListObj' referenced from text segment
> *** Error code 1
> 
> 	I had this same problem a week ago and ``solved'' it by
> 	deleting pkg_manage from the usr.sbin Makefile.  Fresh

I'm going to close this PR since this is clearly something wrong with
your source tree.  get_helpline() and friends most definitely ARE in
the latest version of libdialog:

jkh@time-> cd /usr/src/gnu/lib/libdialog/
jkh@time-> grep get_helpline *
dialog.h:char *get_helpline(void);
help.c: savehline = get_helpline();
help.c:get_helpline(void)
help.c:} /* get_helpline() */
notify.c:    tmphlp = get_helpline();
yesno.c:  tmphlp = get_helpline();

						Jordan



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