Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
On Jan 19, 2008 3:16 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:

> Some things incorrectly removed from your kernel config.  Compare
> carefully to GENERIC or just revert.

I reverted, then added the ALTQ lines.

Compile time was about an hour on a 1.6Ghz Pentium IV, so that wasn't
so bad. Rebooted OK.

Thanks again.

-- 
  Colin Brace
  Amsterdam
  http://lim.nl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Daniel Gerzo
Hello Colin,

Saturday, January 19, 2008, 3:13:31 PM, you wrote:

> Unfortunately, I got another error. Any ideas what is going wrong here?

I would guess a missing device scbus and/or da in your kernel
configuration file.

-- 
Best regards,
 Danielmailto:[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Kris Kennaway

Colin Brace wrote:

On Jan 19, 2008 2:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:


Probably you are missing the src-sys-crypto cvsup collection.


Thanks. Fixed.

Unfortunately, I got another error. Any ideas what is going wrong here?


Some things incorrectly removed from your kernel config.  Compare 
carefully to GENERIC or just revert.


Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
On Jan 19, 2008 2:33 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:

> Probably you are missing the src-sys-crypto cvsup collection.

Thanks. Fixed.

Unfortunately, I got another error. Any ideas what is going wrong here?

MAKE=make sh /usr/src/sys/conf/newvers.sh VENUS
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
-include opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror  vers.c
linking kernel
scvidctl.o(.text+0xb1): In function `sc_render_match':
: undefined reference to `__start_set_scrndr_set'
scvidctl.o(.text+0xb6): In function `sc_render_match':
: undefined reference to `__stop_set_scrndr_set'
scvidctl.o(.text+0xbd): In function `sc_render_match':
: undefined reference to `__start_set_scrndr_set'
scvidctl.o(.text+0xe6): In function `sc_render_match':
: undefined reference to `__stop_set_scrndr_set'
scvidctl.o(.text+0x10f): In function `sc_set_graphics_mode':
: undefined reference to `vidsw'
scvidctl.o(.text+0x342): In function `sc_set_text_mode':
: undefined reference to `vidsw'
scvidctl.o(.text+0x888): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0x914): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xa50): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xac8): more undefined references to `vidsw' follow
scvidctl.o(.text+0xbfb): In function `sc_vid_ioctl':
: undefined reference to `vid_get_adapter'
scvidctl.o(.text+0xc0d): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xc50): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xc80): In function `sc_vid_ioctl':
: undefined reference to `vid_get_adapter'
scvidctl.o(.text+0xd2b): In function `sc_vid_ioctl':
: undefined reference to `vid_get_adapter'
scvidctl.o(.text+0xd43): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xdb3): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xdf6): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xe32): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xe4e): In function `sc_vid_ioctl':
: undefined reference to `vidsw'
scvidctl.o(.text+0xee4): more undefined references to `vidsw' follow
syscons.o(.text+0xf6d): In function `sc_cnterm':
: undefined reference to `vid_release'
syscons.o(.text+0x1005): In function `set_mode':
: undefined reference to `vidsw'
syscons.o(.text+0x1054): In function `set_mode':
: undefined reference to `vidsw'
syscons.o(.text+0x124e): In function `init_scp':
: undefined reference to `vidsw'
syscons.o(.text+0x1744): In function `exchange_scr':
: undefined reference to `vidsw'
syscons.o(.text+0x1c74): In function `scvidprobe':
: undefined reference to `vid_configure'
syscons.o(.text+0x1c84): In function `scvidprobe':
: undefined reference to `vid_find_adapter'
syscons.o(.text+0x317e): In function `scinit':
: undefined reference to `vid_release'
syscons.o(.text+0x31bf): In function `scinit':
: undefined reference to `vid_allocate'
syscons.o(.text+0x31ca): In function `scinit':
: undefined reference to `vid_get_adapter'
syscons.o(.text+0x3222): In function `scinit':
: undefined reference to `vidsw'
syscons.o(.text+0x3241): In function `scinit':
: undefined reference to `vidsw'
syscons.o(.text+0x34c1): In function `scinit':
: undefined reference to `vidsw'
umass.o(.text+0x19): In function `umass_cam_detach_sim':
: undefined reference to `xpt_bus_deregister'
umass.o(.text+0x35): In function `umass_cam_detach_sim':
: undefined reference to `cam_sim_free'
umass.o(.text+0x489): In function `umass_cam_sense_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x62b): In function `umass_cam_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x64b): In function `umass_cam_cb':
: undefined reference to `xpt_done'
umass.o(.text+0x8e9): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x91b): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0x99b): more undefined references to `xpt_done' follow
umass.o(.text+0xae7): In function `umass_cam_action':
: undefined reference to `cam_calc_geometry'
umass.o(.text+0xaef): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xb26): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xbb9): In function `umass_cam_action':
: undefined reference to `xpt_done'
umass.o(.text+0xcb8): In function `umass_cam_action':
: undefined refe

