Discussion:
Fedora Core 1 Add/Remove Application BUG FIX in method.py
caghan ozbek
2003-11-13 20:35:03 UTC
Permalink
hi,

i did upgrade my red hat 9.0 to fedora core 1 and it does work perfect
now.

but exist a bug:

Step to BUG:
1.open redhat->System Settings ->Add\Remove Applications
2.select new packages from the gui
3.Press Update button
4.appears Completed System Preparation frame then press Continue button.
5.Get Error mesage "There was an error installing packages." And cannot
install packages

then i fix that bug:

file: /usr/share/redhat-config-packages/method.py
bug line number 733:
bug line : self.packagesDir = "Redhat/RPMS"
fix line : self.packagesDir = "Fedora/RPMS"

i hope you will fix that in the source.
happy programming:o)
--
caghan ozbek <***@superonline.com>
@Bilgi Computer Science
Alexandre Oliva
2003-11-13 21:18:48 UTC
Permalink
Post by caghan ozbek
i hope you will fix that in the source.
There's already an update being tested for it. Enable updates-testing
from your up2date sources and up2date -u redhat-config-packages.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
Loading...