Сборка ядра не проходит

Решение проблем связванных с работой железа. Проблемы программно-аппаратной совместимости.
Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Аватара пользователя
trolik
мл. сержант
Сообщения: 75
Зарегистрирован: 2007-04-15 20:41:02

Сборка ядра не проходит

Непрочитанное сообщение trolik » 2008-01-28 9:27:51

Есть ноут:

Код: Выделить всё

Системная плата|Тип ЦП=Mobile Intel Pentium 4M, 1900 MHz (19 x 100)
Системная плата|Системная плата=Asus L3000C Series Notebook
Системная плата|Чипсет системной платы=Intel Brookdale i845MP
Системная плата|Системная память=256 Мб (PC2100 DDR SDRAM)
Системная плата|Тип BIOS=Award Medallion (11/19/02)
Системная плата|Коммуникационный порт1=Последовательный порт (COM1)
Системная плата|Коммуникационный порт2=ECP порт принтера (LPT1)

Дисплей|Видеоадаптер1=MOBILITY RADEON 7500 (32 Мб)
Дисплей|Видеоадаптер2=MOBILITY RADEON 7500 (32 Мб)
Дисплей|3D-акселератор1=ATI Mobility Radeon 7500 (M7)

Мультимедиа|Звуковой адаптер1=Cirrus Logic CS4299 @ Intel 82801CAM ICH3-M - AC'97 Audio Controller [B-1]

Хранение данных|Контроллер IDE1=Intel(R) 82801CAM Ultra ATA Storage контроллер - 248A
Хранение данных|Флоппи-накопитель1=Дисковод гибких дисков
Хранение данных|Дисковый накопитель1=FUJITSU MHS2040AT (40 Гб, 4200 RPM, Ultra-ATA/100)
Хранение данных|Оптический накопитель1=TOSHIBA DVD-ROM SD-C2612 (8x/24x DVD-ROM)
Сетевой адаптер1=Realtek RTL8139 Family PCI Fast Ethernet NIC (192.168.0.55)
Сеть|Модем1=HSP56 MR
Периферийные устройства|Контроллер USB11=Intel 82801CAM ICH3-M - USB Controller [B-1]
Периферийные устройства|Контроллер USB12=Intel 82801CAM ICH3-M - USB Controller [B-1]
Есть конфиг ядра

Код: Выделить всё

machine		i386
cpu		I686_CPU
ident		main_kernell
maxusers        0

#ЖБЕТЧПММ
options		IPFIREWALL
options		IPFIREWALL_VERBOSE
options		IPFIREWALL_VERBOSE_LIMIT=100
options		IPFIREWALL_FORWARD
options		IPDIVERT
options		DUMMYNET
options		TCP_DROP_SYNFIN
options		IPFIREWALL_DEFAULT_TO_ACCEPT


options 	INET			# InterNETworking
options 	SCHED_4BSD		# 4BSD scheduler
options 	FFS			# Berkeley Fast Filesystem
options 	UFS_ACL			# Support for access control lists
options 	PREEMPTION		# Enable kernel thread preemption
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_DIRHASH		# Improve performance on big directories
options 	MD_ROOT			# MD is a potential root device
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 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
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 extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

device		apic			# I/O APIC

#ъЧХЛ
device	sound
device snd_ich
# Bus support.
device		eisa
device		pci


device		agp

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID	# Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		kbdmux		# keyboard multiplexer

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc

# Enable this for the pcvt (VT220 compatible) console driver
#device		vt
#options 	XSERVER		# support for X server on a vt console
#options 	FAT_CURSOR	# start with block cursor

# Power management support (see NOTES for more options)
device		apm
# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device		cbb		# cardbus (yenta) bridge
device		pccard		# PC Card (16-bit) bus
device		cardbus		# CardBus (32-bit) bus

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
#device		plip		# TCP/IP over parallel
#device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
device		puc


# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		rl		# RealTek 8129/8139
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# Wireless NIC cards
device		wlan		# 802.11 support
device		wlan_wep	# 802.11 WEP support
device		wlan_ccmp	# 802.11 CCMP support
device		wlan_tkip	# 802.11 TKIP support
device		an		# Aironet 4500/4800 802.11 wireless NICs.
device		ath		# Atheros pci/cardbus NIC's
device		ath_hal		# Atheros HAL (Hardware Access Layer)
device		ath_rate_sample	# SampleRate tx rate control for ath
device		awi		# BayStack 660 and others
device		ral		# Ralink Technology RT2500 wireless NICs.
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device		wl		# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
device		loop		# Network loopback
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		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
#device		uhci		# UHCI PCI->USB interface
#device		ohci		# OHCI PCI->USB interface
#device		ehci		# EHCI PCI->USB interface (USB 2.0)
#device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
#device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
#device		umass		# Disks/Mass storage - Requires scbus and da
#device		ums		# Mouse
#device		ural		# Ralink Technology RT2500USB wireless NICs
#device		urio		# Diamond Rio 500 MP3 player

# FireWire support
#device		firewire	# FireWire bus code
#device		sbp		# SCSI over FireWire (Requires scbus and da)
#device		fwe		# Ethernet over FireWire (non-standard!) 
Есть rc.conf

Код: Выделить всё

#????????????
font8x14="cp866-8x14"
font8x16="cp866b-8x16"
font8x8="cp866-8x8"
saver="daemon"
scrnmap="koi8-r2cp866"
#???????????? ?? ???+???
keymap="ru.koi8-r.win"
keyrate="normal"
#??? ??????
hostname="bsdnout"
ifconfig_rl0="DHCP"
#????
mousechar_start="3"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
#usbd_enable="YES"
linux_enable="YES"
# added by xorg-libraries port
local_startup="/usr/local/etc/rc.d"
#????????????
hald_enable="YES"
dbus_enable="YES"
polkitd_enable="YES"
tcp_drop_synfin="YES"
Если раскоментировать что либо про USB или fwe все ядро не собирается не подскажете что либо??

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35436
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение Alex Keda » 2008-01-28 10:16:22

с какой ошибкой не собирается?
Убей их всех! Бог потом рассортирует...

Аватара пользователя
trolik
мл. сержант
Сообщения: 75
Зарегистрирован: 2007-04-15 20:41:02

Re: Сборка ядра не проходит

Непрочитанное сообщение trolik » 2008-01-28 10:51:16

lissyara писал(а):с какой ошибкой не собирается?

по команде в
/usr/src/
make buildkernel KERNCONF=main_kernell_2008-24-01

дает следующую ошибку

Код: Выделить всё

