<div dir="ltr"><div><div><div>The full error is as follows:<br>shally@shally-TravelMate-P643-M:~/git/libreoffice$ make<br>cd /home/shally/git/libreoffice/external/tarballs/tmp && wget --progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N <a href="http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2">http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2</a> 2>&1 | tee -a /home/shally/git/libreoffice/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ] && SUM=`md5sum libabw-0.1.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "7a3815b506d064313ba309617b6f5a0b"; then echo ERROR: expected checksum for libabw-0.1.1.tar.bz2 is 7a3815b506d064313ba309617b6f5a0b 2>&1 | tee -a /home/shally/git/libreoffice/external/tarballs/fetch.log; false; fi && mv libabw-0.1.1.tar.bz2 ../ <br>--2015-03-14 10:27:38--  <a href="http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2">http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2</a><br>Connecting to 172.16.19.10:80... connected.<br>Proxy request sent, awaiting response... 502 Bad Gateway<br>2015-03-14 10:29:23 ERROR 502: Bad Gateway.<br><br>make: *** [/home/shally/git/libreoffice/workdir/download] Error 1<br><br><br></div>Why is it first connecting to the proxy server??<br><br></div>Regards,<br></div>Anjali<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 14, 2015 at 2:49 PM, David Tardon <span dir="ltr"><<a href="mailto:dtardon@redhat.com" target="_blank">dtardon@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Sat, Mar 14, 2015 at 10:42:57AM +0530, Anjali Shally wrote:<br>
> Hi,<br>
> My name is Anjali.I am applying for GSOC this time.While building libre<br>
> office am getting the following error when running make command:<br>
> make: *** [../libreoffice/workdir/download] Error 1<br>
<br>
</span>This is only the last line and it is useless for a diagnose. There<br>
should have been a failed command up the output list, which would point<br>
to the problem. What happens if you re-run make?<br>
<span class="HOEnZb"><font color="#888888"><br>
D.<br>
</font></span></blockquote></div><br></div>