Hello, Here are the steps I have performed: $apt-get install build-essential fakeroot rsync $apt-get install subversion subversion-tools $apt-get build-dep linux $svn co svn://anonscm.debian.org/svn/kernel/dists/sid/linux $apt-get source -d linux $cd linux and here is the first problem I have: $debian/rules orig debian/rules:59: *** Cannot find orig tarball linux_4.0.4.orig.tar.xz. Arrêt. Here is what was downloaded by "apt-get source -d linux" $ ls ../linux* ../linux_3.16.7-ckt9-2.debian.tar.xz ../linux_3.16.7-ckt9-2.dsc ../linux_3.16.7-ckt9.orig.tar.xz ../linux: debian I guess I should use the version in the link given by Ben: http://snapshot.debian.org/package/linux/4.0.2-1/ But where is it defined ? Here is what I can find using a command in the "rules" file: $ dpkg-parsechangelog Source: linux Version: 4.0.4-2 Distribution: UNRELEASED Urgency: medium Maintainer: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Date: Wed, 27 May 2015 21:36:56 +0100 Closes: 786716 787004 787029 Changes: linux (4.0.4-2) UNRELEASED; urgency=medium . [ Ben Hutchings ] * udeb: Remove i2o modules (fixes FTBFS on amd64) (Closes: #787004) . [ Ian Campbell ] * [armhf] Enable PCIe support for IMX6 boards. Patch from Vagrant Cascadian (Closes: #787029) * [armhf] Add stmmac-platform module to nic-modules udeb. (Closes: #786716) Thanks ! CB Le Mardi 26 Mai 2015 09:24 CEST, "Braud Caroline" <Caroline.Braud@xxxxxxxxxxxxxx> a écrit: > Hello, > > So if I understand well, the installation of RT package in a brand new PC: > > - step 1: installation of a distribution (I have installed debian jessie) > - step 2: to be able to have access of RT packages in development: > follow the link you gave me (4.3 and 4.2 steps) by replacing "dist" by "sid" > - step 3: install RT packages in development using apt-get install (headers and image RT) ?? > > Thanks a lot, and sorry for my level in linux kernel ... > The RT kernel is very usefull for me and I find the RT-PREEMPT development very interesting :) > > CB > > Le Vendredi 22 Mai 2015 23:22 CEST, Ben Hutchings <ben@xxxxxxxxxxxxxxx> a écrit: > > > On Fri, 2015-05-22 at 17:52 +0200, Braud Caroline wrote: > > > Hello, > > > > > > Sorry to ask but where is the Debian packaging repo for 4.0-rt ? > > > > See the kernel handbook: > > http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official-vcs > > > > In this case you want the 'sid' distribution. > > > > Ben. > > > > -- > > Ben Hutchings > > One of the nice things about standards is that there are so many of them. > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html