[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2012-08-11 Thread John Rigby
** Changed in: linux-linaro-mx51 (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666267 Title: Cross compiled headers package breaks DKMS compilation To

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2012-03-28 Thread Paolo Pisati
** Changed in: linux-ti-omap4 (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666267 Title: Cross compiled headers package breaks DKMS compilation

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2012-03-23 Thread Paolo Pisati
** Changed in: linux-ti-omap4 (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666267 Title: Cross compiled headers package breaks DKMS compilation

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2012-03-16 Thread Ricardo Salveti
** Changed in: linux-ti-omap4 (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666267 Title: Cross compiled headers package breaks DKMS compilation To

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-12-27 Thread Michiel Bacchiani
Checking out bca641b96bb12e4d892ad10498c7877e14d24abc Author: Paolo Pisati paolo.pis...@canonical.com Date: Wed Dec 14 17:23:24 2011 +0100 UBUNTU: Ubuntu-3.0.0-1206.14 and cross compiling on an x86_64 for omap4 as, for example, CROSS_COMPILE=arm-linux-gnueabi- do_tools=false

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-12-27 Thread Michiel Bacchiani
Apoogies for the duplication, this is more accurately the package I am looking at. Checking out bca641b96bb12e4d892ad10498c7877e14d24abc Author: Paolo Pisati paolo.pis...@canonical.com Date: Wed Dec 14 17:23:24 2011 +0100 UBUNTU: Ubuntu-3.0.0-1206.14 and cross compiling on an x86_64 for

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-12-27 Thread Michiel Bacchiani
diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 1b26a39..eb9fa5a 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -175,7 +175,13 @@ endif sed -e 's/.*CONFIG_DEBUG_INFO=.*/# CONFIG_DEBUG_INFO is not set/

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-10-25 Thread Paolo Pisati
the Oneiric's omap4 kernel has both (d18a6e2590dcde348e7ece6f5e2d76085663413b and c0c8c506279cf07c303c54117bcca37f0d5bcfd5). ** Changed in: linux-ti-omap4 (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-09-27 Thread Ricardo Salveti
Fixed at the linaro kernel by: - http://git.linaro.org/gitweb?p=ubuntu/linux-linaro-oneiric.git;a=commit;h=4f0dffd7e2166fd92e3551b8223728028ad62e2b - http://git.linaro.org/gitweb?p=ubuntu/linux-linaro-oneiric.git;a=commit;h=d527e6b5747390f52f11893dd8fd95cd05fe6ccb ** Changed in: linaro-ubuntu

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-08-29 Thread Ricardo Salveti
Avik, you'll probably hit this bug if you try Systemtap (or any other dkms package) with a kernel package that was built using the cross toolchain. To properly fix it sync with Marcin and John, they should know exactly what are the needed changes at the kernel package. ** Also affects:

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-07-12 Thread Mario Limonciello
DKMS isn't the only package that will run into problems, really hand compiling kernel modules will probably hit the same roadblocks. I think the most appropriate solution is to fix these packages before they're deployed on the cross compiled architectures. It doesn't make sense to have binaries

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-06-16 Thread Marcin Juszkiewicz
There is one more option: we can cross compile all those binaries after kernel/modules are built so they will be proper arch. This will require adding one more task to debian/rules. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-06-16 Thread Nicolas Dechesne
because of the same problem, cross building a kernel pkg prevents the use of systemtap tool at run time (systemtap, like dkms is building kernel modules). so another good reason to get this fixed... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-06-15 Thread Alison Chaiken
Is someone working on this problem?I'd much rather cross-compile on my quad-core x86_64 than natively build on my flash-mounted little Pandaboard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-05-16 Thread Nicolas Dechesne
@bryan: any chance this can be resurrected and/or fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666267 Title: Cross compiled headers package breaks DKMS compilation -- ubuntu-bugs mailing

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2011-02-16 Thread John Rigby
** Also affects: linux-linaro-mx51 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666267 Title: Cross compiled headers package breaks DKMS

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2010-11-22 Thread Bryan Wu
I've added DKMS to this bug. So from my point of view, it contains 2 parts of issue. 1. DKMS should not use those script to build kernel drivers when installing 2. kernel header package should not package those host native binaries. Mario, could you please help me take a look at this? Thanks,

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2010-11-13 Thread Ricardo Salveti
Yeah, I wonder if it makes sense to package those scripts into the linux-header package. It's expected that those scripts are related with the builder's native arch, as it's used during the build. Don't know if removing these scripts could affect anything else then DKMS, but it sounds like that

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2010-11-10 Thread Vincent Stehlé
Hi Bryan, Removing the binaries is not sufficient, I am affraid. DKMS build fails, and I have in make.log: /bin/sh: scripts/basic/fixdep: not found Best regards, V. -- Cross compiled headers package breaks DKMS compilation https://bugs.launchpad.net/bugs/666267 You received this bug

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2010-11-10 Thread Vincent Stehlé
A precision: I removed the binaries manually under /usr/src/linux- headers-xxx. -- Cross compiled headers package breaks DKMS compilation https://bugs.launchpad.net/bugs/666267 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2010-11-08 Thread Bryan Wu
Vincent, Could you please help us to do a testing? Just remove all the faulty binaries which you listed here and try to native install/build your DKMS packages. To see whether it is works. After some discussion with Andy and Tim, we think linux-header package should not ship those binaries and

[Bug 666267] Re: Cross compiled headers package breaks DKMS compilation

2010-10-25 Thread Bryan Wu
** Changed in: linux-ti-omap4 (Ubuntu) Importance: Undecided = Medium ** Changed in: linux-ti-omap4 (Ubuntu) Assignee: (unassigned) = Bryan Wu (cooloney) -- Cross compiled headers package breaks DKMS compilation https://bugs.launchpad.net/bugs/666267 You received this bug notification