Bonsoir,
Je vais m'arracher les cheveux... J'ai deux machines, toutes les deux sous F20... Sur les deux, le repo updates-testing est activé et la commande "yum repolist" me renvoie les mêmes résultats.
Toutes les deux ont donc le noyau 3.12.5-301.fc20... Mais : sur l'une, kernel-devel contient bien les sources de 3.12 alors que sur l'autre, il ne contient que les sources de 3.11...
Bref, l'une voit le kernel-devel de updates-testing :
% yum info kernel-devel
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
Name : kernel-devel
Arch : x86_64
Version : 3.11.9
Release : 200.fc19
Size : 31 M
Repo : installed
From repo : updates
Summary : Development package for building kernel modules to match the
: kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : This package provides kernel headers and makefiles sufficient to
: build modules against the kernel package.
Name : kernel-devel
Arch : x86_64
Version : 3.11.10
Release : 200.fc19
Size : 31 M
Repo : installed
From repo : updates
Summary : Development package for building kernel modules to match the
: kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : This package provides kernel headers and makefiles sufficient to
: build modules against the kernel package.
Name : kernel-devel
Arch : x86_64
Version : 3.12.5
Release : 301.fc20
Size : 32 M
Repo : installed
From repo : updates-testing
Summary : Development package for building kernel modules to match the
: kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : This package provides kernel headers and makefiles sufficient to
: build modules against the kernel package.
Mais pas l'autre :
% yum info kernel-devel
Name : kernel-devel
Arch : x86_64
Version : 3.11.10
Release : 200.fc19
Size : 31 M
Repo : installed
From repo : updates
Summary : Development package for building kernel modules to match the
: kernel
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : This package provides kernel headers and makefiles sufficient to
: build modules against the kernel package.
Sur celle qui "voit" updates-testing, le contenu de fedora-updates-testing.repo commence par :
[updates-testing]
name=Fedora $releasever - $basearch - Test Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$releasever/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
et sur celle qui le le voit pas : même résultat.
J'ai tenté un "yum clean all", mais rien n'y fait
Bref, je sèche et ça m'ennuie, d'autant que ça m'empêche de compiler des modules via dkms (pour Virtualbox, entre autres)...
Des idées ?