Re: [Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-31 Thread Mario Limonciello
Hi Kenny: It can't easily anymore because Scott James Remenant made changes that don't work with earlier versions of udev. On Tue, Mar 31, 2009 at 02:58, Kenny Millington wrote: > Can this package now be backported to intrepid since intrepid-backports > currently has version: "0.8.4a0ubuntu2~int

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-31 Thread Kenny Millington
Can this package now be backported to intrepid since intrepid-backports currently has version: "0.8.4a0ubuntu2~intrepid1", in which lirc- modules-source although on the user's own machine does FTBS. I'm afraid I'm not sure how SRU requests involving updating backported packages work. -- lirc-mod

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package lirc - 0.8.4a-0ubuntu4 --- lirc (0.8.4a-0ubuntu4) jaunty; urgency=low [ Mario Limonciello ] * debian/lirc.fdi: - Add Budget-CI dvb ir receiver. (LP: #329793) * debian/control: - Add setserial to depends. (LP: #341213) * debian/lirc.ini

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-30 Thread Mario Limonciello
Fix Committed to bzr #84. Thanks everyone! ** Changed in: lirc (Ubuntu) Status: Confirmed => Fix Committed -- lirc-modules-source gives an error while building with dkms https://bugs.launchpad.net/bugs/306346 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-28 Thread Matt Price
@kenny, i think i'm seeing similar problems on jaunty. your ppa sources install fine, but the imon drivers don't work with the imon lcd on my antec fusion black (as has been reported by others in the forum). trying to replace lirc_imon.c with the cvs version gives a build error (inserted below).

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-23 Thread Kenny Millington
Hmm, ok... I only subscribed sponsors for universe since this page listed the component as universe:- https://launchpad.net/ubuntu/jaunty/i386/lirc-modules-source Am I missing something? -- lirc-modules-source gives an error while building with dkms https://bugs.launchpad.net/bugs/306346 You re

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-23 Thread Iain Lane
Subscribing ubuntu-main-sponsors instead. u-u-s can't help you here ;) I suggest you get this change upstream too. -- lirc-modules-source gives an error while building with dkms https://bugs.launchpad.net/bugs/306346 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-06 Thread Fabian
Installing lirc-modules-source_0.8.4a-0ubuntu2~intrepid2~ppa1_all on Intrepid Ibex and that fixed my compile issue during startup. Linux krypton 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64 GNU/Linux -- lirc-modules-source gives an error while building with dkms https://bugs.la

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-05 Thread timo michel
@ Kenny Worked for me on Jaunty (without replacing lirc_imon.c), thank you very much. uname -a Linux ustudio 2.6.28-8-generic #27-Ubuntu SMP Thu Mar 5 00:30:14 UTC 2009 x86_64 GNU/Linux HP Pavillon dv7 1270ez -- lirc-modules-source gives an error while building with dkms https://bugs.launchpa

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-03 Thread Kenny Millington
** Attachment added: "LP306346-jaunty-updated.debdiff" http://launchpadlibrarian.net/23364030/LP306346-jaunty-updated.debdiff -- lirc-modules-source gives an error while building with dkms https://bugs.launchpad.net/bugs/306346 You received this bug notification because you are a member of Ub

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-03 Thread Kenny Millington
I'm attaching an updated debdiff for jaunty with a more complete patch that I've just found in LP: #305288. Unfortunately I don't have a PVR150 to test out the module itself, both patches allow the module to build successfully and thus fix the broken package issue which makes lirc 0.8.4a unusable.

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-02 Thread Kenny Millington
@Mircea: Thanks for the clarification - the scope of this bug is limited to step 1 only, since with the debdiff fixes I've posted above the package will once again work for everyone whereas currently it fails as it stands. (E.g. the package is broken in the repositories.) Can I get a sponsor for

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-02 Thread Mircea
@Kenny: Sorry I wasn't clear. Step 1 is done: I installed the package from your PPA and the DKMS build succeeds. It was only after replacing the lirc_imon driver that the DKMS build failed (step 2). Just in case, whe you have the time to look into step 2, here is the info you asked for: uname -a L

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-02 Thread Kenny Millington
@Mircea: That was my plan. Basically I'm trying to tackle this in two stages:- 1) Does it build without replacing the lirc_imon driver ? 2) Does it build with replacing the lirc_imon driver ? Did the DKMS build succeed after you did the remove and then install? If not, can you give me the output

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-01 Thread Mircea
@ Kenny: I did an apt-get remove and then an install. The problem is that the "remove" deletes the updated driver, and then the "install" installs the old driver. Did you have in mind a different way that would not remove the updated driver once I "apt-get remove"? Or did I get your instructions co

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-01 Thread Kenny Millington
@Mircea: Ah, can you try removing lirc-modules-source and then reinstalling it again, e.g. apt-get remove then apt-get install... Maybe DKMS just needs to remove what's there and then reinstall - I might have done that in my testing. -- lirc-modules-source gives an error while building with dkms

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-01 Thread Mircea
@Kenny: Yes, I meant that the DKMS build still fails. But the error I get is the same as the one listed above, while the file changed was another driver file. So I'm not sure it's an error due to an "arbitrary replacement of files." Moreover, the whole point of this package is (as far as I know) to

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-01 Thread Kenny Millington
Just quickly tested the patch on my jaunty VM and it appears to work, I've attached the debdiff refreshed against jaunty. ** Attachment added: "LP306346-jaunty.debdiff" http://launchpadlibrarian.net/23266852/LP306346-jaunty.debdiff -- lirc-modules-source gives an error while building with dkm

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-01 Thread Kenny Millington
@Mircea: If by the "package installs successfully" you mean DKMS is able to build all the modules then this bug is completely solved. There's no way Ubuntu can support the arbitrary replacement of files once a package is installed. (I'm not affiliated in any way with Ubuntu, mind.) If however you

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-03-01 Thread Mircea
Kenny, thanks for looking into this. However, I think the problem was partially solved. The package installs successfully, but... What Iwas trying to do was to "update" one of the lirc modules. As far as I know, the procedure was to install lirc-modules source, replace the C file for the module in

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-02-28 Thread Kenny Millington
I believe I've fixed this issue for intrepid with the attached debdiff, I've also pushed the package to my PPA so it should be available from there in the next hour or two. ** Attachment added: "LP306346.debdiff" http://launchpadlibrarian.net/23235825/LP306346.debdiff -- lirc-modules-source g

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-02-28 Thread Nirmisgav
I have the same error in Jaunty Alpha 5 Error! Build of lirc_pvr150.ko failed for: 2.6.28-8-generic (x86_64) Consult the make.log in the build directory /var/lib/dkms/lirc/0.8.4a/build/ for more information. Installing initial module Error! Could not locate lirc_atiusb.ko for module lirc in the

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-02-11 Thread Mircea
I can confirm this behavior on 2.6.27-11-generic (i686), the module that "causes" the error is lirc_atiusb.ko: Unpacking lirc-modules-source (from .../lirc-modules-source_0.8.4a-0ubuntu2~intrepid1_all.deb) ... Setting up lirc-modules-source (0.8.4a-0ubuntu2~intrepid1) ... Adding Module to DKMS bu

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2009-01-30 Thread Sven Fischer
The build seems to break when doing the lirc_gpio module: [...] Making all in lirc_gpio make[2]: Entering directory `/var/lib/dkms/lirc/0.8.4a/build/drivers/lirc_gpio' cp ./../lirc_dev/Module*.symvers .

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2008-12-08 Thread Leon
/var/lib/dkms/lirc/0.8.4a/build/make.log is almost empty. It only contains: DKMS make.log for lirc-0.8.4a for kernel 2.6.27-9-server (x86_64) Tue Dec 9 07:35:56 CET 2008 /var/lib/dkms/lirc/0.8.4a/build - But the subdirectory drivers/lirc_atiusb/ does contains these files: - lirc_atiusb.c - lirc_

[Bug 306346] Re: lirc-modules-source gives an error while building with dkms

2008-12-08 Thread Leon
** Attachment added: "lirc-modules-source.log" http://launchpadlibrarian.net/20311279/lirc-modules-source.log -- lirc-modules-source gives an error while building with dkms https://bugs.launchpad.net/bugs/306346 You received this bug notification because you are a member of Ubuntu Bugs, which