From owner-freebsd-bugs Fri Apr 28 11:12:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA19989 for bugs-outgoing; Fri, 28 Apr 1995 11:12:47 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA19983 for ; Fri, 28 Apr 1995 11:12:46 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id LAA07727; Fri, 28 Apr 1995 11:12:24 -0700 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: "Garrett A. Wollman" cc: freebsd-bugs@freefall.cdrom.com Subject: Re: bin/370: pkg_manage doesn't compile and hasn't for a week In-reply-to: Your message of "Fri, 28 Apr 1995 11:00:03 PDT." <199504281800.LAA19760@freefall.cdrom.com> Date: Fri, 28 Apr 1995 11:12:24 -0700 Message-ID: <7725.799092744@time.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > 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