Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402083 - =sys-apps/linux-misc-apps-3.6: version bump (with "usbip" included)
Summary: =sys-apps/linux-misc-apps-3.6: version bump (with "usbip" included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 395871
  Show dependency tree
 
Reported: 2012-02-03 17:07 UTC by Jan Psota
Modified: 2012-11-19 10:02 UTC (History)
3 users (show)

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


Attachments
3.1->3.2 ebuild patch with usbip usermode tools (linux-misc-apps-3.2.ebuild.patch,2.14 KB, text/plain)
2012-02-03 17:07 UTC, Jan Psota
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Psota 2012-02-03 17:07:28 UTC
Created attachment 300871 [details]
3.1->3.2 ebuild patch with usbip usermode tools

net-misc/usbip is obsolete (from linux-3.x user's point of view)
I added usbip usermode tools into sys-apps/linux-misc-apps-3.2.
Ebuild included. (3.2 is in bleeding-edge)

About bug 377691: from-kernel usbip won't compile without sysfs/libsysfs.h too.
Comment 1 Jan Psota 2012-07-14 21:55:23 UTC
3.4 in bleeding-edge, placement of some tools changed:

--- a/sys-apps/linux-misc-apps/linux-misc-apps-3.2.ebuild
+++ b/sys-apps/linux-misc-apps/linux-misc-apps-3.4.ebuild
@@ -52,10 +52,10 @@ TARGETS_SIMPLE=(
        Documentation/laptops/dslm.c
        Documentation/laptops/hpfall.c
        Documentation/networking/timestamping/timestamping.c
-       Documentation/virtual/lguest/lguest.c
-       Documentation/vm/page-types.c
+       tools/lguest/lguest.c
+       tools/vm/page-types.c
        Documentation/watchdog/src/watchdog-simple.c
-       tools/slub/slabinfo.c
+       tools/vm/slabinfo.c
        usr/gen_init_cpio.c
 )
 # Documentation/networking/ifenslave.c - obsolete
Comment 2 James Le Cuirot gentoo-dev 2012-10-23 20:55:15 UTC
Small change for 3.6. lguest seems to have gone.

--- linux-misc-apps-3.4.ebuild	2012-10-23 21:42:28.000000000 +0100
+++ linux-misc-apps-3.6.ebuild	2012-10-23 21:46:01.000000000 +0100
@@ -52,7 +52,6 @@
 	Documentation/laptops/dslm.c
 	Documentation/laptops/hpfall.c
 	Documentation/networking/timestamping/timestamping.c
-	tools/virtual/lguest/lguest.c
 	tools/vm/page-types.c
 	Documentation/watchdog/src/watchdog-simple.c
 	tools/vm/slabinfo.c

There were a couple of conflicts. turbostat is provided by sys-power/pmtools. I'm guessing this is obsolete so I unmerged it. cpufreq.h conflicts with sys-power/cpufrequtils, which is probably also obsolete, but I use the init.d script that is installed with it. I guess that needs to be moved here?
Comment 3 Jan Psota 2012-10-23 22:23:29 UTC
(In reply to comment #2)
> Small change for 3.6. lguest seems to have gone.
> 
? There still is (-:
$ p linux-3.6.tar.bz2 | g lguest\\.c
-rw-rw-r-- root/root     58966 2012-10-01 01:47 linux-3.6/tools/lguest/lguest.c

> There were a couple of conflicts. turbostat is provided by
> sys-power/pmtools. I'm guessing this is obsolete so I unmerged it. cpufreq.h
> conflicts with sys-power/cpufrequtils, which is probably also obsolete, but
> I use the init.d script that is installed with it. I guess that needs to be
> moved here?
I use cpufrequtils too, but I had not been able to make
it compile on from-linux-sources cpufreq.h (I tried for an hour...)
And pmtools turbostat is much older - just as you said.

Commited to bleeding-edge (with lguest not touched):
    sys-apps/linux-misc-apps-3.6        thanks to James Le Cuirot!
:-)
Comment 4 James Le Cuirot gentoo-dev 2012-10-24 05:33:16 UTC
D'oh, I did `find /usr/src/linux -name "*lguest*"` but forgot it would need a trailing slash for that to work. :)
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-11-19 10:02:27 UTC
3.6 in tree.