Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 344)

Ticket Resolution Summary Owner Reporter
#328 fixed Python does not recognize OS/2 Chinese codepage (1386) Alex Taylor
Description

YUM unfortunately fails when run on OS/2 Simplified Chinese version using the standard codepage (1386).

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 !
LookupError: unknown encoding: CP1386

I wonder if this is because (being ported software) it expects the GBK encoding to be codepage 936 instead? (936 is the GBK codepage under Windows. OS/2 uses codepage number 1386 instead.)

Perhaps an alias or mapping needs to be added somewhere?

(In spite of the superficial similarity to ticket #88, I suspect this is not actually the same error condition. However, similarly to #88, yum can be forced to run by changing the process codepage to 850 and setting LANG=en_US.)

#281 fixed RPM Error when updating CUPS morcvomorc
Description

[u'ERROR with transaction check vs depsolve:', 'usb100.dll wird ben\x94tigt von cups-1:2.1.3-10.oc00.i686', u'Bitte melden Sie diesen Fehler unter http://trac.netlabs.org/rpm/']

Using ANPM 1.01

#239 fixed RPM error reported Doug Bissett
Description

This: [u'ERROR with transaction check vs depsolve:', 'z1.dll is needed by nss-3.23.0-4.oc00.i686', u'Please report this error at http://trac.netlabs.org/rpm/'] popped up when I tried to update the nss package.

Note: See TracQuery for help on using queries.