ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] Что лишнее?
@ 2010-03-05  9:17 Andrey Kuleshov
  2010-03-06  9:33 ` Vitaly Lipatov
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Kuleshov @ 2010-03-05  9:17 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

Доброго времени!

Откуда берутся переопределения? Вероятно, надо что-то сносить?

# service etercifs build

Building for 2.6.30-std-def-alt15 Linux kernel (headers in 
/lib/modules/2.6.30-std-def-alt15/build)
Use GCC 4.3
/usr/bin/gcc-4.3
Checking the kernel configuration...
OK
Setting etercifs version: OK
make: Entering directory `/usr/src/linux-2.6.30-std-def-alt15'
make: Leaving directory `/usr/src/linux-2.6.30-std-def-alt15'
make: Entering directory `/usr/src/linux-2.6.30-std-def-alt15'
   CC [M]  
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifsfs.o 

   CC [M]  
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.o 

In file included from 
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifsfs.c:40:
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifspdu.h:808: 
error: redefinition of ‘struct smb_com_flush_req’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifspdu.h:812: 
error: redefinition of typedef ‘FLUSH_REQ’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifspdu.h:801: 
error: previous declaration of ‘FLUSH_REQ’ was here
In file included from 
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c:35: 

/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifspdu.h:808: 
error: redefinition of ‘struct smb_com_flush_req’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifspdu.h:812: 
error: redefinition of typedef ‘FLUSH_REQ’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifspdu.h:801: 
error: previous declaration of ‘FLUSH_REQ’ was here
make[1]: *** 
[/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifsfs.o] 
Error 1
make[1]: *** Waiting for unfinished jobs....
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c: 
In function ‘SMBLegacyOpen’:
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c:1180: 
warning: unused variable ‘count’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c:1179: 
warning: unused variable ‘name_len’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c:1178: 
warning: unused variable ‘bytes_returned’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c:1177: 
warning: unused variable ‘pSMBr’
/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.c:1176: 
warning: unused variable ‘pSMB’
make[1]: *** 
[/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58/cifssmb.o] 
Error 1
make: *** 
[_module_/tmp/.private/root/Etercifs.IXTGJdqj/kernel-source-etercifs-2.6.30-1.58] 
Error 2
make: Leaving directory `/usr/src/linux-2.6.30-std-def-alt15'
can't locate built module etercifs.ko
#


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Sysadmins] Что лишнее?
  2010-03-05  9:17 [Sysadmins] Что лишнее? Andrey Kuleshov
@ 2010-03-06  9:33 ` Vitaly Lipatov
  2010-03-06 23:26   ` drew
  0 siblings, 1 reply; 3+ messages in thread
From: Vitaly Lipatov @ 2010-03-06  9:33 UTC (permalink / raw)
  To: ALT Linux sysadmins' discussion

On 5 марта 2010, Andrey Kuleshov wrote:
> Доброго времени!
>
> Откуда берутся переопределения? Вероятно, надо что-то сносить?
>
> # service etercifs build
А какая версия пакета? Видимо, нужно поставить последнюю версию, 
типа 4.4.5. Та, что пробуете вы, не поддерживает ядро 2.6.31, 
видимо.

ftp://updates.etersoft.ru/pub/Etersoft/CIFS@Etersoft/last/ALTLinux/Sisyphus/


-- 
С уважением,
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Sysadmins] Что лишнее?
  2010-03-06  9:33 ` Vitaly Lipatov
@ 2010-03-06 23:26   ` drew
  0 siblings, 0 replies; 3+ messages in thread
From: drew @ 2010-03-06 23:26 UTC (permalink / raw)
  To: ALT Linux sysadmins' discussion

06.03.2010 11:33, Vitaly Lipatov пишет:
> On 5 марта 2010, Andrey Kuleshov wrote:
>    
>> Доброго времени!
>>
>> Откуда берутся переопределения? Вероятно, надо что-то сносить?
>>
>> # service etercifs build
>>      
> А какая версия пакета? Видимо, нужно поставить последнюю версию,
> типа 4.4.5. Та, что пробуете вы, не поддерживает ядро 2.6.31,
> видимо.
>
> ftp://updates.etersoft.ru/pub/Etersoft/CIFS@Etersoft/last/ALTLinux/Sisyphus/
>    
Оно!
Спасибо!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-06 23:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-05  9:17 [Sysadmins] Что лишнее? Andrey Kuleshov
2010-03-06  9:33 ` Vitaly Lipatov
2010-03-06 23:26   ` drew

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git