From c5435b549d8b9614889bf7f62603cd777e60abb4 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 3 Sep 2005 03:07:17 +0000 Subject: [PATCH] +Some comments about bugs workarounds. --- src/centos-bootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/centos-bootstrap b/src/centos-bootstrap index bd04392..319b1e6 100755 --- a/src/centos-bootstrap +++ b/src/centos-bootstrap @@ -122,13 +122,14 @@ chroot $ROOT /bin/rpm --rebuilddb # Do not install yum(8) just by 'rpm --root', later --rebuilddb would: # rpmdb: Program version 4.2 doesn't match environment version -# On direct "http" installation as CentOS-4.1 rpm-4.3.3-9_nonptl would crash on: +# FIXME: Analyse and bugreport: +# On "http" installation AND using --httpproxy: CentOS-4.1 rpm-4.3.3-9_nonptl would crash: # warning: package yum = 2.2.1-1.centos4 was already added, replacing with yum <= 2.2.1-1.centos4 # ... # error: Failed dependencies: # /usr/bin/python is needed by yum-2.2.1-1.centos4.noarch # ... -# while with FC4 rpm-4.4.1-22 it works at least above. +# while with FC4 rpm-4.4.1-22 it would work fine (it would just corrupt 'rpmdb' here). # yum(8) lines="`cat <