Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 344)

Ticket Resolution Summary Owner Reporter
#255 fixed Os2tk45 Tellie
Description

I installed the os2tk45 rpm's But when run rc.exe i get a message "Can not read message file: messages.msg"

Probably forgot to add the messages.msg to spec

#282 fixed Error from Auto-update-debuginfo Tellie
Description

I have installed yum-utils and activate the Auto-update-debuginfo But when running yum gives errors like:


Executing: @python C:\USR\SBIN\yum-complete-transaction -y Loaded plugins: auto-update-debuginfo, fastestmirror Traceback (most recent call last):

File "C:\USR\SBIN\yum-complete-transaction", line 258, in <module>

util = YumCompleteTransaction?()

File "C:\USR\SBIN\yum-complete-transaction", line 118, in init

self.main()

File "C:\USR\SBIN\yum-complete-transaction", line 156, in main

self.doUtilYumSetup()

File "/@unixroot/usr/share/yum-cli/utils.py", line 313, in doUtilYumSetup

self._getTs()

File "C:/USR/lib/python2.7/site-packages/yum/depsolve.py", line 101, in _getTs

self._getTsInfo(remove_only)

File "C:/USR/lib/python2.7/site-packages/yum/depsolve.py", line 112, in _getTsInfo

pkgSack = self.pkgSack

File "C:/USR/lib/python2.7/site-packages/yum/__init__.py", line 895, in <lambda>

pkgSack = property(fget=lambda self: self._getSacks(),

File "C:/USR/lib/python2.7/site-packages/yum/__init__.py", line 676, in _getSacks

self.repos.populateSack(which=repos)

File "C:/USR/lib/python2.7/site-packages/yum/repos.py", line 265, in populateSack

self.doSetup()

File "C:/USR/lib/python2.7/site-packages/yum/repos.py", line 72, in doSetup

self.ayum.plugins.run('prereposetup')

File "C:/USR/lib/python2.7/site-packages/yum/plugins.py", line 184, in run

func(conduitcls(self, self.base, conf, kwargs))

File "/@unixroot/usr/lib/yum-plugins/auto-update-debuginfo.py", line 121, in prereposetup_hook

enable_debuginfo_repos(yb, conduit)

File "/@unixroot/usr/lib/yum-plugins/auto-update-debuginfo.py", line 41, in enable_debuginfo_repos

if opts is not None and hasattr(opts.repos) :

TypeError?: hasattr expected 2 arguments, got 1 Return code: 0

Silvan says the fix is @ https://github.com/rpm-software-management/yum-utils/commit/efb3c7b3fb96523bb5997c163bf4e33ab897f1b8

I tried it and it works now..

#301 fixed Install perl-CPANPLUS.noarch Tellie
Description

When i try to install it, i get error about it's missing some dependencies...

yum install perl-CPANPLUS.noarch Loaded plugins: fastestmirror, replace Loading mirror speeds from cached hostfile

  • netlabs-exp: rpm.netlabs.org
  • netlabs-rel: rpm.netlabs.org

Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package perl-CPANPLUS.noarch 0:0.91.21-4 will be installed --> Processing Dependency: perl(DBD::SQLite) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(DBIx::Simple) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(File::Fetch) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(Term::UI) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(Log::Message) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(Archive::Extract) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(Object::Accessor) for package: perl-CPANPLUS-0.91.21-4.noarch --> Running transaction check ---> Package perl-Archive-Extract.noarch 1:0.58-4 will be installed ---> Package perl-CPANPLUS.noarch 0:0.91.21-4 will be installed --> Processing Dependency: perl(DBD::SQLite) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(DBIx::Simple) for package: perl-CPANPLUS-0.91.21-4.noarch ---> Package perl-File-Fetch.noarch 0:0.32-4 will be installed ---> Package perl-Log-Message.noarch 1:0.04-4 will be installed ---> Package perl-Object-Accessor.noarch 1:0.42-4 will be installed ---> Package perl-Term-UI.noarch 0:0.30-4 will be installed --> Processing Dependency: perl(Log::Message::Simple) for package: perl-Term-UI-0.30-4.noarch --> Running transaction check ---> Package perl-CPANPLUS.noarch 0:0.91.21-4 will be installed --> Processing Dependency: perl(DBD::SQLite) for package: perl-CPANPLUS-0.91.21-4.noarch --> Processing Dependency: perl(DBIx::Simple) for package: perl-CPANPLUS-0.91.21-4.noarch ---> Package perl-Log-Message-Simple.noarch 0:0.08-4 will be installed --> Finished Dependency Resolution Error: Package: perl-CPANPLUS-0.91.21-4.noarch (netlabs-rel)

Requires: perl(DBD::SQLite)

Error: Package: perl-CPANPLUS-0.91.21-4.noarch (netlabs-rel)

Requires: perl(DBIx::Simple)

You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

Note: See TracQuery for help on using queries.