[Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

Stefano Palmeri rospolosco at ...152...
Tue Oct 26 11:03:59 CEST 2010


Il lunedì 25 ottobre 2010 22:10:18 Benoît Minisini ha scritto:
> > I think that the makepkg is not available outer the Archlinux itself.
> > For the tar-1.13:
> >
> > 1. Obtain it from here: http://ftp.gnu.org/gnu/tar/
> > 2. Extract it to a folder
> > 3. Open terminal in the extracted folder and type: ./configure
> > 4. When finished: make
> > 5. When finished: sudo make install
> > 6. When finished: sudo mv /usr/local/bin/tar /usr/local/bin/tar-1.13
> > 7. When finished: sudo ln -s /usr/local/bin/tar-1.13 /usr/bin/tar-1.13
>
> For tar-1.13, you can fake it by using a symbolic link to tar, and it
> should work. I don't know why Slackware requires tar-1.13, which nobody
> uses anymore AFAIK.
>
> Regards,

This is from last Slackware 13.1 source:

ftp://elektroni.phys.tut.fi/slackware-13.1/source/a/pkgtools/scripts/makepkg

extract:
----------------------------
Written by John Gilmore and Jay Fenlason." ]; then
  echo "WARNING: pkgtools are unstable with tar > 1.13."
  echo "         You should provide a \"tar-1.13\" in your \$PATH."
  sleep 5
fi
---------------------------

Ciao,

Stefano










More information about the User mailing list