Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30982 - lirc 0.7.0pre2 tries to run depmod, access violation
Summary: lirc 0.7.0pre2 tries to run depmod, access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
: 31018 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-12 12:27 UTC by Jordan
Modified: 2003-10-13 02:07 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 Jordan 2003-10-12 12:27:14 UTC
The new lirc tries to run depmod after installing certain modules and this causes an access violation.

ACCESS VIOLATION SUMMARY LOG FILE = "/tmp/sandbox-lirc-0.7.0_pre2-1826.log"
open_wr:   /lib/modules/2.4.22-ck2/modules.dep

a quick grep of my workdir and I got this...

grep "depmod -a" * -r
ChangeLog:      Run "depmod -a" after installation.
ChangeLog:      Added module dependencies generation (depmod -a) after intallation.
drivers/lirc_serial/Makefile:   -/sbin/depmod -a
drivers/lirc_parallel/Makefile: -/sbin/depmod -a
drivers/lirc_sir/Makefile:      -/sbin/depmod -a
drivers/lirc_dev/Makefile:      -/sbin/depmod -a
drivers/lirc_it87/Makefile:     -/sbin/depmod -a
drivers/lirc_bt829/Makefile:    -/sbin/depmod -a
drivers/lirc_atiusb/Makefile:   -/sbin/depmod -a

removing the depmod -a from lirc_dev fixed it for me, as that's the only one of those I use (as I use LIRC_OPTS="--with-driver=hauppauge") The line would have to be commented/removed for all of them to fix this for everyone though.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-12 13:18:45 UTC
in cvs
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-13 02:07:37 UTC
*** Bug 31018 has been marked as a duplicate of this bug. ***