Re: kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Kris Kennaway

Colin Brace wrote:


I installed the base and kernel source (CURRENT) with cvsup last night. Any
idea what files I am still missing?


Probably you are missing the src-sys-crypto cvsup collection.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kernel make error: /usr/src/sys/crypto/rijndael/* missing

2008-01-19 Thread Colin Brace
Hi all,

I am trying to compile the kernel for the first time, and I got an error
message:

make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" CC="cc"
xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
-fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter
-I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath
-I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa
-I/usr/src/sys/gnu/fs/xfs/FreeBSD -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support
-I/usr/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
--param large-function-growth=1000  -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding
cc: /usr/src/sys/crypto/rijndael/rijndael-alg-fst.c: No such file or
directory
cc: /usr/src/sys/crypto/rijndael/rijndael-api-fst.c: No such file or
directory
cc: /usr/src/sys/crypto/rijndael/rijndael-api.c: No such file or
directory
cc: /usr/src/sys/crypto/sha1.c: No such file or directory
cc: /usr/src/sys/crypto/sha2/sha2.c: No such file or directory
/usr/src/sys/dev/random/hash.c:34:46: error: crypto/rijndael/rijndael-
api-fst.h: No such file or directory
/usr/src/sys/dev/random/hash.c:35:30: error: crypto/sha2/sha2.h: No such
file or directory
/usr/src/sys/dev/random/yarrow.c:40:46: error: crypto/rijndael/rijndael-
api-fst.h: No such file or directory
/usr/src/sys/dev/random/yarrow.c:41:30: error: crypto/sha2/sha2.h: No
such file or directory
/usr/src/sys/net80211/ieee80211_crypto_ccmp.c:51:38: error:
crypto/rijndael/rijndael.h: No such file or directory
In file included from /usr/src/sys/netinet/sctp_os.h:59,
 from /usr/src/sys/netinet/sctp_pcb.h:39,
 from /usr/src/sys/netinet/in_proto.c:80:
/usr/src/sys/netinet/sctp_os_bsd.h:448:25: error: crypto/sha1.h: No such
file or directory
[...]
mkdep: compile failed
*** Error code 1

Stop in /usr/obj/usr/src/sys/VENUS.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

I installed the base and kernel source (CURRENT) with cvsup last night. Any
idea what files I am still missing?

Thanks

-- 
 Colin Brace
 Amsterdam
 http://lim.nl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kernel make error in if_wi.o

2005-01-07 Thread lucas reddinger
in other words, 5.x has a generic 802.11b driver called wlan(4) that
contains common infrastructure among the many wireless drivers. that's
what i get for just switching from 4.x (i don't believe there was such
a thing).

thanks for the help.

lucas reddinger


On Thu, 6 Jan 2005 21:25:22 -0800, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 06, 2005 at 09:53:31PM -0700, lucas reddinger wrote:
> > http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2
> >
> > I see the same problem in that post, however it was unanswered. I
> > installed 5.3-R with 5.3-R kernel sources. During a make in
> > /usr/src/sys/i386/compile/PASSION:
> >
> > if_wi.o(.text+0x4150): In function `wi_set_cfg':
> > : undefined reference to `ieee80211_cfgset'
> > if_wi.o(.text+0x4e02): In function `wi_newstate':
> > : undefined reference to `ieee80211_state_name'
> > if_wi.o(.text+0x52c8): In function `wi_dump_pkt':
> > : undefined reference to `ieee80211_dump_pkt'
> 
> Your kernel is missing something mandatory.  Go back to GENERIC or
> compare it to find out what you omitted.
> 
> Kris
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kernel make error in if_wi.o

2005-01-06 Thread Kris Kennaway
On Thu, Jan 06, 2005 at 09:53:31PM -0700, lucas reddinger wrote:
> http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2
> 
> I see the same problem in that post, however it was unanswered. I
> installed 5.3-R with 5.3-R kernel sources. During a make in
> /usr/src/sys/i386/compile/PASSION:
> 
> if_wi.o(.text+0x4150): In function `wi_set_cfg':
> : undefined reference to `ieee80211_cfgset'
> if_wi.o(.text+0x4e02): In function `wi_newstate':
> : undefined reference to `ieee80211_state_name'
> if_wi.o(.text+0x52c8): In function `wi_dump_pkt':
> : undefined reference to `ieee80211_dump_pkt'

Your kernel is missing something mandatory.  Go back to GENERIC or
compare it to find out what you omitted.

Kris

pgpfs1robzH7F.pgp
Description: PGP signature


kernel make error in if_wi.o

2005-01-06 Thread lucas reddinger
http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2

I see the same problem in that post, however it was unanswered. I
installed 5.3-R with 5.3-R kernel sources. During a make in
/usr/src/sys/i386/compile/PASSION:

if_wi.o(.text+0x4150): In function `wi_set_cfg':
: undefined reference to `ieee80211_cfgset'
if_wi.o(.text+0x4e02): In function `wi_newstate':
: undefined reference to `ieee80211_state_name'
if_wi.o(.text+0x52c8): In function `wi_dump_pkt':
: undefined reference to `ieee80211_dump_pkt'
*** Error code 1
% cat PASSION
machine i386
cpu I686_CPU
ident   PASSION
options SCHED_4BSD  # 4BSD scheduler
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension
s
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.
device  apic# I/O APIC
device  isa
device  pci
device  fdc
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
options ATA_STATIC_ID   # Static device numbering
device  scbus   # SCSI bus (required for SCSI)
device  ch  # SCSI media changers
device  da  # Direct Access (disks)
device  sa  # Sequential Access (tape etc)
device  cd  # CD
device  pass# Passthrough device (direct SCSI access)
device  ses # SCSI Environmental Services (and SAF-TE)
device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse
device  vga # VGA video card driver
device  splash  # Splash screen and screen saver support
device  sc
device  agp # support several AGP chipsets
device  npx
device  pmtimer
device  cbb # cardbus (yenta) bridge
device  pccard  # PC Card (16-bit) bus
device  cardbus # CardBus (32-bit) bus
device  ppc
device  ppbus   # Parallel port bus (required)
device  lpt # Printer
device  ppi # Parallel port interface device
device  miibus  # MII bus support
device  xl  # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device  wi  # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
device  sound
device  loop# Network loopback
device  mem # Memory and kernel memory devices
device  io  # I/O device
device  random  # Entropy device
device  ether   # Ethernet support
device  sl  # Kernel SLIP
device  ppp # Kernel PPP
device  tun # Packet tunnel.
device  pty # Pseudo-ttys (telnet etc)
device  md  # Memory "disks"
device  gif # IPv6 and IPv4 tunneling
device  

Re: Fwd: Re: kernel "make" error.

2003-10-31 Thread Kris Kennaway
On Thu, Oct 30, 2003 at 04:36:14PM -0800, Paul Beard wrote:
> Reply-to: risto phario <[EMAIL PROTECTED]>
>  
> 
> From: risto phario <[EMAIL PROTECTED]>
> TO: paul beard <[EMAIL PROTECTED]>
> CC: 
> Date: Thu Oct 30, 2003 11:38:05 AM PST
> Subject: Re: kernel "make" error.
> 
> Ok, I have attached the error msg. Thanks.

You've made the common mistake of not reading the comments in the
kernel config file when editing it, and you have removed support for a
system that is required by other systems in your config file.  Compare
to GENERIC or LINT to see what you have missed.

Kris


pgp0.pgp
Description: PGP signature


Re: kernel "make" error.

2003-10-31 Thread Lowell Gilbert
"risto phario" <[EMAIL PROTECTED]> writes:

> Hi, I was hoping you could help me out a bit. I am new to FreeBSD
> and was trying to compile a custom kernel. I ran config on it and
> everything went good. I did make depend, and everything went
> good. Then I did make and it gave me an error. I am new to FreeBSD
> so I have no idea what to do. I have attched a copy of my custom
> kernel "MYKERNEL". Any help with this problem would be great!!!
> Thank you.

You removed SCSI, but not the SCSI-based RAID controllers.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fwd: Re: kernel "make" error.

2003-10-30 Thread Paul Beard
Reply-to: risto phario <[EMAIL PROTECTED]>
 

From: risto phario <[EMAIL PROTECTED]>
TO: paul beard <[EMAIL PROTECTED]>
CC: 
Date: Thu Oct 30, 2003 11:38:05 AM PST
Subject: Re: kernel "make" error.

Ok, I have attached the error msg. Thanks.

Risto


- Original Message -
From: paul beard <[EMAIL PROTECTED]>
Date: Wed, 29 Oct 2003 21:21:26 -0800
To: risto phario <[EMAIL PROTECTED]>
Subject: Re: kernel "make" error.

> risto phario wrote:
> > Hi, I was hoping you could help me out a bit. I am new to
> > FreeBSD and was trying to compile a custom kernel. I ran config
> > on it and everything went good. I did make depend, and
> > everything went good. Then I did make and it gave me an error.
> > I am new to FreeBSD so I have no idea what to do. I have
> > attched a copy of my custom kernel "MYKERNEL". Any help with
> > this problem would be great!!! Thank you.
> 
> Sending the error message would be a big help.
> 
> 
> 
> -- 
> Paul Beard
> <http://paulbeard.no-ip.org/movabletype/>
> whois -h whois.networksolutions.com ha=pb202
> 
> Kansas state law requires pedestrians crossing the highways at
> night to
> wear tail lights.
> 

-- 
___
Get your free email from http://mymail.bsdmail.com

Powered by Outblaze


makeerr
Description: Binary data
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kernel "make" error.

2003-10-29 Thread paul beard
risto phario wrote:
Hi, I was hoping you could help me out a bit. I am new to
FreeBSD and was trying to compile a custom kernel. I ran config
on it and everything went good. I did make depend, and
everything went good. Then I did make and it gave me an error.
I am new to FreeBSD so I have no idea what to do. I have
attched a copy of my custom kernel "MYKERNEL". Any help with
this problem would be great!!! Thank you.
Sending the error message would be a big help.



--
Paul Beard

whois -h whois.networksolutions.com ha=pb202
Kansas state law requires pedestrians crossing the highways at
night to
wear tail lights.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kernel "make" error.

2003-10-29 Thread risto phario
Hi, I was hoping you could help me out a bit. I am new to FreeBSD and was trying to 
compile a custom kernel. I ran config on it and everything went good. I did make 
depend, and everything went good. Then I did make and it gave me an error. I am new to 
FreeBSD so I have no idea what to do. I have attched a copy of my custom kernel 
"MYKERNEL". Any help with this problem would be great!!! Thank you.

Risto
-- 
___
Get your free email from http://mymail.bsdmail.com

Powered by Outblaze


MYKERNEL
Description: Binary data
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"