<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>Actually what you are trying to download is the link where the
      file resides, not the file itself. It is something similar to the
      sourceforge download links on SlackBuilds.org.<br>
    </p>
    <p>The problem is that "wget" assumes that the link points directly
      to the file itself. I have found the correct link pointing <b>directly</b>
      to the tarball so that I can update the info file for the next
      round of updates.</p>
    <p>Until then please update your "wget" script as:</p>
    <pre><code>wget -O ganttproject-ganttproject-2.8.3.tar.gz </code><a class="moz-txt-link-freetext" href="https://codeload.github.com/bardsoftware/ganttproject/tar.gz/ganttproject-2.8.3">https://codeload.github.com/bardsoftware/ganttproject/tar.gz/ganttproject-2.8.3</a>
 </pre>
    <p>Because the name of the file in GitHub is
      "ganttproject-ganttproject-2.8.3.tar.gz", what is provided in the
      info file is the download link to the file, not the file itself.</p>
    However for fixing sbotools behaviour, as I said above, I have found
    the direct link to the file and updated it for the next round of
    updates. I have already submitted it.<br>
    <br>
    Best,<br>
    <br>
    Ekin<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12/03/17 16:31, David O'Shaughnessy
      wrote:<br>
    </div>
    <blockquote
      cite="mid:eee1d28d-de32-7e90-a8ab-86c6ccfe0095@osh.id.au"
      type="cite">
      <pre wrap="">GanttProject seems to fail with sbopkg (or sbotools). With sbopkg;

</pre>
      <blockquote type="cite">
        <pre wrap="">ganttproject:
Found ganttproject-2.8.3 in /var/cache/sbopkg.
Checking MD5SUM:
  MD5SUM check for ganttproject-2.8.3 ... OK
Building package for ganttproject...
tar: /var/lib/sbopkg/SBo/14.2/office/ganttproject/ganttproject-ganttproject-2.8.3.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
</pre>
      </blockquote>
      <pre wrap="">
with sbotools;

</pre>
      <blockquote type="cite">
        <pre wrap="">Are you sure you wish to continue? [y] 
tar: /usr/sbo/repo/office/ganttproject/ganttproject-ganttproject-2.8.3.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Failures:
  ganttproject: ganttproject.SlackBuild return non-zero
</pre>
      </blockquote>
      <pre wrap="">
I looked at the script, and it seemed the same as others to me. The
maintainer is looking at it, but just out of interest, does anyone know
why this script fails?

--
Dave
_______________________________________________
SlackBuilds-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a>
<a class="moz-txt-link-freetext" href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a>
Archives - <a class="moz-txt-link-freetext" href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a>
FAQ - <a class="moz-txt-link-freetext" href="https://slackbuilds.org/faq/">https://slackbuilds.org/faq/</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>