Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 344)

Ticket Resolution Summary Owner Reporter
#132 invalid Yum gives error message after last packet installation ThomasOF
Description

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'

#133 fixed /@unixroot/usr/include/paths.h is wrong dmik
Description

It turns out that the /@unixroot/usr/include/paths.h header installed by libc-devel contains incorrect _PATH_* definitions (added there by Knut). It assumes that essential system tools are installed in /@unixroot/bin while Yuri decided to drop this dir in favor of /@unixroot/usr/bin (which in fact contains all these tools).

Now we need to either get /@unixroot/bin back (e.g. as a symlink pointing to /@unixroot/usr/bin) or fix the paths.h definitions in our libc-devel.

#134 fixed spec: Standardize debug package creation dmik
Description

There are some programs that provide debug packages (those ending with -debug). These packages are meant to contain .dbg files for each .exe and .dll` file which are the extraction of the HLL debug info from the executable.

The current scheme of creating these packages is inconsistent: on one hand it implicitly creates .dbg files for each .exe/.dll of each RPM that is built, on the other hand the package maintainer needs to manually add the respective sub-pkckage directives to the .spec file.

This needs to be sorted out and automated as much as possible.

Note: See TracQuery for help on using queries.