From owner-freebsd-current@FreeBSD.ORG Mon Oct 2 12:22:46 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576C016A403 for ; Mon, 2 Oct 2006 12:22:46 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B6043D64 for ; Mon, 2 Oct 2006 12:22:43 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id A7BCC170C5 for ; Mon, 2 Oct 2006 12:22:41 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id k92CMXX3059494 for ; Mon, 2 Oct 2006 12:22:34 GMT (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org From: Poul-Henning Kamp Date: Mon, 02 Oct 2006 12:22:33 +0000 Message-ID: <59493.1159791753@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Subject: sound/driver/hda and ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 12:22:46 -0000 During a "make universe" ia64 fails with the following errors. I wouldn't expect a sound driver to call any of those functions at all, what's going on ? ===> sound/driver/hda (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostd inc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/ia64/src/src0/src/sys/M AC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=15000 --param inline-uni t-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/ia64/s rc/src0/src/sys/MAC -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy pes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -c /src/sr c0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: In function `hdac_dma_nocache': /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 999: warning: implicit declaration of function `vtopte' /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 999: warning: nested extern declaration of `vtopte' /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 999: warning: assignment makes pointer from integer without a cast /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 1001: error: `PG_N' undeclared (first use in this function) /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 1001: error: (Each undeclared identifier is reported only once /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 1001: error: for each function it appears in.) /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 1002: warning: implicit declaration of function `invltlb' /src/src0/src/sys/modules/sound/driver/hda/../../../../dev/sound/pci/hda/hdac.c: 1002: warning: nested extern declaration of `invltlb' -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.