Opened 10 years ago

Last modified 10 years ago

#132 closed defect

Yum gives error message after last packet installation — at Version 2

Reported by: ThomasOF Owned by:
Priority: Feedback Pending Milestone: milestone1
Component: yum Version:
Severity: low Keywords:
Cc:

Description (last modified by Silvan Scherrer)

I typed yum install poppler, about 40 packets were installed. The next yum start returned:

  1. Have nice yumming!

Repository setup

package os2-release-00-2.oc00.noarch is already installed
package netlabs-rel-0.0.0-4.oc00.i386 is already installed

Testing internet connection: "yum repolist"...
Traceback (most recent call last):

File "C:\TMP\YUMBT\USR\BIN\YUM", line 29, in <module>

yummain.user_main(sys.argv[1:], exit_code=True)

File "/@unixroot/usr/share/yum-cli/yummain.py", line 288, in user_main

errcode = main(args)

File "/@unixroot/usr/share/yum-cli/yummain.py", line 98, in main

base.getOptionsConfig(args)

File "/@unixroot/usr/share/yum-cli/cli.py", line 253, in getOptionsConfig

(opts, self.cmds) = self.optparser.setupYumConfig(args=args)

File "/@unixroot/usr/share/yum-cli/cli.py", line 1599, in setupYumConfig

self.base.setupKeyImportCallbacks()

File "/@unixroot/usr/share/yum-cli/output.py", line 1225, in setupKeyImportCal

lbacks

gpgca_import_func = self.getCAKeyForRepo

AttributeError: 'YumBaseCli' object has no attribute 'getCAKeyForRepo'

Change History (2)

comment:1 by Silvan Scherrer, 10 years ago

What did you do after installing the rpm/yum bootstrap? As it seems you use this one and not the installed yum. Could that be?

comment:2 by Silvan Scherrer, 10 years ago

Description: modified (diff)
Summary: Yum gives error message after last pocket installationYum gives error message after last packet installation
Note: See TracTickets for help on using tickets.