Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 344)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#87 fixed The ash RPM package doesn't actually contain any ash dbanet
Description
[C:\]yum install ash
netlabs-rel               100% |=========================| 1.3 kB    00:00
Setting up Install Process
Package ash-0.0.0-10.oc00.i386 already installed and latest version
Nothing to do

[C:\]ash
SYS1041: The name ash is not recognized as an
internal or external command, operable program or batch file.
#88 fixed yum commands fail when running under LANG=ja_JP Alex Taylor
Description

Running any yum command on a Japanese OS/2 system, or any language system when SET LANG=ja_JP has been set, results only in an error output similar to the following.

[E:\]yum list updates
Traceback (most recent call last):
  File "/@unixroot/usr/lib/python2.7/site.py", line 550, in <module>
    main()
  File "/@unixroot/usr/lib/python2.7/site.py", line 540, in main
    setencoding()
  File "/@unixroot/usr/lib/python2.7/site.py", line 494, in setencoding
    sys.setdefaultencoding(encoding) # Needs Python Unicode build !

Using yum 3.2.27-6 and python 2.7.6-10.

(IIRC, this seems to be a somewhat different error message than I got under the same circumstances with python 2.6.)

The workaround is to run SET LANG=en_US before running any yum command, but it's difficult for me to ask the user(s) I'm supporting to do that.

#89 invalid python: (2.7.6) missing unittest Lewis Rosenthal
Description

For some reason, while unittest should be part of the base python installation, it does not seem to be included in the 2.7.6 rpm. This leads to a number of other things not being easily installable (including setuptools, which has its own additional set of issues).

I worked around this isue by simply copying the unittest dir from the source to %unixroot%/urs/lib/python2.7/unittest, though it should be included in the distro, I think.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.