PDA

View Full Version : Today's FC6 build list


SlowJet
25th August 2006, 04:47 PM
I noticed a message in the devel list that said to do a
yum clean meatadata cache
in the title but shows
yum clean metadata in the text body.

I did a yum clean metadata (which I need to do almost always to avoid the 2211 mirror out there stuck on last month.)
Then I did
yum update yum
and then yum update

The yum list seemed short (25 packages) compared to the buildlist.
I noted the mirror packages in the repo had many AUg-24 th dates and many with time stamps of 19:55 but these were not on the buildlist and it seems to me that some of them should be on my system?

But then I saw glib on the buildlist as version 22 and on my yum list it is already version 23.
How can that be?

So after thinking about it was that orginal message in the devel list bonggled and it really meant to do
yum clean all
because there is not a
yum clean cache
anymore

Anyway, something seems fishy about today's buildlist, the mirror, and the yum update list.


Can anyone explain this?

SJ.

SlowJet
25th August 2006, 04:59 PM
I decided to try a clean all
and I got the 2211 again, making yum want to go backwards in time.


#yum clean all
Loading "installonlyn" plugin
Cleaning up Everything
[root@Jade-38 ~]# yum update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
development 100% |=========================| 1.1 kB 00:00
extras-development 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 770 kB 00:00
################################################## 2211/2211
primary.xml.gz 100% |=========================| 1.0 MB 00:05
################################################## 3187/3187
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for glibc-kernheaders to pack into transaction set.
glibc-kernheaders-3.0-35. 100% |=========================| 87 kB 00:01
---> Package glibc-kernheaders.i386 0:3.0-35 set to be updated
---> Downloading header for bind-config to pack into transaction set.
bind-config-9.3.2-22.FC6. 100% |=========================| 35 kB 00:00
---> Package bind-config.i386 30:9.3.2-22.FC6 set to be updated
--> Running transaction check
--> Processing Dependency: bind = 30:9.3.2-22.FC6 for package: bind-config
--> Processing Dependency: kernel-headers >= 2.6.17 for package: audit-libs-devel
--> Processing Dependency: kernel-headers >= 2.6.17 for package: audit-libs-python
--> Finished Dependency Resolution
Error: Missing Dependency: bind = 30:9.3.2-22.FC6 is needed by package bind-config
Error: Missing Dependency: kernel-headers >= 2.6.17 is needed by package audit-libs-devel
Error: Missing Dependency: kernel-headers >= 2.6.17 is needed by package audit-libs-python

SlowJet
25th August 2006, 05:06 PM

Now it in a loop with kernel headers and glib-kernelheaders?

# yum clean all
Loading "installonlyn" plugin
Cleaning up Everything
[root@Jade-38 ~]# yum update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
development 100% |=========================| 1.1 kB 00:00
extras-development 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 820 kB 00:00
################################################## 2247/2247
primary.xml.gz 100% |=========================| 1.0 MB 00:00
################################################## 3187/3187
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for glibc-kernheaders to pack into transaction set.
glibc-kernheaders-3.0-45. 100% |=========================| 74 kB 00:06
---> Package glibc-kernheaders.i386 0:3.0-45.3 set to be updated
--> Running transaction check
Dependencies Resolved
================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
glibc-kernheaders i386 3.0-45.3 development 684 k
replacing kernel-headers.i386 2.6.17-1.2586.fc6
Transaction Summary
================================================== ===========================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 684 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): glibc-kernheaders- 100% |=========================| 684 kB 00:45
Running Transaction Test
warning: glibc-kernheaders-3.0-45.3: Header V3 DSA signature: NOKEY, key ID 897da07a
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: glibc-kernheaders ######################### [1/2]
Removing : kernel-headers ######################### [2/2]
Installed: glibc-kernheaders.i386 0:3.0-45.3
Replaced: kernel-headers.i386 0:2.6.17-1.2586.fc6
Complete!
[root@Jade-38 ~]# yum update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for kernel-headers to pack into transaction set.
kernel-headers-2.6.17-1.2 100% |=========================| 76 kB 00:00
---> Package kernel-headers.i386 0:2.6.17-1.2586.fc6 set to be updated
--> Running transaction check
Dependencies Resolved
================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
kernel-headers i386 2.6.17-1.2586.fc6 development 686 k
replacing glibc-kernheaders.i386 3.0-45.3
Transaction Summary
================================================== ===========================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 686 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): kernel-headers-2.6 100% |=========================| 686 kB 00:03
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: kernel-headers ######################### [1/2]
Removing : glibc-kernheaders ######################### [2/2]
Installed: kernel-headers.i386 0:2.6.17-1.2586.fc6
Replaced: glibc-kernheaders.i386 0:3.0-45.3
Complete!

