From owner-freebsd-stable@FreeBSD.ORG Fri Jan 22 04:17:07 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 603F7106568D for ; Fri, 22 Jan 2010 04:17:07 +0000 (UTC) (envelope-from boydjd@jbip.net) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id DF1078FC18 for ; Fri, 22 Jan 2010 04:17:06 +0000 (UTC) Received: by fxm27 with SMTP id 27so30960fxm.3 for ; Thu, 21 Jan 2010 20:17:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.239.188.145 with SMTP id p17mr274446hbh.175.1264133825136; Thu, 21 Jan 2010 20:17:05 -0800 (PST) In-Reply-To: <33c6b0bc1001210954q206401f4n51d97af7f861e99c@mail.gmail.com> References: <33c6b0bc1001210916u2131713do712e23ddaaa40cde@mail.gmail.com> <4B589457.2060008@icyb.net.ua> <33c6b0bc1001210954q206401f4n51d97af7f861e99c@mail.gmail.com> From: Joshua Boyd Date: Thu, 21 Jan 2010 23:16:45 -0500 Message-ID: <33c6b0bc1001212016r68aaf62cl8d3a88c4abce0c15@mail.gmail.com> Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: install: amdsbwd.ko: No such file or directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 04:17:07 -0000 Well, I have good news and bad news. I was able to get the kernel installed, reboot, and do a mergemaster -p. When I went to do installworld, it failed on me. I tried to do buildworld again, and get this: ------------ cc -O2 -pipe -DNEED_SOLARIS_BOOLEAN -I/usr/src/cddl/usr.bin/ctfconvert/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/usr.bin/ctfconvert/../../../cddl/compat/opensolaris/include -I/usr/src/cddl/usr.bin/ctfconvert/../../../cddl/contrib/opensolaris -I/usr/src/cddl/usr.bin/ctfconvert/../../../sys/cddl/contrib/opensolaris -I/usr/src/cddl/usr.bin/ctfconvert/../../../cddl/contrib/opensolaris/head -I/usr/src/cddl/usr.bin/ctfconvert/../../../cddl/contrib/opensolaris/tools/ctf/common -I/usr/src/cddl/usr.bin/ctfconvert/../../../cddl/contrib/opensolaris/tools/ctf/cvt -I/usr/src/cddl/usr.bin/ctfconvert/../../../sys/cddl/contrib/opensolaris/uts/common -DNEED_SOLARIS_BOOLEAN -g -Wno-unknown-pragmas -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o ctfconvert alist.o ctf.o ctfconvert.o dwarf.o fixup_tdescs.o hash.o iidesc.o input.o list.o memory.o merge.o output.o st_parse.o stabs.o stack.o strtab.o symbol.o tdata.o traverse.o util.o -lctf -ldwarf -lelf -lz -lthr -legacy /usr/lib/libthr.a(thr_syscalls.o)(.text+0x87a): In function `___pselect': : undefined reference to `__pselect' *** Error code 1 Stop in /usr/src/cddl/usr.bin/ctfconvert. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------ I tried to re cvsup, make cleanworld && make cleandir, and moved my make.conf and src.conf out of the way. Build dies at the same place. Googling found this other fellow with the same problem, but no solution: http://forums.freebsd.org/showthread.php?p=63531 Any help would be appreciated. Thanks. On Thu, Jan 21, 2010 at 12:54 PM, Joshua Boyd wrote: > I'm sorry, it's installkernel that fails. > > I'll provide more details tonight when I get home from work. > > On Thu, Jan 21, 2010 at 12:52 PM, Andriy Gapon wrote: > >> on 21/01/2010 19:16 Joshua Boyd said the following: >> > make buildkernel KERNCONF=CUSTOM fails on latest 8-STABLE. >> > >> > Here's the diff between GENERIC and CUSTOM: >> > $ diff GENERIC CUSTOM >> > 323a324,343 >> >> # pf support >> >> device mem >> >> device pf >> >> device pflog >> >> device pfsync >> >> >> >> # altq support >> >> options ALTQ >> >> options ALTQ_CBQ >> >> options ALTQ_RED >> >> options ALTQ_RIO >> >> options ALTQ_HFSC >> >> options ALTQ_PRIQ >> >> options ALTQ_NOPCC >> >> >> >> # other optimizations >> >> device amdsbwd #Only added to see if this would help >> >> options HZ=1000 >> >> options DEVICE_POLLING >> > >> > buildkernel fails out with: >> > >> > install: amdsbwd.ko: No such file or directory >> > >> > Any help would be appreciated. cvsup was done last night. Let me know if >> any >> > additional info is needed. >> >> Hmm, I didn't think that buildkernel executes install.. >> Could you provide a little bit more context from the build? >> >> -- >> Andriy Gapon >> > > > > -- > Joshua Boyd > JBipNet > > E-mail: boydjd@jbip.net > > http://www.jbip.net > -- Joshua Boyd JBipNet E-mail: boydjd@jbip.net http://www.jbip.net