Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#44 worksforme Mercurial no longer works with https Yuri Dario Dave Yeo
Description

After running yum update Mercurial no longer can pull from a https source. See attachment. Reverting to a backup of (I assume) the previous release of Python re-enables hg pull over a https connection. Pulling from https://bitbucket.org/dryeo/mzfntcfgft should show the error.

#73 worksforme createrepo fails Dave Yeo
Description

Running

sh -c "createrepo /rpm.local"

or

sh -c createrepo /rpm.local

results in

K:\usr\bin/createrepo: /@unixroot/usr/share/createrepo/genpkgmetadata.py: not found

Though genpkgmetadata.py is in /usr/share/createrepo. Doing a yum downgrade createrepo to replace createrepo-0.4.11-2.noarch with createrepo-0.4.11-1.noarch allows the repository to be created. Should the leading slash be there?

#93 worksforme autoconf213 fails Dave Yeo
Description

Attempting to rebuild configure in the mozilla directory (FF24ESR branch) fails apparently from a bad shell. At the beginging of the script it writes a temporary file to /tmp/acout### but the file is written to root. Another problem is that sh can not find the autoconf213 script without its full pathname even though it is on the PATH.

[K:\git.mozilla.2]sh autoconf213
sh: Can't open autoconf213

[K:\git.mozilla.2]which sh
k:/usr/bin/sh.exe
[K:\git.mozilla.2]sh /usr/bin/autoconf213
awk: fatal: cannot open file `/tmp/acout.114' for reading (No such file or directory)

Ash fails similarly, using ksh or [k]sh succeeds.

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