Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 344)

Ticket Resolution Summary Owner Reporter
#299 fixed python: Special BEGINLIBPATH processing is broken dmik
Description

At least with subprocess.Popen() setting BEGINLIBPATH with either os.putenv or passing an env dictionary with this variable set has no effect. It used to work and could be broken by the latest subprocess changes (like r1281).

#298 no change needed CSTRINGIO.PYD cannot be loaded (dlopen rc=123) Lewis Rosenthal
Description

CSTRINGIO.PYD has an illegal OS/2 DLL name (not 8.3). Hence:

  #define ERROR_INVALID_NAME      123     /* MSG%INVALID_NAME */

This keeps yum from being able to run:

  There was a problem importing one of the Python modules 
  required to run yum. The error leading to the problem was:

     dlopen rc=193 extra=C:\USR\LIB\PYTHON2.7\LIB-DYNLOAD\CSTRINGIO.PYD

  Please install a package which provides this module, or 
  verify that the module is installed correctly.

Oddly, this does not seem to affect yum on all processors or arches, however, we have seen this internally at Arca Noae, and we have a ticket open for ANPM.

#297 no change needed YUM install of perl-Git package ends with error darcio
Description

I'm attempting to install the Git package. Part of this install is the perl-Git package, however this step ends with an error.

Specifically the 'perl-Git-2.11.0-2.noarch' packge is selected however it produces the following error msg:

Error unpacking rpm package perl-Git-2.11.0-2.noarch error: unpacking of archive failed on file /@unixroot/usr/share/perl5/vendor_per l/Git.pm;5a6d0b34: cpio: chmod

Failed:

perl-Git.noarch 0:2.11.0-2

Following are the details of my RPM/YUM install:

[G:\]yum --version 3.4.3

Installed: rpm-4.13.0-17.oc00.i686 at 2017-09-06 23:08 Built : None at 2017-07-10 11:59 Committed: Dmitriy Kuminov <coding@…> at 2017-07-10

Installed: yum-3.4.3-11.oc00.i686 at 2017-09-06 23:25 Built : None at 2017-06-05 19:08 Committed: Dmitriy Kuminov <coding@…> at 2017-06-05

I thought that maybe my 'chmod' was the problem, the following is the version info for the currently installed package:

[G:\usr\share\perl5]chmod --version chmod (GNU coreutils) 8.26 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie? and Jim Meyering.

Note: See TracQuery for help on using queries.