Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112817 - cisco-vpnclient-3des-4.6.03.0190-r1 wrong module install location
Summary: cisco-vpnclient-3des-4.6.03.0190-r1 wrong module install location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Chris Gianelloni (RETIRED)
URL:
Whiteboard:
Keywords:
: 113315 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-17 06:39 UTC by inode77
Modified: 2005-11-23 02:01 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description inode77 2005-11-17 06:39:25 UTC
The modules are installed into "/lib/modules/0/CiscoVPN" instead of
"/lib/modules/<kernel-version>/CiscoVPN".

Reproducible: Always
Steps to Reproduce:
1.emerge cisco-vpnclient-3des
2.
3.

Actual Results:  
>>> /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

Expected Results:  
ls -la /lib/modules/2.6.14-gentoo-r2/CiscoVPN/
total 729
drwxr-xr-x  2 root root    192 Nov 17 15:23 ./
drwxr-xr-x  5 root root    472 Nov 17 15:27 ../
-rw-r--r--  1 root root 367105 Nov 17 15:23 cisco_ipsec.ko
-rw-r--r--  1 root root    454 Nov 17 15:23 cisco_ipsec.mod.c
-rw-r--r--  1 root root   1500 Nov 17 15:23 cisco_ipsec.mod.o
-rw-r--r--  1 root root 366306 Nov 17 15:23 cisco_ipsec.o

Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1.80GHz
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks nodoc noinfo sandbox sfperms strict"
GENTOO_MIRRORS="http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo
http://gentoo.mirror.solnet.ch http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 audiofile avi bash-completion berkdb bitmap-fonts bzip2
cdr crypt cups curl dri dvd ethereal exif expat ffmpeg foomaticdb fortran gd
gdbm gif glut gpm gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg junit lcms
ldap libg++ libwww lua mad matroska mhash mmx mmxext mng mozilla mp3 mpeg mysql
nas ncurses nls nptl nptlonly nsplugin ogg oggvorbis openal opengl oss pam pcre
pdflib perl php png python quicktime readline samba sdl snmp speex spell sqlite
sse sse2 ssl svg tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb
userlocales vorbis wmf xine xml2 xprint xv xvid zlib video_cards_radeon
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-17 07:54:55 UTC
This was fixed a few days ago.  Please "emerge --sync" before reporting bugs.

Thanks.
Comment 2 Benjamin Greiner 2005-11-19 09:10:23 UTC
Are you sure? I just synced my portage and it still says
'insinto /lib/modules/0/CiscoVPN'
in all ebuilds.
Comment 3 Dan Johansson 2005-11-20 05:39:37 UTC
(In reply to comment #1)
> This was fixed a few days ago.  Please "emerge --sync" before reporting bugs.

I'm also having this problem - last emerge sync 2005-11-20 14:15 CET and the 
error is still there.

"Arturo 'Buanzo' Busleiman" <buanzo@buanzo.com.ar> found the error in the 
ebuild:
Line 70 in /usr/portage/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.6.
03.0190-r1.ebuild
Comment 4 Dan Johansson 2005-11-20 05:39:37 UTC
(In reply to comment #1)
> This was fixed a few days ago.  Please "emerge --sync" before reporting bugs.

I'm also having this problem - last emerge sync 2005-11-20 14:15 CET and the 
error is still there.

"Arturo 'Buanzo' Busleiman" <buanzo@buanzo.com.ar> found the error in the 
ebuild:
Line 70 in /usr/portage/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.6.
03.0190-r1.ebuild
        insinto /lib/modules/0/CiscoVPN
shouldn't that be...
        insinto /lib/modules/${KV_FULL}/CiscoVPN
or something of that sort?


Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-20 09:57:41 UTC
You're correct.  I missed the second occurrence.
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-20 09:57:51 UTC
Fixed in CVS
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2005-11-23 02:01:22 UTC
*** Bug 113315 has been marked as a duplicate of this bug. ***