public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2)
@ 2005-11-20 12:58 Dan Johansson
  2005-11-20 13:09 ` Arturo 'Buanzo' Busleiman
  2005-11-20 13:18 ` Dan Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Johansson @ 2005-11-20 12:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]

Hi,

After upgrading to gentoo-sources 2.6.14-r2 and cisco-vpnclient-3des 
4.6.03.0190-r1 the cisco-vpnclient installs in the wrong directory.

Here is a snippet from "emerge cisco-vpnclient-3des"

# emerge cisco-vpnclient-3des
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/cisco-vpnclient-3des-4.6.03.0190-r1 to /
<snip>
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.14-gentoo-r2
<snip>
>>> Merging net-misc/cisco-vpnclient-3des-4.6.03.0190-r1 to /
<snip>
>>> /lib/modules/0/CiscoVPN/cisco_ipsec.o
>>> /lib/modules/0/CiscoVPN/cisco_ipsec.ko
>>> /lib/modules/0/CiscoVPN/cisco_ipsec.mod.c
>>> /lib/modules/0/CiscoVPN/cisco_ipsec.mod.o

Should this not be >>>/lib/modules/2.6.14-gentoo-r2/CiscoVPN/... ?

Any suggestions on what could be wrong?

Regards,
-- 
Dan Johansson, <http://www.dmj.nu>
***************************************************
This message is printed on 100% recycled electrons!
***************************************************

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2)
  2005-11-20 12:58 [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2) Dan Johansson
@ 2005-11-20 13:09 ` Arturo 'Buanzo' Busleiman
  2005-11-20 13:35   ` Dan Johansson
  2005-11-20 13:18 ` Dan Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2005-11-20 13:09 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dan Johansson wrote:
>>>>/lib/modules/0/CiscoVPN/cisco_ipsec.o
>>>>/lib/modules/0/CiscoVPN/cisco_ipsec.ko
>>>>/lib/modules/0/CiscoVPN/cisco_ipsec.mod.c
>>>>/lib/modules/0/CiscoVPN/cisco_ipsec.mod.o

that 0 in the middle.... let's check the ebuild. It looks like a badly-typed variable.

find /usr/portage -iname '*cisco-vpnclient-3des*4.6.03.0190-r1*ebuild' -exec joe {} \;

Line 70 in the ebuild:

        insinto /lib/modules/0/CiscoVPN

shouldn't that be...

	insinto /lib/modules/${KV_FULL}/CiscoVPN

or something of that sort?

- --
Arturo "Buanzo" Busleiman - www.buanzo.com.ar
Consultor en Seguridad Informatica / Dominio Digital TV - Da FOSS man!
KTP Consultores - info AT ktpconsultores.com.ar

Romper un sistema de seguridad los acerca tanto a ser hackers como el
encender autos puenteando los convierte en ingenieros automotrices.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDgHWVAlpOsGhXcE0RAs5eAJ91pi5f3eJ7av3WYGXLsOW++pX5igCgghkS
Chi6kvFedeovcW3oO3sNplk=
=v53Y
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2)
  2005-11-20 12:58 [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2) Dan Johansson
  2005-11-20 13:09 ` Arturo 'Buanzo' Busleiman
@ 2005-11-20 13:18 ` Dan Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Johansson @ 2005-11-20 13:18 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]

On Sunday 20 November 2005 13.58, Dan Johansson wrote:
> Hi,
>
> After upgrading to gentoo-sources 2.6.14-r2 and cisco-vpnclient-3des
> 4.6.03.0190-r1 the cisco-vpnclient installs in the wrong directory.
>
> Here is a snippet from "emerge cisco-vpnclient-3des"
>
> # emerge cisco-vpnclient-3des
> Calculating dependencies ...done!
>
> >>> emerge (1 of 1) net-misc/cisco-vpnclient-3des-4.6.03.0190-r1 to /
>
> <snip>
>  * Determining the location of the kernel source code
>  * Found kernel source directory:
>  *     /usr/src/linux
>  * Found sources for kernel version:
>  *     2.6.14-gentoo-r2
> <snip>
> >>> Merging net-misc/cisco-vpnclient-3des-4.6.03.0190-r1 to /
>
> <snip>
>
> >>> /lib/modules/0/CiscoVPN/cisco_ipsec.o
> >>> /lib/modules/0/CiscoVPN/cisco_ipsec.ko
> >>> /lib/modules/0/CiscoVPN/cisco_ipsec.mod.c
> >>> /lib/modules/0/CiscoVPN/cisco_ipsec.mod.o
>
> Should this not be >>>/lib/modules/2.6.14-gentoo-r2/CiscoVPN/... ?

Just a reply to my own posting, Found bug 112817 on bugs.gentoo.org 
(http://bugs.gentoo.org/show_bug.cgi?id=112817).

-- 
Dan Johansson, <http://www.dmj.nu>
***************************************************
This message is printed on 100% recycled electrons!
***************************************************

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2)
  2005-11-20 13:09 ` Arturo 'Buanzo' Busleiman
@ 2005-11-20 13:35   ` Dan Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Johansson @ 2005-11-20 13:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

On Sunday 20 November 2005 14.09, Arturo 'Buanzo' Busleiman wrote:
> Dan Johansson wrote:
> >>>>/lib/modules/0/CiscoVPN/cisco_ipsec.o
> >>>>/lib/modules/0/CiscoVPN/cisco_ipsec.ko
> >>>>/lib/modules/0/CiscoVPN/cisco_ipsec.mod.c
> >>>>/lib/modules/0/CiscoVPN/cisco_ipsec.mod.o
>
> that 0 in the middle.... let's check the ebuild. It looks like a
> badly-typed variable.
>
> find /usr/portage -iname '*cisco-vpnclient-3des*4.6.03.0190-r1*ebuild'
> -exec joe {} \;
>
> Line 70 in the ebuild:
>
>         insinto /lib/modules/0/CiscoVPN
>
> shouldn't that be...
>
> 	insinto /lib/modules/${KV_FULL}/CiscoVPN
>
> or something of that sort?
Thanks,

I've added your comment to Bug 112817 
(http://bugs.gentoo.org/show_bug.cgi?id=112817)

-- 
Dan Johansson, <http://www.dmj.nu>
***************************************************
This message is printed on 100% recycled electrons!
***************************************************

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-11-20 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-20 12:58 [gentoo-user] cisco-vpnclient-3des (4.6.03.0190-r1) and gentoo-sources (2.6.14-r2) Dan Johansson
2005-11-20 13:09 ` Arturo 'Buanzo' Busleiman
2005-11-20 13:35   ` Dan Johansson
2005-11-20 13:18 ` Dan Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox