Re: linux-kbuild-3.1.0

2011-10-17 Thread Antoine

Le 16/10/2011 19:06, garnier a écrit :

manque linux-kbuild-3.1.0 que je ne trouve dans aucun dépôt

Des instructions existent pour le construire:
http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage#Thestoryoflinux-kbuild-2.6
avec notamment le script build-linux-kbuild.sh

Ce dernier a été conçu avant le passage en 3.x (contre 2.6.x)
les outils genorig.py et gencontrol.py ne sont plus dans 
svn://svn.debian.org/kernel/dists/trunk/linux-kbuild-2.6 mais dans
svn://svn.debian.org/kernel/dists/trunk/linux-tools, mais s'attendent à 
une structure de la forme linux-x.x.x, or pour l'instant on en est 
encore à du linux-x.x (3.1)


J'en avais besoin récemment et j'ai donc modifié ce script, Cf en pj 
build-linux-kbuild.3.x.sh

librement - antoine


build-linux-kbuild.3.x.sh
Description: application/shellscript


Re: linux-kbuild-3.1.0

2011-10-17 Thread garnier
Le lundi 17 octobre 2011 à 13:53 +0200, Antoine a écrit :
 Le 16/10/2011 19:06, garnier a écrit :
  manque linux-kbuild-3.1.0 que je ne trouve dans aucun dépôt
 Des instructions existent pour le construire:
 http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage#Thestoryoflinux-kbuild-2.6
 avec notamment le script build-linux-kbuild.sh
 
 Ce dernier a été conçu avant le passage en 3.x (contre 2.6.x)
 les outils genorig.py et gencontrol.py ne sont plus dans 
 svn://svn.debian.org/kernel/dists/trunk/linux-kbuild-2.6 mais dans
 svn://svn.debian.org/kernel/dists/trunk/linux-tools, mais s'attendent à 
 une structure de la forme linux-x.x.x, or pour l'instant on en est 
 encore à du linux-x.x (3.1)
 
 J'en avais besoin récemment et j'ai donc modifié ce script, Cf en pj 
 build-linux-kbuild.3.x.sh
 librement - antoine
Bonsoir,

Merci pour ta réponse et le script.
Mais je n'arrive pas jusqu'au bout : il semblerait qu'il faille que
j'upgrade python mais ça me désinstallerait les 3/4 du système et j'ai
peur de basculer en expérimental. 
-
./build-linux-kbuild.3.x.sh: 63: ./build-linux-kbuild.3.x.sh: dch: not
found
genorig.py
Using source name linux-tools, version 3.1.0~rc9, dfsg 0
Extracting tarball ../linux-3.1.0-rc4.tar.bz2
Traceback (most recent call last):
  File ./debian/bin/genorig.py, line 199, in module
Main(args, options.override_version, options.override_tag)()
  File ./debian/bin/genorig.py, line 79, in __call__
self.upstream_extract(self.input_files[0])
  File ./debian/bin/genorig.py, line 117, in upstream_extract
os.rename(os.path.join(self.dir, match.group('dir')),
os.path.join(self.dir, 'temp'))
OSError: [Errno 2] No such file or directory

dpkg-checkbuilddeps : dépendances de construction non trouvées :
python-dev

Je préfère rester en stable/testing avec pining donc je repasse en
3.0.0. Dommage !
A moins qu'une autre solution existe ?

Merci encore,

JC


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/1318878424.9010.7.camel@garnier-PC-asus



Re: linux-kbuild-3.1.0

2011-10-17 Thread Antoine

bonsoir,
Le 17/10/2011 21:07, garnier a écrit :

./build-linux-kbuild.3.x.sh: 63: ./build-linux-kbuild.3.x.sh: dch: not
found
l'outil dch (debchange) fait partie du paquet devscripts et sert à 
ajouter une nouvelle ligne de commentaire au fichier debian/change‐log 
dans le répertoire des sources

dpkg-checkbuilddeps : dépendances de construction non trouvées :
python-dev

Je préfère rester en stable/testing avec pining donc je repasse en
3.0.0. Dommage !
A moins qu'une autre solution existe ?

ré-essayer en installant devscripts + python-dev de stable ?
antoine

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/4e9ca283.1060...@gmail.com



