From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 14:57:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E8B116A417 for ; Fri, 2 Nov 2007 14:57:28 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 8827E13C4A8 for ; Fri, 2 Nov 2007 14:57:27 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so657637nfb for ; Fri, 02 Nov 2007 07:57:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0nBzrsvRrnXKdHQiu1qiJtipP7VwhRYcIWW/RZY7/qQ=; b=fs7KiptpW/mYQah+tU7PHugFvP10oQZUl/2653Ts/C58uUjZcMu1adPOGsaAYX/rSCIicBZLJh0dOFFQyjksijccBAUcgh93RLlSWjszcX3c7lqcigNTWVq5N//iImrLVoygk2gh2+AlrMTA4uTA7K+eR/yHaAMrlg1KUJJ8otU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mqPRxrKaj83q2XtCRJ2/mQuBFLwQOJfVX0d7wDqpf/5UTcQ3Bk4QpctrK3PCEwncnf8lC7B3kcWHaRnOJTKkrhzklmWPPFmfhinoVn4RTJ81f4PH8lrm5156faiCMz/IUwsPwfr42Esqkvr4Obf3SamzSS3VD2Rpbw/vyk7MTUA= Received: by 10.78.159.7 with SMTP id h7mr1380058hue.1194015420881; Fri, 02 Nov 2007 07:57:00 -0700 (PDT) Received: by 10.78.106.10 with HTTP; Fri, 2 Nov 2007 07:57:00 -0700 (PDT) Message-ID: <85bdae4e0711020757o2353e870k67f69674a74e5e33@mail.gmail.com> Date: Fri, 2 Nov 2007 10:57:00 -0400 From: "David Yeske" To: "Jonathan Horne" In-Reply-To: <20071102091630.ubd3b3fw834swwcs@webmail.dfwlp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711012020.10917.freebsd@dfwlp.com> <64215875@srv.sem.ipt.ru> <20071102091630.ubd3b3fw834swwcs@webmail.dfwlp.org> Cc: freebsd-questions@freebsd.org Subject: Re: i keep getting this when i buildkernel on 7.0 beta 1.5... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2007 14:57:28 -0000 On 11/2/07, Jonathan Horne wrote: > Quoting Boris Samorodov : > > > On Thu, 1 Nov 2007 20:20:10 -0500 Jonathan Horne wrote: > > > >> awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld > >> export_syms | xargs -J% objcopy % zlib.kld > >> ld -Bshareable -d -warn-common -o zlib.ko.debug zlib.kld > >> objcopy --only-keep-debug zlib.ko.debug zlib.ko.symbols > >> objcopy --strip-debug --add-gnu-debuglink=zlib.ko.symbols zlib.ko.debug > >> zlib.ko > >> 1 error > >> *** Error code 2 > >> 1 error > >> *** Error code 2 > >> 1 error > >> [root@athena /usr/src]# > > > > > >> anyone able to tell me wha to do? > > > > Remove a "-j" option from the make command and get a real error > > message. > > > > > > WBR > > -- > > Boris Samorodov (bsam) > > Research Engineer, http://www.ipt.ru Telephone & Internet SP > > FreeBSD committer, http://www.FreeBSD.org The Power To Serve > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > without the -j, this is where i appear to be hanging up: > > uipc_syscalls.o(.text+0x3c1): In function `sctp_generic_recvmsg': > /usr/src/sys/kern/uipc_syscalls.c:2600: undefined reference to > `sctp_sorecvmsg' > uipc_syscalls.o(.text+0x21a2): In function `sctp_generic_sendmsg_iov': > /usr/src/sys/kern/uipc_syscalls.c:2478: undefined reference to > `sctp_lower_sosend' > uipc_syscalls.o(.text+0x249d): In function `sctp_generic_sendmsg': > /usr/src/sys/kern/uipc_syscalls.c:2371: undefined reference to > `sctp_lower_sosend' > uipc_syscalls.o(.text+0x266c): In function `sctp_peeloff': > /usr/src/sys/kern/uipc_syscalls.c:2238: undefined reference to > `sctp_can_peel_off' > uipc_syscalls.o(.text+0x28e6):/usr/src/sys/kern/uipc_syscalls.c:2279: > undefined reference to `sctp_do_peeloff' > rtsock.o(.text+0xb7d): In function `rt_newaddrmsg': > /usr/src/sys/net/rtsock.c:897: undefined reference to `sctp_addr_change' > in_proto.o(.data+0xa8): undefined reference to `sctp_input' > in_proto.o(.data+0xb0): undefined reference to `sctp_ctlinput' > in_proto.o(.data+0xb4): undefined reference to `sctp_ctloutput' > in_proto.o(.data+0xbc): undefined reference to `sctp_init' > in_proto.o(.data+0xc8): undefined reference to `sctp_drain' > in_proto.o(.data+0xcc): undefined reference to `sctp_usrreqs' > in_proto.o(.data+0xdc): undefined reference to `sctp_input' > in_proto.o(.data+0xe4): undefined reference to `sctp_ctlinput' > in_proto.o(.data+0xe8): undefined reference to `sctp_ctloutput' > in_proto.o(.data+0xfc): undefined reference to `sctp_drain' > in_proto.o(.data+0x100): undefined reference to `sctp_usrreqs' > in_proto.o(.data+0x110): undefined reference to `sctp_input' > in_proto.o(.data+0x118): undefined reference to `sctp_ctlinput' > in_proto.o(.data+0x11c): undefined reference to `sctp_ctloutput' > in_proto.o(.data+0x130): undefined reference to `sctp_drain' > in_proto.o(.data+0x134): undefined reference to `sctp_usrreqs' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/HPDC7100. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > anything i can do to get around that? the only thing in my kernel > config that differs from GENERIC, is the removal of the INET6 line, > and addition of 'options SMP' (and, the ident). > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Try removing the following from your kernel options SCTP # Stream Control Transmission Protocol