From owner-freebsd-current Mon Dec 8 06:35:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA10203 for current-outgoing; Mon, 8 Dec 1997 06:35:08 -0800 (PST) (envelope-from owner-freebsd-current) Received: from hermes (hermes.uninet.net.mx [200.33.146.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA10177 for ; Mon, 8 Dec 1997 06:34:58 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from sunix by hermes (SMI-8.6/SMI-SVR4) id IAA22882; Mon, 8 Dec 1997 08:37:28 -0600 Message-ID: <348C06D7.15DFA166@ver1.telmex.net.mx> Date: Mon, 08 Dec 1997 08:40:23 -0600 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: freebsd-current@FreeBSD.Org Subject: Undefined symbol _procfs_exit during make release. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.Org X-Loop: FreeBSD.org Precedence: bulk Yesterday I made my first attempt to do a make release and after about 600 Mega and 12 hours I got this Undefined symbol message. Does anyone know why? Do I have to go through the whole 12 hour process to rebuild the release? Thank you and please forgive my ignorance, this may have been discused but I have not had access to mail for about three weeks. Today is my first day back. TIA ed cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include -DMFS_ROOT=1440 -DNFS_NOSERVER -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -include opt_global.h swapkernel.c sh ../../conf/newvers.sh BOOTMFS -DMFS_ROOT=1440 -DNFS_NOSERVER -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include -DMFS_ROOT=1440 -DNFS_NOSERVER -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -include opt_global.h -c vers.c loading kernel kern_exit.o: Undefined symbol `_procfs_exit' referenced from text segment *** Error code 1 Stop.