linux-kbuild-3.1.0

2011-10-16 Thread garnier
Bonjour,

J'essaye de passer mon noyau en 3.1.0 (epérimental) et je suis bloqué à
l'installation du pilote proprio de ATI :
manque linux-kbuild-3.1.0 que je ne trouve dans aucun dép^ot.
Existe t'il une solution pour faire croire au système que
linux-kbuild-3.0.0 est en fait linux-kbuild-3.1.0 ?
Bonne ou mauvaise idée, faisable ? Autre solution ?

Merci par avance

JC GARNIER

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/1318784801.23561.8.camel@garnier-PC-asus



Re: linux-kbuild-3.1.0 ?

2011-09-16 Thread Tom H
On Thu, Sep 15, 2011 at 8:01 AM, Camaleón noela...@gmail.com wrote:
 On Wed, 14 Sep 2011 22:16:32 +0200, Sven Hoexter wrote:
 On Wed, Sep 14, 2011 at 04:14:31PM +, Camaleón wrote:

 Well, then who/what is the target of linux-headers-3.1.0-rc4-amd64
 package? I mean, if it is not installable -on purpose- because of the
 broken dependency, what is it aimed for? Just curious :-?

 You can try out the kernel image, so to speak the kernel itself, and
 check if it works on your hardware. It's just the surounding toolchain
 to build e.g. dkms modules etc. which is missing. But that doesn't
 prevent you from checking if $latest-fix-in-upstream-rc fixes one of
 your reported or not reported problems.

 Yeah, I understand that kernel headers are focused to developers or
 people who needs compiling their own packages but it is still needed for
 that purposes, I mean, there can be people running Debian kernel 3.1 that
 needs to test how compiling works and with no headers package available
 that seems not possible :-?

 In brief, why having a package with broken dependecies that cannot be
 installed, better not having it at all? Mmm, unless the package itself
 has to be created to satisfy another package dependencies...

See the bottom of this page
http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage

It's not clear from the bug report link posted earlier whether it's
-headers or -kbuild or, most likely, both, that's not packaged for
experimental but it's clear that it seems to be a DIY project in that
repo.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOdo=Swc_9T562Bv_CRE6nb=zd8grgazuz5pwqo4pz3uttp...@mail.gmail.com



Re: linux-kbuild-3.1.0 ?

2011-09-15 Thread Camaleón
On Wed, 14 Sep 2011 22:16:32 +0200, Sven Hoexter wrote:

 On Wed, Sep 14, 2011 at 04:14:31PM +, Camaleón wrote:
 
 Well, then who/what is the target of linux-headers-3.1.0-rc4-amd64
 package? I mean, if it is not installable -on purpose- because of the
 broken dependency, what is it aimed for? Just curious :-?
 
 You can try out the kernel image, so to speak the kernel itself, and
 check if it works on your hardware. It's just the surounding toolchain
 to build e.g. dkms modules etc. which is missing. But that doesn't
 prevent you from checking if $latest-fix-in-upstream-rc fixes one of
 your reported or not reported problems.

Yeah, I understand that kernel headers are focused to developers or 
people who needs compiling their own packages but it is still needed for 
that purposes, I mean, there can be people running Debian kernel 3.1 that 
needs to test how compiling works and with no headers package available 
that seems not possible :-?

In brief, why having a package with broken dependecies that cannot be 
installed, better not having it at all? Mmm, unless the package itself 
has to be created to satisfy another package dependencies... oh, well :-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.09.15.12.01...@gmail.com



Re: linux-kbuild-3.1.0 ?

2011-09-14 Thread Mathieu Malaterre
On Tue, Sep 13, 2011 at 12:55 PM, Camaleón noela...@gmail.com wrote:
 On Tue, 13 Sep 2011 11:39:15 +0200, Mathieu Malaterre wrote:

   I would like to give linux 3.10~rc4 a try. For this I tried
   installing:

 $ sudo apt-get install linux-headers-3.1.0-rc4-amd64 -t experimental The
 following packages have unmet dependencies:
  linux-headers-3.1.0-rc4-amd64 : Depends: linux-kbuild-3.1.0 but it is
 not installable
 E: Broken packages

 I could not find where is linux-kbuild-3.1.0, ref:

 http://packages.debian.org/experimental/kernel/linux-headers-3.1.0-rc4-amd64

 ***
 dep: linux-kbuild-3.1.0
    Package not available
 ***

 Given that's from the experimental branch... have you already reported
 this?

