Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#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.

#325 fixed createrepo 0.10.4-2 seems terribly broken (truncated metadata and bad behavior) Lewis Rosenthal
Description

createrepo-0.10.4-2.oc00.noarch.rpm is currently in experimental. This version of the script seems to dump all output to the console (even when told to be --quiet), and out of a total of 302 packages in the current on-disc ArcaOS repository, we seem to only get metadata built on the first(?) 34 of them.

Invocation:

[j:\localrep] sh -c j:/usr/bin/createrepo --no-database --simple-md-filenames .

Result:

scrolling output to the screen, and when done, very small metadata files, which, though readable, do not contain info on all files.

--simple-md-filenames seems to be respected, as does --no-database. --quiet (or -q) has no effect on the excess screen output, though it does seem to suppress the initial report of workers starting up (tried with no additional workers, then 10, and finally 20) and the final report of the files being written.

The older 0.4.11-2 works perfectly.

I'm marking this as an "other" component instead of python itself.

#324 no change needed git-gui RPM does not install erdmann
Description

I am trying to install git-gui Version 1.7.6.1-7. I only have access to netlabs-rel and netlabs-exp repositories. I already have git version 2.11.0-3 installed which works ok.

When I try to install "git-gui", it'll tell me that I also need to install "gitk" which is ok. When I then start installation I get this error:

[u'ERROR with transaction check vs depsolve:',
'git = 1.7.6.1-7.oc00 wird ben\x94tigt von git-gui-.7.6.1-7.oc00.pentium4',
'tk >= 8.4 wird ben\x94tigt von git-gui-1.7.6.1-7.oc00.pentium4',
'git = 1.7.6.1-7.oc00 wird ben\x94tigt von gitk-1.7.6.1-7.oc00.pentium4',
'tk >= 8.4 wird ben\x94tigt von gitk-1.7.6.1-7.oc00.pentium4',
u'Bitte melden Sie diesen Fehler unter http://yum.baseurl.org/report']

To me it looks like a package "tk" is required. However I cannot find that in the RPM repo.

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