NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/41885: Undefined reference to `tsc_ca' while building kernel.



>Number:         41885
>Category:       kern
>Synopsis:       Undefined reference to `tsc_ca' while building kernel.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 13 13:55:00 +0000 2009
>Originator:     Will L G
>Release:        5.0.1
>Organization:
na
>Environment:
NetBSD jericho.southkc.net 5.0.1 NetBSD 5.0.1 (GENERIC-$Revision: 1.325 $) #0: 
Wed Jul 29 18:28:09 UTC 2009  
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-1-RELEASE/alpha/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/alpha/compile/GENERIC
 alpha
>Description:
cc -mno-fp-regs -ffreestanding -fno-zero-initialized-in-bss -O2 -std=gnu99 
-fno-strict-aliasing -Werror -Wall -Wno-main -Wno-format-zero-length 
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow 
-Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-sign-compare 
-Wno-pointer-sign -Wno-attributes -Werror -mieee -Dalpha -I. 
-I../../../../../common/include -I../../../../arch -I../../../.. -nostdinc 
-DLKM -DRF_INCLUDE_EVENODD=1 -DRF_INCLUDE_RAID5_RS=1 
-DRF_INCLUDE_PARITYLOGGING=1 -DRF_INCLUDE_CHAINDECLUSTER=1 
-DRF_INCLUDE_INTERDECLUSTER=1 -DRF_INCLUDE_PARITY_DECLUSTERING=1 
-DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT 
-I../../../../lib/libkern/../../../common/lib/libc/quad 
-I../../../../lib/libkern/../../../common/lib/libc/string 
-I../../../../lib/libkern/../../../common/lib/libc/arch/alpha/string 
-I../../../../dist/pf -I../../../../dist/ipf -c ../../../../net/zlib.c
#    create  UP1500/.gdbinit
#    create  vers.c
#   compile  UP1500/vers.o
#      link  UP1500/netbsd
ld -Map netbsd.map --cref -N -Ttext fffffc0000300000 -e __transfer -G 4 -S -o 
netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
autri.o: In function `autri_attach':
: undefined reference to `audio_attach_mi'
autri.o: In function `autri_attach':
: undefined reference to `audio_attach_mi'
*** Error code 1

Stop.
make: stopped in /usr/src/sys/arch/alpha/compile/UP1500

Configuration file:
willi /usr/src/sys/arch/alpha/conf $  grep -v "#" UP1500  

include         "arch/alpha/conf/std.alpha"
ident           "CUSTOM-$Revision: 1.325 $"
maxusers 32
options         COMPAT_43
options         COMPAT_OSF1
options         COMPAT_LINUX
options         SYSVMSG
options         SYSVSEM
options         SYSVSHM
options         P1003_1B_SEMAPHORE
options         LKM
options         INSECURE
options         WSEMUL_VT100
config          netbsd  root on sd0 type ffs
mainbus0 at     root
cpu*    at      mainbus0
irongate* at    mainbus?
pci*    at      irongate?
agp*    at      irongate?
isa*    at      sio?
mcclock* at     isa? port 0x70
com*    at      isa? port 0x2f8 irq 3
scsibus* at     scsi?
atabus* at ata?
wd*     at      atabus? drive ?
atapibus* at    atapi?
fd*     at      fdc? drive ?
usb*    at ohci?
uhub*   at usb?
uhub*   at uhub? port ?
uhidev* at uhub? port ? configuration ? interface ?
ums*    at uhidev? reportid ?
wsmouse*        at ums?
ukbd*   at uhidev? reportid ?
wskbd*  at ukbd? console ?
options         WSDISPLAY_COMPAT_RAWKBD
ucycom* at uhidev? reportid ?
uhid*   at uhidev? reportid ?
ulpt*   at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom*   at umodem?
umass*  at uhub? port ? configuration ? interface ?
umidi*  at uhub? port ? configuration ?
uscanner* at uhub? port ?
ugen*   at uhub? port ?
ubt* at uhub? port ?
bthub* at bcsp?
bthub* at btuart?
bthub* at ubt?
bthidev* at bthub?
btms* at bthidev? reportid ?
wsmouse* at btms? mux 0
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
midi*   at pcppi?
wsdisplay*      at      vga?
pseudo-device   bpfilter
pseudo-device   ccd             4
options         RF_INCLUDE_EVENODD=1
options         RF_INCLUDE_RAID5_RS=1
options         RF_INCLUDE_PARITYLOGGING=1
options         RF_INCLUDE_CHAINDECLUSTER=1
options         RF_INCLUDE_INTERDECLUSTER=1
options         RF_INCLUDE_PARITY_DECLUSTERING=1
options         RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device   ipfilter        1
pseudo-device   loop            1
pseudo-device   md              1
pseudo-device   ppp             
pseudo-device   sl              
pseudo-device   strip           
pseudo-device   tun             
pseudo-device   vnd             
pseudo-device   wsfont

>How-To-Repeat:
Simply edit config file and then run:
config UP1500 && cd ../make depend && make -s
>Fix:
Disable autri*
#autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio

But now I have no sound *hmmm*



Home | Main Index | Thread Index | Old Index