Apparently this is not expected:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641428#10


-- 
Mathieu


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CA+7wUsyxoCm1Qt1c=zfno_odn+bcr3kqatcto2rsdahgvma...@mail.gmail.com



Re: linux-kbuild-3.1.0 ?

2011-09-14 Thread Camaleón
On Wed, 14 Sep 2011 17:49:19 +0200, Mathieu Malaterre wrote:

 On Tue, Sep 13, 2011 at 12:55 PM, Camaleón noela...@gmail.com wrote:
 On Tue, 13 Sep 2011 11:39:15 +0200, Mathieu Malaterre wrote:

   I would like to give linux 3.10~rc4 a try. For this I tried
   installing:

 $ sudo apt-get install linux-headers-3.1.0-rc4-amd64 -t experimental
 The following packages have unmet dependencies:
  linux-headers-3.1.0-rc4-amd64 : Depends: linux-kbuild-3.1.0 but it
  is
 not installable
 E: Broken packages

 I could not find where is linux-kbuild-3.1.0, ref:

 http://packages.debian.org/experimental/kernel/linux-headers-3.1.0-rc4-amd64

 ***
 dep: linux-kbuild-3.1.0
    Package not available
 ***

 Given that's from the experimental branch... have you already reported
 this?
 
 Apparently this is not expected:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641428#10

That was fast :-)

Well, then who/what is the target of linux-headers-3.1.0-rc4-amd64 
package? I mean, if it is not installable -on purpose- because of the 
broken dependency, what is it aimed for? Just curious :-?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.09.14.16.14...@gmail.com



Re: linux-kbuild-3.1.0 ?

2011-09-14 Thread Sven Hoexter
On Wed, Sep 14, 2011 at 04:14:31PM +, Camaleón wrote:

 Well, then who/what is the target of linux-headers-3.1.0-rc4-amd64 
 package? I mean, if it is not installable -on purpose- because of the 
 broken dependency, what is it aimed for? Just curious :-?

You can try out the kernel image, so to speak the kernel itself, and check
if it works on your hardware. It's just the surounding toolchain to
build e.g. dkms modules etc. which is missing. But that doesn't
prevent you from checking if $latest-fix-in-upstream-rc fixes one of
your reported or not reported problems.

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110914201632.GB2500@marvin



linux-kbuild-3.1.0 ?

2011-09-13 Thread Mathieu Malaterre
Dear all,

  I would like to give linux 3.10~rc4 a try. For this I tried installing:

$ sudo apt-get install linux-headers-3.1.0-rc4-amd64 -t experimental
The following packages have unmet dependencies:
 linux-headers-3.1.0-rc4-amd64 : Depends: linux-kbuild-3.1.0 but it is
not installable
E: Broken packages

I could not find where is linux-kbuild-3.1.0, ref:

http://packages.debian.org/experimental/kernel/linux-headers-3.1.0-rc4-amd64

Thanks
-- 
Mathieu


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ca+7wuswt4jd_d1kavjxntxvzvhru+03eielwgrvkm8no2s4...@mail.gmail.com



Re: linux-kbuild-3.1.0 ?

2011-09-13 Thread Camaleón
On Tue, 13 Sep 2011 11:39:15 +0200, Mathieu Malaterre wrote:

   I would like to give linux 3.10~rc4 a try. For this I tried
   installing:
 
 $ sudo apt-get install linux-headers-3.1.0-rc4-amd64 -t experimental The
 following packages have unmet dependencies:
  linux-headers-3.1.0-rc4-amd64 : Depends: linux-kbuild-3.1.0 but it is
 not installable
 E: Broken packages
 
 I could not find where is linux-kbuild-3.1.0, ref:
 
 http://packages.debian.org/experimental/kernel/linux-headers-3.1.0-rc4-amd64

***
dep: linux-kbuild-3.1.0
Package not available 
***

Given that's from the experimental branch... have you already reported 
this?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.09.13.10.55...@gmail.com