uhid.o(.text+0x1d): In function `uhid_match':
: undefined reference to `usbd_get_interface_descriptor'
uhid.o(.text+0x58): In function `uhid_match':
: undefined reference to `usbd_get_quirks'
uhid.o(.text+0xb2): In function `uhid_attach':
: undefined reference to `usbd_get_interface_descriptor'
uhid.o(.text+0xc9): In function `uhid_attach':
: undefined reference to `usbd_devinfo'
uhid.o(.text+0xf6): In function `uhid_attach':
: undefined reference to `usbd_interface2endpoint_descriptor'
uhid.o(.text+0x170): In function `uhid_attach':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x180): In function `uhid_attach':
: undefined reference to `usbd_read_report_desc'
uhid.o(.text+0x19a): In function `uhid_attach':
: undefined reference to `usbd_set_idle'
uhid.o(.text+0x1b1): In function `uhid_attach':
: undefined reference to `hid_report_size'
uhid.o(.text+0x1cb): In function `uhid_attach':
: undefined reference to `hid_report_size'
uhid.o(.text+0x1e8): In function `uhid_attach':
: undefined reference to `hid_report_size'
uhid.o(.text+0x263): In function `uhid_attach':
: undefined reference to `usbd_set_report'
uhid.o(.text+0x2a1): In function `uhid_attach':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x343): In function `uhid_detach':
: undefined reference to `usb_detach_wait'
uhid.o(.text+0x36a): In function `uhid_detach':
: undefined reference to `usbd_abort_pipe'
uhid.o(.text+0x375): In function `uhid_detach':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x4d2): In function `uhidopen':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x4e4): In function `uhidopen':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x510): In function `uhidopen':
: undefined reference to `usbd_open_pipe_intr'
uhid.o(.text+0x52e): In function `uhidopen':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x53b): In function `uhidopen':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x585): In function `uhidclose':
: undefined reference to `usbd_abort_pipe'
uhid.o(.text+0x58d): In function `uhidclose':
: undefined reference to `usbd_close_pipe'
uhid.o(.text+0x5ab): In function `uhidclose':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x5bb): In function `uhidclose':
: undefined reference to `M_USBDEV'
uhid.o(.text+0x67d): In function `uhidread':
: undefined reference to `usbd_clear_endpoint_stall'
uhid.o(.text+0x711): In function `uhidread':
: undefined reference to `usb_detach_wakeup'
uhid.o(.text+0x735): In function `uhidread':
: undefined reference to `usbd_get_report'
uhid.o(.text+0x806): In function `uhidwrite':
: undefined reference to `usbd_set_report'
uhid.o(.text+0x81f): In function `uhidwrite':
: undefined reference to `usb_detach_wakeup'
uhid.o(.text+0x8d7): In function `uhidioctl':
: undefined reference to `usb_detach_wakeup'
uhid.o(.text+0x966): In function `uhidioctl':
: undefined reference to `usbd_get_report'
uhid.o(.text+0xa3c): In function `uhidioctl':
: undefined reference to `usbd_set_report'
uhid.o(.text+0xa79): In function `uhidioctl':
: undefined reference to `usbd_get_report'
uhid.o(.data+0x1c): undefined reference to `usbd_driver_load'
ukbd.o(.text+0xb6): In function `ukbd_attach':
: undefined reference to `usbd_get_interface_descriptor'
ukbd.o(.text+0xc1): In function `ukbd_attach':
: undefined reference to `usbd_devinfo'
ukbd.o(.text+0x271): In function `probe_keyboard':
: undefined reference to `usbd_get_interface_descriptor'
ukbd.o(.text+0x393): In function `ukbd_enable_intr':
: undefined reference to `usbd_open_pipe_intr'
ukbd.o(.text+0x3b0): In function `ukbd_enable_intr':
: undefined reference to `usbd_abort_pipe'
ukbd.o(.text+0x3b8): In function `ukbd_enable_intr':
: undefined reference to `usbd_close_pipe'
ukbd.o(.text+0x53b): In function `ukbd_getc':
: undefined reference to `usbd_dopoll'
ukbd.o(.text+0x54d): In function `ukbd_getc':
: undefined reference to `usbd_dopoll'
ukbd.o(.text+0xbc6): In function `ukbd_interrupt':
: undefined reference to `usbd_clear_endpoint_stall_async'
ukbd.o(.text+0xd92): In function `ukbd_poll':
: undefined reference to `usbd_interface2device_handle'
ukbd.o(.text+0xdcf): In function `ukbd_poll':
: undefined reference to `usbd_set_polling'
ukbd.o(.text+0xde5): In function `ukbd_poll':
: undefined reference to `usbd_set_polling'
ukbd.o(.text+0xff7): In function `ukbd_ioctl':
: undefined reference to `usbd_set_report_async'
ukbd.o(.text+0x1178): In function `ukbd_init':
: undefined reference to `usbd_interface2endpoint_descriptor'
ukbd.o(.text+0x136a): In function `ukbd_init':
: undefined reference to `usbd_get_quirks'
ukbd.o(.text+0x1379): In function `ukbd_init':
: undefined reference to `usbd_set_protocol'
ukbd.o(.text+0x138e): In function `ukbd_init':
: undefined reference to `usbd_set_idle'
ukbd.o(.text+0x151c): In function `ukbd_driver_load':
: undefined reference to `usbd_driver_load'
ukbd.o(.text+0x153f): In function `ukbd_driver_load':
: undefined reference to `usbd_driver_load'
ulpt.o(.text+0x1a): In function `ulpt_match':
: undefined reference to `usbd_get_interface_descriptor'
ulpt.o(.text+0x84): In function `ulpt_attach':
: undefined reference to `usbd_get_interface_descriptor'
ulpt.o(.text+0x9b): In function `ulpt_attach':
: undefined reference to `usbd_devinfo'
ulpt.o(.text+0xc6): In function `ulpt_attach':
: undefined reference to `usbd_get_config_descriptor'
ulpt.o(.text+0x119): In function `ulpt_attach':
: undefined reference to `usbd_set_interface'
ulpt.o(.text+0x13c): In function `ulpt_attach':
: undefined reference to `usbd_endpoint_count'
ulpt.o(.text+0x179): In function `ulpt_attach':
: undefined reference to `usbd_interface2endpoint_descriptor'
ulpt.o(.text+0x1c1): In function `ulpt_attach':
: undefined reference to `usbd_get_quirks'
ulpt.o(.text+0x281): In function `ulpt_attach':
: undefined reference to `usbd_add_drv_event'
ulpt.o(.text+0x38b): In function `ulpt_detach':
: undefined reference to `usb_detach_wait'
ulpt.o(.text+0x3a8): In function `ulpt_detach':
: undefined reference to `usbd_add_drv_event'
ulpt.o(.text+0x3b6): In function `ulpt_detach':
: undefined reference to `usbd_abort_pipe'
ulpt.o(.text+0x3c2): In function `ulpt_detach':
: undefined reference to `usbd_abort_pipe'
ulpt.o(.text+0x405): In function `ulpt_status':
: undefined reference to `usbd_do_request'
ulpt.o(.text+0x455): In function `ulpt_reset':
: undefined reference to `usbd_do_request'
ulpt.o(.text+0x473): In function `ulpt_reset':
: undefined reference to `usbd_do_request'
ulpt.o(.text+0x5c3): In function `ulptopen':
: undefined reference to `usb_detach_wakeup'
ulpt.o(.text+0x5dc): In function `ulptopen':
: undefined reference to `usbd_open_pipe'
ulpt.o(.text+0x5fd): In function `ulptopen':
: undefined reference to `usbd_alloc_xfer'
ulpt.o(.text+0x614): In function `ulptopen':
: undefined reference to `usbd_close_pipe'
ulpt.o(.text+0x62e): In function `ulptopen':
: undefined reference to `usbd_alloc_buffer'
ulpt.o(.text+0x667): In function `ulptopen':
: undefined reference to `usbd_open_pipe'
ulpt.o(.text+0x67d): In function `ulptopen':
: undefined reference to `usbd_free_xfer'
ulpt.o(.text+0x694): In function `ulptopen':
: undefined reference to `usbd_alloc_buffer'
ulpt.o(.text+0x6f5): In function `ulptopen':
: undefined reference to `usbd_alloc_xfer'
ulpt.o(.text+0x70c): In function `ulptopen':
: undefined reference to `usbd_close_pipe'
ulpt.o(.text+0x728): In function `ulptopen':
: undefined reference to `usbd_free_xfer'
ulpt.o(.text+0x818): In function `ulptclose':
: undefined reference to `usbd_free_xfer'
ulpt.o(.text+0x82c): In function `ulptclose':
: undefined reference to `usbd_abort_pipe'
ulpt.o(.text+0x834): In function `ulptclose':
: undefined reference to `usbd_close_pipe'
ulpt.o(.text+0x845): In function `ulptclose':
: undefined reference to `usbd_free_xfer'
ulpt.o(.text+0x855): In function `ulptclose':
: undefined reference to `usbd_abort_pipe'
ulpt.o(.text+0x85d): In function `ulptclose':
: undefined reference to `usbd_close_pipe'
ulpt.o(.text+0x8f5): In function `ulpt_do_write':
: undefined reference to `usbd_bulk_transfer'
ulpt.o(.text+0x968): In function `ulptwrite':
: undefined reference to `usb_detach_wakeup'
ulpt.o(.text+0x9bf): In function `ulpt_do_read':
: undefined reference to `usbd_bulk_transfer'
ulpt.o(.text+0xa50): In function `ulptread':
: undefined reference to `usb_detach_wakeup'
ulpt.o(.text+0xa71): In function `ulpt_read_cb':
: undefined reference to `usbd_get_xfer_status'
ulpt.o(.text+0xaed): In function `ulpt_tick':
: undefined reference to `usbd_setup_xfer'
ulpt.o(.text+0xaff): In function `ulpt_tick':
: undefined reference to `usbd_transfer'
ulpt.o(.data+0x1c): undefined reference to `usbd_driver_load'
*** Error code 1

Stop in /usr/obj/usr/src/sys/main_kernell.2008-24-01.
*** Error code 1

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


Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35436
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение Alex Keda » 2008-01-28 10:59:38

дженерик собирается?
Убей их всех! Бог потом рассортирует...

Аватара пользователя
trolik
мл. сержант
Сообщения: 75
Зарегистрирован: 2007-04-15 20:41:02

Re: Сборка ядра не проходит

Непрочитанное сообщение trolik » 2008-01-28 11:03:06

lissyara писал(а):дженерик собирается?

не понял вопроса ?? переименовал Generic
в нем и правил ??

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35436
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение Alex Keda » 2008-01-28 11:03:55

нет. дефолтный конфиг.
с ним собирается?
Убей их всех! Бог потом рассортирует...

Аватара пользователя
trolik
мл. сержант
Сообщения: 75
Зарегистрирован: 2007-04-15 20:41:02

Re: Сборка ядра не проходит

Непрочитанное сообщение trolik » 2008-01-28 11:13:53

прости маленький тупенький не понимаю
lissyara писал(а):нет. дефолтный конфиг.
с ним собирается?
поставил 6.2
и это первая сборка до этого ни чего не делал кроме как накатывал пакеты и ставил X больше ни чего.

Аватара пользователя
trolik
мл. сержант
Сообщения: 75
Зарегистрирован: 2007-04-15 20:41:02

Re: Сборка ядра не проходит

Непрочитанное сообщение trolik » 2008-01-28 11:24:08

и ваще делал все по вашей статье со своими правками GENERICA(тоесть main_kernell)

Аватара пользователя
Alex Keda
стреляли...
Сообщения: 35436
Зарегистрирован: 2004-10-18 14:25:19
Откуда: Made in USSR
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение Alex Keda » 2008-01-28 11:32:52

ты установил - оно работало?
зачем пеерсобирать полез?
Убей их всех! Бог потом рассортирует...

Аватара пользователя
trolik
мл. сержант
Сообщения: 75
Зарегистрирован: 2007-04-15 20:41:02

Re: Сборка ядра не проходит

Непрочитанное сообщение trolik » 2008-01-28 11:57:33

lissyara писал(а):ты установил - оно работало?

после установки угумс работало, тока не было звука, не было еще пароку фиговен, да и ради эксперемента!!
да и потом все собирается если из конфига выкинуть все что косается USB и WI-FI но хочется то соборать на ноуте вместе с этим.
да и когда собирал шлюз после пересборки все действительно работает побыстрее.
зачем пеерсобирать полез?

Аватара пользователя
vintovkin
ВДВ
Сообщения: 1288
Зарегистрирован: 2007-05-11 9:39:11
Откуда: CSKA

Re: Сборка ядра не проходит

Непрочитанное сообщение vintovkin » 2009-01-28 10:58:55

не собирается ядро на 7ке

почему?всё подефолту кроме сказиделэй_5000 и девайс фЛОППИДРАЙВ отрубил?

Код: Выделить всё

w -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror  /usr/src/sys/i386/isa/atpic.c
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  /usr/src/sys/i386/isa/clock.c
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  /usr/src/sys/i386/isa/elcr.c
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  /usr/src/sys/i386/isa/elink.c
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  /usr/src/sys/i386/isa/isa.c
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  /usr/src/sys/i386/isa/isa_dma.c
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  /usr/src/sys/i386/isa/nmi.c
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  /usr/src/sys/i386/isa/npx.c
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  /usr/src/sys/i386/isa/pmtimer.c
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  /usr/src/sys/i386/pci/pci_bus.c
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  /usr/src/sys/i386/pci/pci_cfgreg.c
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  /usr/src/sys/i386/pci/pci_pir.c
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  /usr/src/sys/isa/syscons_isa.c
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  /usr/src/sys/isa/vga_isa.c
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  /usr/src/sys/libkern/divdi3.c
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  /usr/src/sys/libkern/ffsl.c
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  /usr/src/sys/libkern/flsl.c
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  /usr/src/sys/libkern/memset.c
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  /usr/src/sys/libkern/moddi3.c
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  /usr/src/sys/libkern/qdivrem.c
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  /usr/src/sys/libkern/ucmpdi2.c
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  /usr/src/sys/libkern/udivdi3.c
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  /usr/src/sys/libkern/umoddi3.c
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  config.c
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  env.c
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  hints.c
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  vnode_if.c
:> hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=make sh /usr/src/sys/conf/newvers.sh new
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
uipc_syscalls.o(.text+0x39f): In function `sctp_generic_recvmsg':
: undefined reference to `sctp_sorecvmsg'
uipc_syscalls.o(.text+0x21c6): In function `sctp_generic_sendmsg_iov':
: undefined reference to `sctp_lower_sosend'
uipc_syscalls.o(.text+0x2462): In function `sctp_generic_sendmsg':
: undefined reference to `sctp_lower_sosend'
uipc_syscalls.o(.text+0x2611): In function `sctp_peeloff':
: undefined reference to `sctp_can_peel_off'
uipc_syscalls.o(.text+0x27b6): In function `sctp_peeloff':
: undefined reference to `sctp_do_peeloff'
rtsock.o(.text+0xb0d): In function `rt_newaddrmsg':
: undefined reference to `sctp_addr_change'
in_proto.o(.data+0xa8): undefined reference to `sctp_input'
in_proto.o(.data+0xb0): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0xb4): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0xbc): undefined reference to `sctp_init'
in_proto.o(.data+0xc8): undefined reference to `sctp_drain'
in_proto.o(.data+0xcc): undefined reference to `sctp_usrreqs'
in_proto.o(.data+0xdc): undefined reference to `sctp_input'
in_proto.o(.data+0xe4): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0xe8): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0xfc): undefined reference to `sctp_drain'
in_proto.o(.data+0x100): undefined reference to `sctp_usrreqs'
in_proto.o(.data+0x110): undefined reference to `sctp_input'
in_proto.o(.data+0x118): undefined reference to `sctp_ctlinput'
in_proto.o(.data+0x11c): undefined reference to `sctp_ctloutput'
in_proto.o(.data+0x130): undefined reference to `sctp_drain'
in_proto.o(.data+0x134): undefined reference to `sctp_usrreqs'
*** Error code 1

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

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

Stop in /usr/src.
bsd#
Junos OS kernel based on FreeBSD UNIX.

Аватара пользователя
manefesto
Группенфюррер
Сообщения: 6934
Зарегистрирован: 2007-07-20 8:27:30
Откуда: Пермь
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение manefesto » 2009-01-28 13:17:40

зачем inet6 закоментил ?
я такой яростный шо аж пиздеЦ
Изображение

Аватара пользователя
vintovkin
ВДВ
Сообщения: 1288
Зарегистрирован: 2007-05-11 9:39:11
Откуда: CSKA

Re: Сборка ядра не проходит

Непрочитанное сообщение vintovkin » 2009-01-28 13:32:58

manefesto писал(а):зачем inet6 закоментил ?
как вы узнали?

уже собрал)) ещё
inet6
sсtp
закоментил и прокатило)
Junos OS kernel based on FreeBSD UNIX.

Аватара пользователя
manefesto
Группенфюррер
Сообщения: 6934
Зарегистрирован: 2007-07-20 8:27:30
Откуда: Пермь
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение manefesto » 2009-01-28 13:39:44

телепатия
я такой яростный шо аж пиздеЦ
Изображение

Аватара пользователя
Pez!
старшина
Сообщения: 436
Зарегистрирован: 2008-01-13 20:02:24
Откуда: москва матушка

Re: Сборка ядра не проходит

Непрочитанное сообщение Pez! » 2009-01-28 14:17:04

ух нефигасе телепаты )
Всёравно все умрут, какая разница....и только серваки с фряхой будут работать ещё некоторое время после.

Аватара пользователя
Alvares
прапорщик
Сообщения: 485
Зарегистрирован: 2008-07-10 12:48:08
Откуда: Воронеж
Контактная информация:

Re: Сборка ядра не проходит

Непрочитанное сообщение Alvares » 2009-01-30 0:44:39

а в начале темы ошибка - юсб не собирается. Не хреня сказю комментить.