<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I am still facing difficulties with  my build for 32 bit  Intel
    architecture.<br>
    I published the repo on my vps.<br>
    <br>
    I get an error when doing an apt-get update :<br>
    <code class="bash plain"></code><br>
    Get:3 <a class="moz-txt-link-freetext" href="http://xxxxx.com">http://xxxxx.com</a> jessie/main Translation-en_US [1,893 B]<br>
    Fetched 10.0 kB in 15s (660
    B/s)                                               <br>
    W: Failed to fetch
gzip:/var/lib/apt/lists/partial/xxxxx.com_debian_freeswitch-unstable-i386_dists_jessie_main_i18n_Translation-en%5fUS.gz 
    Invalid file format<br>
    <br>
    <br>
    I have been using Stanislav Sinyagin's script as a guideline.<br>
    <br>
    Because of a memory issue on the host machine with 512MiB RAM,  I
    had to modify the invoked debian/rules script by Travis Cross, when
    building the sound packages <br>
    <br>
    I had to change the compression level in line 90<br>
         xz -6ev $(pkg)_$(ver).orig.tar<br>
    <br>
    compression level was -9e resulting in allocating 674 MiB for the
    operation.<br>
    It doesn't make sense to me if this would be the cause of the
    invalid file format error as mentioned above.<br>
    <br>
    Someone any idea what went  wrong?<br>
    <br>
    <br>
  </body>
</html>