* [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs
@ 2013-02-22 11:54 bugzilla at busybox.net
2013-02-22 12:17 ` [Buildroot] [Bug 5960] " bugzilla at busybox.net
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-22 11:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
Summary: fusion.ko driver does not install to target rootfs
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: broot at monkster.hopto.org
CC: buildroot at uclibc.org
Estimated Hours: 0.0
fusion.o is copied to
target/lib/modules/drivers/(kernel-ver)/drivers/char/fusion
instead of fusion.ko
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 5960] fusion.ko driver does not install to target rootfs
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
@ 2013-02-22 12:17 ` bugzilla at busybox.net
2013-02-22 13:52 ` bugzilla at busybox.net
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-22 12:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
--- Comment #1 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2013-02-22 12:17:57 UTC ---
How about some context here?
Your report is seriously lacking in detail.
How did you get that result? A config, something!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 5960] fusion.ko driver does not install to target rootfs
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
2013-02-22 12:17 ` [Buildroot] [Bug 5960] " bugzilla at busybox.net
@ 2013-02-22 13:52 ` bugzilla at busybox.net
2013-02-22 17:23 ` bugzilla at busybox.net
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-22 13:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
--- Comment #2 from broot at monkster.hopto.org 2013-02-22 13:52:29 UTC ---
Any? config, select kernel to build (dependancy of fusion) and then fusion
package in graphics packages (BR2_PACKAGE_LINUX_FUSION)
fusion.ko would build in
buildroot-2012.11/output/build/linux-fusion-8.10.4/linux/drivers/char/fusion
however fusion.o will be installed to target.
I don't remember which release this started to show in, but some older releases
did it correctly.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 5960] fusion.ko driver does not install to target rootfs
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
2013-02-22 12:17 ` [Buildroot] [Bug 5960] " bugzilla at busybox.net
2013-02-22 13:52 ` bugzilla at busybox.net
@ 2013-02-22 17:23 ` bugzilla at busybox.net
2013-02-23 17:17 ` bugzilla at busybox.net
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-22 17:23 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
--- Comment #3 from broot at monkster.hopto.org 2013-02-22 17:23:56 UTC ---
Created attachment 4784
--> https://bugs.busybox.net/attachment.cgi?id=4784
buildroot config
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 5960] fusion.ko driver does not install to target rootfs
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
` (2 preceding siblings ...)
2013-02-22 17:23 ` bugzilla at busybox.net
@ 2013-02-23 17:17 ` bugzilla at busybox.net
2013-02-23 19:37 ` bugzilla at busybox.net
2013-02-26 22:15 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-23 17:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
--- Comment #4 from Arnout Vandecappelle <arnout@mind.be> 2013-02-23 17:17:22 UTC ---
It's a bug in linux-fusion's Makefile: it thinks that you're compiling against
linux 2.4.x.
It's been fixed in linux-fusion 9.0.0.
I'll send a version bump patch - can you test if it works in your setup?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 5960] fusion.ko driver does not install to target rootfs
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
` (3 preceding siblings ...)
2013-02-23 17:17 ` bugzilla at busybox.net
@ 2013-02-23 19:37 ` bugzilla at busybox.net
2013-02-26 22:15 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-23 19:37 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
broot at monkster.hopto.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #5 from broot at monkster.hopto.org 2013-02-23 19:38:16 UTC ---
It copies correctly now, thanks.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [Bug 5960] fusion.ko driver does not install to target rootfs
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
` (4 preceding siblings ...)
2013-02-23 19:37 ` bugzilla at busybox.net
@ 2013-02-26 22:15 ` bugzilla at busybox.net
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2013-02-26 22:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5960
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WORKSFORME |FIXED
--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org> 2013-02-26 22:15:24 UTC ---
Fixed in git by Arnout (208b36a234fe)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-02-26 22:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 11:54 [Buildroot] [Bug 5960] New: fusion.ko driver does not install to target rootfs bugzilla at busybox.net
2013-02-22 12:17 ` [Buildroot] [Bug 5960] " bugzilla at busybox.net
2013-02-22 13:52 ` bugzilla at busybox.net
2013-02-22 17:23 ` bugzilla at busybox.net
2013-02-23 17:17 ` bugzilla at busybox.net
2013-02-23 19:37 ` bugzilla at busybox.net
2013-02-26 22:15 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox