For the last few weeks the linux32 buildbot failed to produces binaries
due to failed downloads in the bootstrap step:
perl: symbol lookup error: [...]
Parser.so: undefined symbol: Perl_Istack_sp_ptr
On 02.10.2012 20:42, Andrew Rist wrote:
I'm mucking around with adding $agent->env_proxy; to download_ext_dep.pl
so that it punches through a proxy when present. Hopefully this will go
part of the way toward fixing the issues. (also - do agree that reload
of perl on linux32 may solve issues there)
Reloading perl might help indeed. Maybe even running
perl -MCPAN -e "upgrade HTML::Parser"
is sufficient...
Can someone with karma on buildslave20 please do this?
Herbert