X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fhammock;h=75dc23e8e0f31160676789612c016a6b3fe9baff;hp=b0173126a5060f1501d6b28c9dcf4c5262c15d0a;hb=d6f4ede78def81065c0ab7667e329ef68a0576c4;hpb=17874584c16f26a0ca989a05fed2733d3d41e268 diff --git a/bin/hammock b/bin/hammock index b017312..75dc23e 100755 --- a/bin/hammock +++ b/bin/hammock @@ -10,7 +10,7 @@ my $start=time(); my $sourcewaregdbgit="git://sourceware.org/git/binutils-gdb.git"; #my $sourcewaregdbgit="https://gitorious.org/gdb/gdb.git"; my $gdbgitmaster=$ENV{"HOME"}."/redhat/gdb-master"; -my $fedoragitroot=q{git://pkgs.fedoraproject.org}; +my $fedoragitroot=q{git://pkgs.fedoraproject.org/rpms}; my $rhelgitroot=q{git://pkgs.devel.redhat.com/rpms}; my $sourcewaregit=q{git://pkgs.devel.redhat.com/rpms}; my $arch_i386=qr{(?:x86|i\d86|ia32)}io; @@ -413,8 +413,6 @@ while (@distrouse || keys(%child)) { # gdbgit: 16=6m5s 32=5m49s(seen OOM) 64=5m42s $c="export MAKEFLAGS=\"-j24\"; $c"; $c="export http_proxy=http://127.0.0.1:3128/; $c"; - # gdb compile failed, Python runtime initialized with LC_CTYPE=C (a locale with default ASCII encoding), which may cause Unicode compatibility problems. Using C.UTF-8, C.utf8, or UTF-8 (if available) as alternative Unicode-compatible locales is recommended. - $c="export PYTHONCOERCECLOCALE=0; $c"; $c="set -ex; cd $builddir; $c"; die "found ': $c" if $c=~/'/; spawn "mockrun $::distro '$c'";