Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57187 - cisco-vpnclient-3des-4.0.3b-r4.ebuild (update)
Summary: cisco-vpnclient-3des-4.0.3b-r4.ebuild (update)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Jay Pfeifer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 08:13 UTC by Alexander 'E-Razor' Krause
Modified: 2004-11-05 13:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the updated ebuild (cisco-vpnclient-3des-4.0.3b-r4.ebuild,2.29 KB, text/plain)
2004-07-15 08:17 UTC, Alexander 'E-Razor' Krause
Details
the patch (vpnclient-atml-device.patch,425 bytes, patch)
2004-07-15 08:18 UTC, Alexander 'E-Razor' Krause
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 'E-Razor' Krause 2004-07-15 08:13:35 UTC
Hi,
i added "atml%i" support for the ebuild named above.
Could be nice if someone will update the existing ebuild.
The newer ebuild:
http://www.erazor-zone.de/ez/projects/linux/cisco-vpnclient/release-4.0.3b/cisco-vpnclient-3des-4.0.3b-r4.ebuild
(i only added a epatch line)
and the patch (should be in folder files like the others):
http://www.erazor-zone.de/ez/projects/linux/cisco-vpnclient/release-4.0.3b/vpnclient-atml-device.patch

well, i think thats all.
cheers -Alex
Comment 1 Alexander 'E-Razor' Krause 2004-07-15 08:17:25 UTC
Created attachment 35481 [details]
the updated ebuild

Patch to allow module to work with Atmel chipsets.
Comment 2 Alexander 'E-Razor' Krause 2004-07-15 08:18:11 UTC
Created attachment 35482 [details, diff]
the patch
Comment 3 Jay Pfeifer (RETIRED) gentoo-dev 2004-08-11 20:23:47 UTC
4.0.5 is in portage and does not appear to suffer from this issue.

Could you please test?

Thanks,

Jay
Comment 4 Jukka Palko 2004-09-01 07:48:37 UTC
Could you also update the install part to rename the module to .o/.ko?

Currently it installed a module to my system named as:
# ls /lib/modules/2.4.27-grsec-2.0.1/CiscoVPN/
cisco_ipsec

The init.d vpnclient script tries to:
 * Starting Cisco VPN Client...
+ return 0
+ '[' -f /etc/resolv.conf.vpnbackup ']'
+ '[' -d /lib/modules/preferred ']'
+ PC=/lib/modules/2.4.27-grsec-2.0.1/CiscoVPN
+ '[' -d /lib/modules/2.4.27-grsec-2.0.1/CiscoVPN ']'
+ /sbin/insmod /lib/modules/2.4.27-grsec-2.0.1/CiscoVPN/cisco_ipsec.o
+ '[' 1 '!=' 0 ']'
+ eend 1 'Failed to load module '\''cisco_ipsec'\'''
+ local retval=
+ '[' 2 -eq 0 ']'
+ '[' -n 1 ']'
+ '[' 1 -eq 0 ']'
+ retval=1
+ '[' -c /dev/null ']'
+ '[' 2 -ge 2 ']'
+ shift
+ eerror 'Failed to load module '\''cisco_ipsec'\'''
+ '[' no = yes ']'
+ echo -e ' * Failed to load module '\''cisco_ipsec'\'''
 * Failed to load module 'cisco_ipsec'
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-05 13:17:22 UTC
This should no longer be valid as there are much newer ebuilds in portage for this application.