Re: Re: yum: list/update to multiple versions of a package
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <1201124590.6218.120.camel@cutter> |
On Wed, 2008-01-23 at 16:32 -0500, Derrick Brashear wrote: > Ok, well, you've definitely pushed me at the root cause here: > sqlite> select name, version, release, arch from packages where > name='kernel-devel'; > kernel-devel|2.6.23.8|63.fc8|x86_64 > kernel-devel|2.6.23.9|85.fc8|x86_64 > > I have no idea yet *why* the cache is out of date, but, that's the > issue. I'm not going to erase it until I figure out what's going on, > but I at least know I'm not going to be boned going forward (or > reasonably believe it), which is good. Thank you. How are you running createrepo on archive? Are you using the -d option to createrepo to automatically make the sqlite dbs? > (Building software for 900ish kernels is big fun) kernel modules are no end of no fun. kernel modules for lots of kernels are even less fun. -sv