Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#136 wontfix python 2.7.6 loses pipe output. dmik Steven Levine
Description

cvs2svn v2.40 is a python app that can convert cvs repos to a number of formats.

While attempting to use cvs2svn to convert a cvs repo to git, I discovered our python port does not handle pipe output properly.

The visible symptom is that the git repo is structured correctly, but all the files are empty because the piped output of the cvs commands is lost.

cvs2svn is avaiable at ​http://cvs2svn.tigris.org/files/documents/1462/49237/cvs2svn-2.4.0.tar.gz

A simple testcase (testcase.py) is attached to this ticket. The testcase requires a cvs2svn installation, but uses on one cvs2svn function which could be moved into the testcase.

The expected output is the data variable contains the command output. The current behavior is that the data variable remains empty.

#326 fixed python interactive help does not do CR/NL line endings. Steven Levine
Description

The python interactive mode help facility do not generate CR/NL line endings.

To reproduce, start with

python -i

From the python command line, enter

help('base64')

to request base64 module help.

The output will be paged, but with NL line endings rather than CR/NL line endings.

#176 fixed Yum Bootstrap Errors - cannot install slab0
Description

My setup:

OS/2 Warp 4.52 Kernel: 14.106_W4 Convenience Package 2

First, I installed kLibc 0.6.6 Library: ftp://ftp.netlabs.org/pub/gcc/libc-0_6_6-csd6.wpi

The I installed the bootstrap installer: http://rpm.netlabs.org/bootstrap/rpm-yum-bootstrap-1_5-i386.wpi

'Yum Bootstrap Console' gives this:

Repository setup Testing internet connection: "yum repolist"... netlabs-rel 100% |=========================| 2.9 kB 00:00 netlabs-rel/primary_db 100% |=========================| 753 kB 00:01 http://www.2rosenthals.com/rpm.netlabs.org/release/00/i386/repodata/1acf6a49fbcd6984b8e8ec7475efd6f29704591c7e702a0e68f6c712bcf9d92d-primary.sqlite.bz2: [Errno-1] Metadata file does not match checksum Trying other mirror. http://rpm.netlabs.org/release/00/i386/repodata/1acf6a49fbcd6984b8e8ec7475efd6f29704591c7e702a0e68f6c712bcf9d92d-primary.sqlite.bz2: [Errno 14] HTTP Error 404:Not Found Trying other mirror. http://www.2rosenthals.com/rpm.netlabs.org/release/00/i386/repodata/1acf6a49fbcd6984b8e8ec7475efd6f29704591c7e702a0e68f6c712bcf9d92d-primary.sqlite.bz2: [Errno 9] Requested Range Not Satisfiable Trying other mirror. http://rpm.netlabs.org/release/00/i386/repodata/1acf6a49fbcd6984b8e8ec7475efd6f29704591c7e702a0e68f6c712bcf9d92d-primary.sqlite.bz2: [Errno 14] HTTP Error 404:Not Found Trying other mirror. repo id repo name status

netlabs-rel Netlabs Stable Repository 00 - i386 0 repolist: 0

I've tried uninstalling and reinstalling numerous times over the last week, but I got the same errors each time. This morning, I entered 'yum clean metadata' after getting the error, exited the console, and re-ran 'Yum Bootstrap Console'. This allowed the initial step to complete without error. I then entered 'yum install yum' as directed, and now I get (last several lines of the error):

(2/60): ash-sh-0.0.1-1.oc 100% |=========================| 61 kB 00:00 http://rpm.netlabs.org/release/00/i386/i386/ash-sh-0.0.1-1.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. (2/60): ash-sh-0.0.1-1.oc 100% |=========================| 61 kB 00:00 http://www.2rosenthals.com/rpm.netlabs.org/release/00/i386/i386/ash-sh-0.0.1-1.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. (3/60): bash-3.2.0-7.oc00 100% |=========================| 368 kB 00:02 http://rpm.netlabs.org/release/00/i386/i386/bash-3.2.0-7.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. (3/60): bash-3.2.0-7.oc00 100% |=========================| 368 kB 00:01 http://www.2rosenthals.com/rpm.netlabs.org/release/00/i386/i386/bash-3.2.0-7.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. (4/60): bzip2-libs-1.0.6- 100% |=========================| 33 kB 00:00 (5/60): ca-certificates-2 100% |=========================| 649 kB 00:06 http://rpm.netlabs.org/release/00/i386/noarch/ca-certificates-2011.80-1.oc00.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. (5/60): ca-certificates-2 100% |=========================| 649 kB 00:01

[Errno 0] Error

I then entered 'yum clean metadata' as suggested, re-ran 'yum install yum', and got the same errors.

I've also tried various combinations of the following commands, to no avail:

yum clean metadata yum clean all yum updaate rpm --rebuilddb

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