Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge cisco-vpnclient-3des problem with -mm sources
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
warrior
n00b
n00b


Joined: 27 Sep 2004
Posts: 23
Location: LJ, Slovenija

PostPosted: Fri Sep 16, 2005 7:53 am    Post subject: emerge cisco-vpnclient-3des problem with -mm sources Reply with quote

Hi,
I've compiled -mm patched kernel and now got a problem with vpnclient compilation.
With gentoo-sources all compiled without any errors

Code:

squirrel linux # uname -a
Linux squirrel 2.6.13-mm1 #1 PREEMPT Fri Sep 16 11:27:05 MSD 2005 i686 Intel(R) Pentium(R) M processor 1.80GHz GenuineIntel GNU/Linux

Code:

squirrel linux # emerge cisco-vpnclient-3des
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/cisco-vpnclient-3des-4.6.02.0030 to /
>>> md5 files   ;-) cisco-vpnclient-3des-4.6.02.0030.ebuild
>>> md5 files   ;-) cisco-vpnclient-3des-4.6.03.0190.ebuild
>>> md5 files   ;-) cisco-vpnclient-3des-4.0.5.ebuild
>>> md5 files   ;-) cisco-vpnclient-3des-4.6.00.0045-r1.ebuild
>>> md5 files   ;-) cisco-vpnclient-3des-4.0.1a-r1.ebuild
>>> md5 files   ;-) cisco-vpnclient-3des-4.0.3b-r4.ebuild
>>> md5 files   ;-) files/atheros.patch
>>> md5 files   ;-) files/driver_build_CC.patch
>>> md5 files   ;-) files/vpnclient.rc
>>> md5 files   ;-) files/4.0.1a-linux26-gentoo.patch
>>> md5 files   ;-) files/4.6.00.0045-supported_device.patch
>>> md5 files   ;-) files/4.6.02.0030-supported_device.patch
>>> md5 files   ;-) files/digest-cisco-vpnclient-3des-4.6.00.0045-r1
>>> md5 files   ;-) files/digest-cisco-vpnclient-3des-4.6.02.0030
>>> md5 files   ;-) files/digest-cisco-vpnclient-3des-4.6.03.0190
>>> md5 files   ;-) files/digest-cisco-vpnclient-3des-4.0.1a-r1
>>> md5 files   ;-) files/digest-cisco-vpnclient-3des-4.0.3b-r4
>>> md5 files   ;-) files/register_netdevice.patch
>>> md5 files   ;-) files/digest-cisco-vpnclient-3des-4.0.5
>>> md5 src_uri ;-) vpnclient-linux-4.6.02.0030-k9.tar.gz
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.13-mm1
>>> Unpacking source...
>>> Unpacking vpnclient-linux-4.6.02.0030-k9.tar.gz to /var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work
 * Applying driver_build_CC.patch ...                                                                                                             [ ok ]
 * Applying 4.6.02.0030-supported_device.patch ...                                                                                                [ ok ]
>>> Source unpacked.
make -C /lib/modules/2.6.13-mm1/build SUBDIRS=/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient modules
make[1]: Entering directory `/usr/src/linux-2.6.13-mm1'
  CC [M]  /var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.o
/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c: In function `CniInjectReceive':
/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c:312: error: structure has no member named `stamp'
/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c: In function `CniInjectSend':
/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c:452: error: structure has no member named `stamp'
make[2]: *** [/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.o] Error 1
make[1]: *** [_module_/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-mm1'
make: *** [default] Error 2


Does anybody know how to compile it with -mm sources?
_________________
warrior
Back to top
View user's profile Send private message
titus-ac
n00b
n00b


Joined: 08 Nov 2005
Posts: 1

PostPosted: Tue Nov 08, 2005 8:29 pm    Post subject: cisco-vpnclient Reply with quote

I got the same error message, with sources 2.6.14-suspen2


/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c:312: error: structure has no member named `stamp'
/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c: In function `CniInjectSend':
/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.c:452: error: structure has no member named `stamp'
make[2]: *** [/var/tmp/portage/cisco-vpnclient-3des-4.6.02.0030/work/vpnclient/linuxcniapi.o] Error 1
m

They changed the membername of the struct sk_buff; in linux/skbuff.h in your sources. to tstamp

You can fix it when you'll change the name in the sources to tstamp. But it will compile with warnings...

CU
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum