PDA

View Full Version : trying to do yum update.....


luna6
2nd April 2005, 04:46 PM
Trying to do yum update, and getting this error :

Traceback (most recent call last):
File "/usr/bin/yum", line 15, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 113, in main
(result, resultmsgs) = base.buildTransaction()
File "__init__.py", line 279, in buildTransaction
File "depsolve.py", line 213, in resolveDeps
File "depsolve.py", line 344, in _processReq
File "depsolve.py", line 432, in _requiringFromInstalled
File "sqlitesack.py", line 390, in returnNewestByNameArch
IndexError: pop from empty list


..anybody getting similiar error or know how to resolve this?

imdeemvp
2nd April 2005, 09:46 PM
Which repos are you using? I have seen some dependencies errors lately which I did not see in fc2 and to keep my system updated I use:up2dateproblems solved.

cybrjackle
3rd April 2005, 08:56 AM

Trying to do yum update, and getting this error :

Traceback (most recent call last):
File "/usr/bin/yum", line 15, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 113, in main
(result, resultmsgs) = base.buildTransaction()
File "__init__.py", line 279, in buildTransaction
File "depsolve.py", line 213, in resolveDeps
File "depsolve.py", line 344, in _processReq
File "depsolve.py", line 432, in _requiringFromInstalled
File "sqlitesack.py", line 390, in returnNewestByNameArch
IndexError: pop from empty list


..anybody getting similiar error or know how to resolve this?

Did you upgrade a fc3 box to rawhide or started with fc4t1 box?

Have you done any updates previouse to this?

luna6
4th April 2005, 12:43 AM
I started off with the fc4 test 1 install iso's ...did do yum updates before this week and did not have a problem...

Setting up Update Process
Setting up Repos
development 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 1.0 MB 00:02
developmen: ################################################## 3679/3679

cybrjackle
4th April 2005, 03:21 PM
I started off with the fc4 test 1 install iso's ...did do yum updates before this week and did not have a problem...

Setting up Update Process
Setting up Repos
development 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 1.0 MB 00:02
developmen: ################################################## 3679/3679

I assume that means it is working now?

Just a note, I wouldn't use extras on fc4t1 because of the compiler differnece. If you need extras, I would use cvs

http://cvs.fedora.redhat.com/extras.shtml

Just rebuild everything with the default compiler. Find all those programs that need some gcc4.patch to fix them. :D

The problem with using from fc3/gcc-3.4.x is that you will get a lot of programs that will explode/seg fault or otherwise just not work.