Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106683 - app-misc/lirc-0.7.2 gives unresolved symbol against vanilla-sources-2.6.14-rc1
Summary: app-misc/lirc-0.7.2 gives unresolved symbol against vanilla-sources-2.6.14-rc1
Status: RESOLVED DUPLICATE of bug 111820
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
: 110747 115700 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-20 08:05 UTC by Janne Grunau
Modified: 2005-12-15 14:35 UTC (History)
4 users (show)

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


Attachments
patch to replace verify_area with access_ok (lirc-0.7.2-vs-kernel-2.6-14-rc1.patch.bz2,856 bytes, application/octet-stream)
2005-09-20 08:07 UTC, Janne Grunau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Grunau 2005-09-20 08:05:36 UTC
app-misc/lirc-0.7.2 uses function "verify_area()" which is removed from
vanilla-sources-2.6.14-rc1

use "access_ok() ? 0 : -EFAULT; instead
see attached patch

Reproducible: Always
Steps to Reproduce:
1. install vanilla-sources-2.6.14-rc1 and rebuild lirc modules
2. modprobe lirc_serial
3.

Actual Results:  
1. * Updating module dependencies for 2.6.14-rc1 ...
WARNING: //lib/modules/2.6.14-rc1/misc/lirc_serial.ko needs unknown symbol
verify_area

2.lirc_dev: disagrees about version of symbol struct_module
lirc_serial: disagrees about version of symbol struct_module
and modules are not loaded


Expected Results:  
lirc modules build cleanly and load
Comment 1 Janne Grunau 2005-09-20 08:07:27 UTC
Created attachment 68858 [details]
patch to replace verify_area with access_ok
Comment 2 Joerg Bornkessel (RETIRED) gentoo-dev 2005-10-04 04:02:06 UTC
patch works fine on vanilla 2.6.14-rc3 to,
compiled with lirc_opts = lirc-serial

Comment 3 Kevin J Meagher 2005-10-30 06:25:43 UTC
verify_area has been dropped from gentoo-sources now. This patch should be added
to the ebuild
Comment 4 Sebastian Siewior 2005-11-04 12:54:25 UTC
It might be better to replace it with irc-0.7.3pre1 which got rid of verify_area. 
This one works for me on amd64 with gentoo-sources-2.6.14
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-11-07 14:34:30 UTC
*** Bug 110747 has been marked as a duplicate of this bug. ***
Comment 6 Joseph Pingenot 2005-11-13 10:58:10 UTC
any ETA on this getting fixed?  I need lirc_sir to work RSN (same problem).
Comment 7 Aidan Thornton 2005-11-13 12:30:00 UTC
(In reply to comment #6)  
> any ETA on this getting fixed?  I need lirc_sir to work RSN (same problem).  
  
There's an ebuild for 0.7.3pre1 here, if you're feeling brave:  
  
http://bugs.gentoo.org/show_bug.cgi?id=111820#c2  
 
(To use, save to /usr/local/portage/app-misc/lirc/lirc-0.7.3_pre1.ebuild - 
portage doesn't like 0.7.3pre1 as a version number) 
Comment 8 Doug Goldstein (RETIRED) gentoo-dev 2005-11-17 22:58:29 UTC

*** This bug has been marked as a duplicate of 111820 ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-12-15 14:35:35 UTC
*** Bug 115700 has been marked as a duplicate of this bug. ***