bob
25th August 2006, 06:06 PM
I've done a 'yum clean all' and it's now running for me.

SlowJet
25th August 2006, 07:33 PM
Did you get about 25 packages or severall more?

This glibc package is blowing my mind. ;)
22 is on RH and my mirror, yet I have 23 installed from previous updates?
thanks,

SJ


# rpm -qa glibc
glibc-2.4.90-23
[root@Jade-38 ~]# yum list available glibc
Loading "installonlyn" plugin
Setting up repositories
development 100% |=========================| 1.1 kB 00:00
extras-development 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 820 kB 00:04
################################################## 2247/2247
primary.xml.gz 100% |=========================| 1.0 MB 00:05
################################################## 3187/3187
Available Packages
glibc.i386 2.4.90-22 development
glibc.i686 2.4.90-22 development

bob
25th August 2006, 08:03 PM
In my case, 28! Here's what I got:
acpid-1.0.4-4 Fri 25 Aug 2006 08:56:11 AM EDT
authconfig-5.3.4-1 Fri 25 Aug 2006 08:56:21 AM EDT
authconfig-gtk-5.3.4-1 Fri 25 Aug 2006 08:56:22 AM EDT
autofs-5.0.1-0.rc1.17 Fri 25 Aug 2006 08:56:32 AM EDT
control-center-2.15.92-3.fc6 Fri 25 Aug 2006 08:59:19 AM EDT
coreutils-5.97-9 Fri 25 Aug 2006 09:00:11 AM EDT
cups-1.2.2-17 Fri 25 Aug 2006 09:00:30 AM EDT
cups-libs-1.2.2-17 Fri 25 Aug 2006 09:01:01 AM EDT
curl-7.15.5-1.fc6 Fri 25 Aug 2006 09:01:07 AM EDT
dejavu-lgc-fonts-2.9-1 Fri 25 Aug 2006 09:01:19 AM EDT
gnome-applets-2.15.90-2.fc6 Fri 25 Aug 2006 09:01:54 AM EDT
kernel-2.6.17-1.2586.fc6 Fri 25 Aug 2006 01:16:36 PM EDT
kudzu-1.2.46-1 Fri 25 Aug 2006 01:18:40 PM EDT
libgnomeprintui22-2.12.1-6 Fri 25 Aug 2006 01:19:26 PM EDT
libselinux-1.30.27-1 Fri 25 Aug 2006 01:19:48 PM EDT
libsepol-1.12.25-1 Fri 25 Aug 2006 01:19:48 PM EDT
libselinux-python-1.30.27-1 Fri 25 Aug 2006 01:19:49 PM EDT
selinux-policy-2.3.9-3 Fri 25 Aug 2006 01:23:05 PM EDT
selinux-policy-targeted-2.3.9-3 Fri 25 Aug 2006 01:23:08 PM EDT
vim-common-7.0.066-1 Fri 25 Aug 2006 01:23:54 PM EDT
vim-enhanced-7.0.066-1 Fri 25 Aug 2006 01:23:57 PM EDT
vim-minimal-7.0.066-1 Fri 25 Aug 2006 01:24:06 PM EDT
vte-0.13.7-1.fc6 Fri 25 Aug 2006 01:24:13 PM EDT
xkeyboard-config-0.8-4 Fri 25 Aug 2006 01:24:25 PM EDT
xorg-x11-drv-ati-6.6.1-11.fc6 Fri 25 Aug 2006 01:24:32 PM EDT
xorg-x11-server-Xorg-1.1.1-29.fc6 Fri 25 Aug 2006 01:24:43 PM EDT
yum-2.9.5-2 Fri 25 Aug 2006 01:24:50 PM EDT
yum-updatesd-2.9.5-2 Fri 25 Aug 2006 01:24:51 PM EDT

SlowJet
25th August 2006, 08:22 PM
That's what I got on the first update after a yum clean metadata
(less yum and yum-updatesd)

Soooo, I'll wait to see what tomorrow brings.
thank you,

SJ