From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 14:55:43 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 AF9F416A419 for ; Fri, 2 Nov 2007 14:55:43 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 7367213C4AC for ; Fri, 2 Nov 2007 14:55:43 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (pollux.dfwlp.com [192.168.125.61]) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id lA2Esmk6061323; Fri, 2 Nov 2007 09:54:48 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Received: (from www@localhost) by pollux.dfwlp.com (8.13.8/8.13.8/Submit) id lA2EsmBh061322; Fri, 2 Nov 2007 09:54:48 -0500 (CDT) (envelope-from freebsd@dfwlp.com) X-Authentication-Warning: pollux.dfwlp.com: www set sender to freebsd@dfwlp.com using -f Received: from 192.168.125.150 ([192.168.125.150]) by webmail.dfwlp.org (Horde MIME library) with HTTP; Fri, 02 Nov 2007 09:54:48 -0500 Message-ID: <20071102095448.k9e9ar0esk448ows@webmail.dfwlp.org> Date: Fri, 02 Nov 2007 09:54:48 -0500 From: Jonathan Horne To: Boris Samorodov References: <200711012020.10917.freebsd@dfwlp.com> <64215875@srv.sem.ipt.ru> <20071102091630.ubd3b3fw834swwcs@webmail.dfwlp.org> <65962063@srv.sem.ipt.ru> In-Reply-To: <65962063@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-6.2 X-Spam-Status: No, score=-3.2 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00, MIME_QP_LONG_LINE autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com 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:55:43 -0000 Quoting Boris Samorodov : > On Fri, 02 Nov 2007 09:16:30 -0500 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=3Dzlib.ko.symbols zlib.ko.de= bug >> >> 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 =20 >> "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, > > From /sys/conf/NOTES: > ----- > # SCTP is a NEW transport protocol defined by > # RFC2960 updated by RFC3309 and RFC3758.. and > # soon to have a new base RFC and many many more > # extensions. This release supports all the extensions > # including many drafts (most about to become RFC's). > # It is the premeier SCTP implementation in the NET > # and is quite well tested. > # > # Note YOU MUST have both INET and INET6 defined. > # you don't have to enable V6, but SCTP is > # dual stacked and so far we have not teased apart > # the V6 and V4.. since an association can span > # both a V6 and V4 address at the SAME time :-) > ----- > >> and addition of 'options SMP' (and, the ident). > > > WBR > -- > Boris Samorodov (bsam) > Research Engineer, http://www.ipt.ru Telephone & Internet SP > FreeBSD committer, http://www.FreeBSD.org The Power To Serve > well i appear to have fallen prey to the oldest trick in the book... =20 so remind me not to get involved in land wars in asia. :) also, if i would have just 'read' the GENERIC config file before i =20 started editing it, i would have noticed that 'options SMP' is now =20 already included! *slaps forehead!* cheers, --=20 Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.