From owner-freebsd-questions Mon Jan 13 8:38: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BF937B401 for ; Mon, 13 Jan 2003 08:37:58 -0800 (PST) Received: from mirror01.iptelecom.ua (mirror01.iptelecom.ua [212.9.224.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4D43ED8 for ; Mon, 13 Jan 2003 08:37:55 -0800 (PST) (envelope-from juz@i.com.ua) Received: from ipcard.iptcom.net ([212.9.224.5]:44299 "EHLO vircheck.ipcard.iptcom.net") by smtp1.iptelecom.net.ua with ESMTP id ; Mon, 13 Jan 2003 18:37:46 +0200 Received: from localhost (localhost.iptcom.net [127.0.0.1]) by vircheck.ipcard.iptcom.net (8.12.3/8.12.3) with SMTP id h0DGbj2u061303 for ; Mon, 13 Jan 2003 18:37:45 +0200 (EET) Message-Id: <200301131637.h0DGbj2u061303@vircheck.ipcard.iptcom.net> From: juz To: Subject: make not finding symbols when linking Date: Mon, 13 Jan 2003 18:37:45 +0000 X-Mailer: Null Webmail / 0.5.9 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG poshli na freebsd-questions: ---------------------------- Subj: make not finding symbols when linking Hi! Please HELP!! We have just put a "user" install of FreeBSD 4.7 (from CD) onto a server, and when trying to install certain ports get the below. Are there some libraries missing from the install because we did not choose the right installation type? How is it possible to install the required packages/libraries? Are they downloadable from somewhere? Many thanks in advance! netpfc# pwd /usr/ports/net/cvsup-without-gui netpfc# make ===> Extracting for cvsup-without-gui-16.1f >> Checksum OK for cvsup-snap-16.1f.tar.gz. ===> cvsup-without-gui-16.1f depends on file: /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found ===> Verifying install for /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3 ===> Extracting for ezm3-1.0 >> Checksum OK for ezm3/ezm3-1.0-FreeBSD4-boot.tar.bz2. >> Checksum OK for ezm3/ezm3-1.0-src.tar.bz2. ===> ezm3-1.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Building for gmake-3.79.1_3 make all-recursive Making all in glob Making all in i18n cc -O -pipe -L/usr/local/lib -o make ar.o arscan.o commands.o dir.o expand.o file.o function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o variable.o vpath.o default.o remote-stub.o version.o getopt1.o gettext.o glob/libglob.a -lutil -lkvm file.o: In function `print_file': file.o(.text+0x17e3): undefined reference to `print_commands' job.o: In function `reap_children': job.o(.text+0x744): undefined reference to `handling_fatal_signal' job.o(.text+0x79e): undefined reference to `delete_child_targets' job.o(.text+0x7b3): undefined reference to `handling_fatal_signal' job.o(.text+0x8ca): undefined reference to `handling_fatal_signal' job.o: In function `free_child': job.o(.text+0xa1c): undefined reference to `handling_fatal_signal' job.o: In function `new_job': job.o(.text+0x1197): undefined reference to `chop_commands' main.o: In function `main': main.o(.text+0x2e4): undefined reference to `fatal_error_signal' main.o(.text+0x31e): undefined reference to `fatal_error_signal' main.o(.text+0x356): undefined reference to `fatal_error_signal' main.o(.text+0x38e): undefined reference to `fatal_error_signal' main.o(.text+0x3c6): undefined reference to `fatal_error_signal' main.o(.text+0x3fe): more undefined references to `fatal_error_signal' follow remake.o: In function `remake_file': remake.o(.text+0x1ffb): undefined reference to `chop_commands' remake.o(.text+0x2019): undefined reference to `execute_file_commands' rule.o: In function `print_rule': rule.o(.text+0xdaf): undefined reference to `print_commands' *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake. *** Error code 1 Stop in /usr/ports/lang/ezm3. *** Error code 1 Stop in /usr/ports/net/cvsup-without-gui. ------------ netpfc# pwd /usr/ports/net/cvsup netpfc# ls -l total 16 -rw-r--r-- 1 root wheel 1766 Jan 12 2002 Makefile -rw-r--r-- 1 root wheel 65 Jan 2 2002 distinfo -rw-r--r-- 1 root wheel 73 Jan 12 2002 pkg-comment -rw-r--r-- 1 root wheel 77 Jan 12 2002 pkg-comment.nogui -rw-r--r-- 1 root wheel 718 Aug 30 20:45 pkg-descr -rw-r--r-- 1 root wheel 703 Aug 30 20:50 pkg-descr.nogui -rw-r--r-- 1 root wheel 74 Sep 22 2001 pkg-plist drwxr-xr-x 2 root wheel 512 Jan 11 11:34 scripts netpfc# make ***************************************************** * To build CVSup without X11 (and without the GUI), * * use the "net/cvsup-without-gui" port. * ***************************************************** ===> Extracting for cvsup-16.1f >> Checksum OK for cvsup-snap-16.1f.tar.gz. ===> cvsup-16.1f depends on file: /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a - not found ===> Verifying install for /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a in /usr/ports/lang/ezm3 ===> Extracting for ezm3-1.0 >> Checksum OK for ezm3/ezm3-1.0-FreeBSD4-boot.tar.bz2. >> Checksum OK for ezm3/ezm3-1.0-src.tar.bz2. ===> ezm3-1.0 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Building for gmake-3.79.1_3 make all-recursive Making all in glob Making all in i18n cc -O -pipe -L/usr/local/lib -o make ar.o arscan.o commands.o dir.o expand.o file.o function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o variable.o vpath.o default.o remote-stub.o version.o getopt1.o gettext.o glob/libglob.a -lutil -lkvm file.o: In function `print_file': file.o(.text+0x17e3): undefined reference to `print_commands' job.o: In function `reap_children': job.o(.text+0x744): undefined reference to `handling_fatal_signal' job.o(.text+0x79e): undefined reference to `delete_child_targets' job.o(.text+0x7b3): undefined reference to `handling_fatal_signal' job.o(.text+0x8ca): undefined reference to `handling_fatal_signal' job.o: In function `free_child': job.o(.text+0xa1c): undefined reference to `handling_fatal_signal' job.o: In function `new_job': job.o(.text+0x1197): undefined reference to `chop_commands' main.o: In function `main': main.o(.text+0x2e4): undefined reference to `fatal_error_signal' main.o(.text+0x31e): undefined reference to `fatal_error_signal' main.o(.text+0x356): undefined reference to `fatal_error_signal' main.o(.text+0x38e): undefined reference to `fatal_error_signal' main.o(.text+0x3c6): undefined reference to `fatal_error_signal' main.o(.text+0x3fe): more undefined references to `fatal_error_signal' follow remake.o: In function `remake_file': remake.o(.text+0x1ffb): undefined reference to `chop_commands' remake.o(.text+0x2019): undefined reference to `execute_file_commands' rule.o: In function `print_rule': rule.o(.text+0xdaf): undefined reference to `print_commands' *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake. *** Error code 1 Stop in /usr/ports/lang/ezm3. *** Error code 1 Stop in /usr/ports/net/cvsup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message