[opensuse] KOTD source - strange rpm dependency failure
Building from source, as NVIDIA one-click failed with FATAL: Could not load /lib/modules/2.6.22.5-31-default/modules.dep: No such file or directory (cd /user/src/linux...., make oldconfig, make dep didn't help) Downloaded KOTD (2.6.25.2-2.1) rpm and got the following odd failure on rpm -ivh $ sudo rpm -ivh kernel-source-2.6.25.2-2.1.x86_64.rpm warning: kernel-source-2.6.25.2-2.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID a29f6635 error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by kernel-source-2.6.25.2-2.1.x86_64 'rpm -qa | grep rpmlib' shows nothing, and 'zypper se rpmlib' says * Reading installed packages [100%] No resolvables found. Never seen this before. What's going on? TIA. Michael -- Michael Fischer michael@visv.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 9 May 2008 19:57:41 -0400, Michael Fischer wrote:
FATAL: Could not load /lib/modules/2.6.22.5-31-default/modules.dep: No such file or directory
modules.dep is created by running 'modprobe -a'
(cd /user/src/linux...., make oldconfig, make dep didn't help)
Because its the wrong thing to do.
Downloaded KOTD (2.6.25.2-2.1) rpm and got the following odd failure on rpm -ivh
If you can't deal with such problems, I'd simply stay away from bleeding edge kernels like KOTD.
error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by kernel-source-2.6.25.2-2.1.x86_64
Update rpm. We switched to compressing the rpm payload with lzma because that yields noticeable better compression. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, May 10, Philipp Thomas wrote:
On Fri, 9 May 2008 19:57:41 -0400, Michael Fischer wrote:
FATAL: Could not load /lib/modules/2.6.22.5-31-default/modules.dep: No such file or directory
modules.dep is created by running 'modprobe -a'
Thank you for the information.
(cd /user/src/linux...., make oldconfig, make dep didn't help)
Because its the wrong thing to do.
Thank you for the information.
Downloaded KOTD (2.6.25.2-2.1) rpm and got the following odd failure on rpm -ivh
If you can't deal with such problems, I'd simply stay away from bleeding edge kernels like KOTD.
No thank you for the condescension. Kind of hard to learn if you don't try new things. Besides, I've been building kernels off and on for a few years - usually when a CD distro kernel doesn't support my hardware. Never had to look farther than the usual make menuconfig, make dep, make, make modules, etc...
error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by kernel-source-2.6.25.2-2.1.x86_64
Update rpm. We switched to compressing the rpm payload with lzma because that yields noticeable better compression.
Thank you for the information. Michael -- Michael Fischer michael@visv.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Michael Fischer
-
Philipp Thomas