From owner-freebsd-questions@FreeBSD.ORG Fri Jul 2 15:10:32 2004 Return-Path: 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 DF50A16A4CE for ; Fri, 2 Jul 2004 15:10:32 +0000 (GMT) Received: from fmx7.freemail.hu (fmx7.freemail.hu [195.228.242.227]) by mx1.FreeBSD.org (Postfix) with SMTP id DBF1E43D1F for ; Fri, 2 Jul 2004 15:10:31 +0000 (GMT) (envelope-from rege@freemail.hu) Received: (qmail 88993 invoked from network); 2 Jul 2004 17:08:33 +0200 Received: from fm2.freemail.hu (195.228.242.202) by fmx7.freemail.hu with SMTP; 2 Jul 2004 17:08:33 +0200 Received: (qmail 6741 invoked by uid 19477); 2 Jul 2004 17:08:33 +0200 Date: Fri, 2 Jul 2004 17:08:33 +0200 (CEST) From: rege@freemail.hu To: freebsd-questions@freebsd.org Message-ID: X-Originating-IP: [195.70.49.201] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Subject: 4.10-RELEASE kernel build fails on alpha X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 15:10:33 -0000 I have successfully installed 4.10-RELEASE on a CPQ Alpha DS20E. (Kern-Developer packages) Then tried to build a new kernel, in order to get ccd supported. The steps were: 1. insert "pseudo-device ccd 4" into the kernel config, no other change was made 2. config 3 make depend It worked well so far, but then make has failed with the following: ... ld -Bshareable -o accf_data.ko setdef0.o accf_data.kld setdef1.o ===> accf_http cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested- externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE - nostdinc -I- -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -Wall - Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing- prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions - ansi -c /usr/src/sys/modules/accf_http/../../netinet/accf_http.c ld -r -o accf_http.kld accf_http.o gensetdefs accf_http.kld cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested- externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE - nostdinc -I- -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -Wall - Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing- prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions - ansi -c setdef0.c cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested- externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE - nostdinc -I- -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -Wall - Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing- prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions - ansi -c setdef1.c ld -Bshareable -o accf_http.ko setdef0.o accf_http.kld setdef1.o ===> agp touch opt_bus.h touch opt_pci.h @ -> /usr/src/sys ln: @/sys: File exists *** Error code 1 Stop in /usr/src/sys/modules/agp. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. cartman# I also have tried the same after commenting out the ccd line in the config, result was the same. Does anyone have an idea what it could be? Thanks, Attila