Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69870 - ebuild for cisco-vpnclient-3des version 4.6.00.0045
Summary: ebuild for cisco-vpnclient-3des version 4.6.00.0045
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Chris Gianelloni (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-11-02 12:34 UTC by Daniel Evers
Modified: 2004-11-03 18:32 UTC (History)
2 users (show)

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


Attachments
ebuild for version 4.6.00.0045 (cisco-vpnclient-3des-4.6.00.0045.ebuild,2.02 KB, text/plain)
2004-11-02 12:36 UTC, Daniel Evers
Details
fixes the "inlining failed in call to 'supported_device': function body not available" error (gcc_inline_supported_devices.patch,826 bytes, patch)
2004-11-03 17:42 UTC, James Ward
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Evers 2004-11-02 12:34:58 UTC
I was missing an build for this version.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Evers 2004-11-02 12:36:05 UTC
Created attachment 43185 [details]
ebuild for version 4.6.00.0045
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-03 17:21:23 UTC
Added to CVS with a kmod->kernel-mod eclass change from 68449.
Comment 3 James Ward 2004-11-03 17:41:43 UTC
Thanks for the ebuild!  However, I am still getting the same error as in 4.0.5 when trying to emerge this new version:

make -C /lib/modules/2.6.9-gentoo-r1/build SUBDIRS=/var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient modules
make[1]: Entering directory `/usr/src/linux-2.6.9-gentoo-r1'
  CC [M]  /var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/linuxcniapi.o
  CC [M]  /var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/frag.o
  CC [M]  /var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/IPSecDrvOS_linux.o
  CC [M]  /var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/interceptor.o
/var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/interceptor.c: In function `add_netdev':
/var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/interceptor.c:59: sorry, unimplemented: inlining failed in call to 'supported_device': function body not available
/var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/interceptor.c:245: sorry, unimplemented: called from here
make[2]: *** [/var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient/interceptor.o] Error 1
make[1]: *** [_module_/var/tmp/portage/cisco-vpnclient-3des-4.6.00.0045/work/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.9-gentoo-r1'
make: *** [default] Error 2

I am attaching a patch which fixes this.
Comment 4 James Ward 2004-11-03 17:42:31 UTC
Created attachment 43255 [details, diff]
fixes the "inlining failed in call to 'supported_device': function body not available" error
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-03 18:32:29 UTC
File a new bug on it, please... this is just for having the new ebuild added.