[Gambas-user] GT2_10.1 Ubuntu ARM
Brought to you by:
gambas
|
From: John S. <su...@sc...> - 2012-08-10 08:17:58
|
On Fri, 2012-08-10 at 00:52 +0200, Benoît Minisini wrote: > > Gambas cannot run on Android. It requires a GNU operating system at the > moment. > I'm seeing some strange version checking going on as I try to get autoconf, automake and libtool installed. When I run apt-get install autoconf, I get the following error when I just built m4 from scratch successfully. It almost seems like the 'BackTrack' distro is calling the shots what can and can't be installed via apt-get. (shooting at stars with that guess) I'm going to try and build autoconf, automake and libtool from source if this is the case. ====================== All 69 tests passed (8 tests were not run) ====================== make[5]: Leaving directory `/root/build/m4-1.4.13/tests' make[4]: Leaving directory `/root/build/m4-1.4.13/tests' make[3]: Leaving directory `/root/build/m4-1.4.13/tests' make[2]: Leaving directory `/root/build/m4-1.4.13/tests' make[1]: Leaving directory `/root/build/m4-1.4.13' root@localhost:~/build/m4-1.4.13# cd .. root@localhost:~/build# apt-get install autoconf Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: autoconf: Depends: m4 (>= 1.4.13) but it is not installable E: Broken packages root@localhost:~/build# |