* [Bluez-users] problem on make install
@ 2004-03-05 9:54 ALBERT RIBAS GUASCH
2004-03-05 11:55 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: ALBERT RIBAS GUASCH @ 2004-03-05 9:54 UTC (permalink / raw)
To: bluez-users
Hello all
I'm working in a Red Hat with kernel 2.4.18, so I've
downloaded bluez-kernel-2.3 , untared it, and
./configure. Until there there is no problem, but
when I do make, I need to comment line 461 on core.c
to skip the error:
core.c: In function `bnep_session':
core.c:461: structure has no member named `nice'
make[2]: *** [core.o] Error 1
make[1]: *** [bnep.o] Error 2
when I comment that line there is no problem on
doing the 'make', but on make install I get the next
messages:
make[1]: Leaving directory
`/root/testings/bluez-kernel-2.3/doc'
/sbin/depmod -a
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/bluecard_cs.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/bt3c_cs.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/btuart_cs.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/dtl1_cs.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/hci_uart.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/hci_usb.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/hci_vhci.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/misc/ksock_multi.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/misc/ksock_single.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/net/bluetooth/bluez.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/net/bluetooth/bnep.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/net/bluetooth/l2cap.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/net/bluetooth/rfcomm.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4custom/kernel/net/bluetooth/sco.o
make: *** [install] Error 1
can anybody help me on this? I'm new on BlueZ so
please be gentle!! ;)
Thanks
Albert
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-users] problem on make install
2004-03-05 9:54 [Bluez-users] problem on make install ALBERT RIBAS GUASCH
@ 2004-03-05 11:55 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2004-03-05 11:55 UTC (permalink / raw)
To: ALBERT RIBAS GUASCH; +Cc: BlueZ Mailing List
Hi Albert,
> I'm working in a Red Hat with kernel 2.4.18, so I've
> downloaded bluez-kernel-2.3 , untared it, and
> ./configure. Until there there is no problem, but
> when I do make, I need to comment line 461 on core.c
> to skip the error:
the bluez-kernel-2.3 package is deprecated and no longer supported. Use
a vanilla kernel and apply my patch.
> core.c: In function `bnep_session':
> core.c:461: structure has no member named `nice'
> make[2]: *** [core.o] Error 1
> make[1]: *** [bnep.o] Error 2
>
> when I comment that line there is no problem on
> doing the 'make', but on make install I get the next
> messages:
>
> make[1]: Leaving directory
> `/root/testings/bluez-kernel-2.3/doc'
> /sbin/depmod -a
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/bluecard_cs.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/bt3c_cs.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/btuart_cs.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/dtl1_cs.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/hci_uart.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/hci_usb.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/drivers/bluetooth/hci_vhci.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/misc/ksock_multi.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/misc/ksock_single.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/net/bluetooth/bluez.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/net/bluetooth/bnep.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/net/bluetooth/l2cap.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/net/bluetooth/rfcomm.o
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-4custom/kernel/net/bluetooth/sco.o
> make: *** [install] Error 1
>
> can anybody help me on this? I'm new on BlueZ so
> please be gentle!! ;)
I can't give you any assistance here, because you use a custom kernel
and a deprecated package.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-05 11:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-05 9:54 [Bluez-users] problem on make install ALBERT RIBAS GUASCH
2004-03-05 11:55 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox