Package 'gnutls' installed.
Installing /home/biju/qsnake/spkg/standard/curl-806b12e.spkg...
buildconf: autoconf not found.
You need autoconf version 2.57 or newer installed.
Qsnake build failed.
---
buildconf: aclocal version 1.11.1 (ok)
buildconf: libtool not found.
You need libtool version 1.4.2 or newer installed
---
Sameer
Ah, thanks. I have put it into dependencies into README.
> I installed them and then Qsnake is building ok so far. I don't know
> how much time it will take.
> ---
> make[1]: Leaving directory `/home/biju/qsnake/spkg/build/gnutls-2.2.1.p3/src'
>
> Package 'gnutls' installed.
> Installing /home/biju/qsnake/spkg/standard/curl-806b12e.spkg...
> buildconf: autoconf not found.
> You need autoconf version 2.57 or newer installed.
>
> Qsnake build failed.
> ---
> buildconf: aclocal version 1.11.1 (ok)
> buildconf: libtool not found.
> You need libtool version 1.4.2 or newer installed
Yeah, I see. I think I made a mistake with curl to depend on the
autoconfs. I will try to generate the ./configure scripts directly. I
think that autoconf is supposed to only be needed for development, not
production.
Btw, I am working on a solid rewrite of the package handling ---
implementing isolated environments and caching the builds, so that you
will be able to *quickly* create an environment with let's say only
"python + numpy" (even particular versions), as long as you built them
once. You can follow my progress in my branch here:
https://github.com/certik/qsnake/tree/rem
things like removal of packages will also be implemented. I will
announce it here once I have it ready for testing.
How are you satisfied with Mint?
Ondrej
That's very nice to know.
>
> How are you satisfied with Mint?
Being unhappy with unity I switched to Linux Mint11 but I use xfce
since it is faster. I didn't like the recent release Mint12
(especially due to the new gnome3), so I am still using Mint 11 with
Xfce, and I like it so far.
Sameer