ubuntu / ubuntu-make

Easy setup of common tools for developers on Ubuntu.
GNU General Public License v3.0
1.2k stars 189 forks source link

Not updating build #581

Closed programmin1 closed 5 years ago

programmin1 commented 5 years ago

I've been trying to reinstall update over very old Android sdk setup... it gives an error and apparently it will not install newer Umake on my 14.04 laptop?

$ umake android
Android Studio is already installed on your system, do you want to reinstall it anyway? [Yes (y)/No (N)] y
Choose installation path: ~/tools/android/android-studio
ERROR: Download page changed its syntax or is not parsable (url missing)

Your currently installed version (17.03) differs from the latest release (18.09)
Many issues are usually fixed in more up to date versions.
To get the latest version you can read the instructions at https://github.com/ubuntu/ubuntu-make

$ sudo snap install ubuntu-make --classic
ZOE ERROR (from /usr/lib/snap/snap): zoeParseOptions: unknown option (--classic)
ZOE library version 2006-07-28
programmin1 commented 5 years ago

Even when I got past that error... https://github.com/jamiedbennett/snaps/issues/1 it still shows old version of /usr/bin/umake:


#!/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'Ubuntu-Make==17.03','console_scripts','umake'
__requires__ = 'Ubuntu-Make==17.03'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('Ubuntu-Make==17.03', 'console_scripts', 'umake')()
    )
LyzardKing commented 5 years ago

The snap is currently not working. We are waiting for changes on the build.snapcraft.io system (the core18 integration) As for the ppa, it doesn't have the build for 14.04 since there are some packages needed that are missing from the repos.

programmin1 commented 5 years ago

That makes sense, same thing on an Ubuntu 18 system. What does that mean for installing Android studio with umake on 14.04?

LyzardKing commented 5 years ago

At the moment you could pull from git and run bin/umake in the repo... (if you have python3-argcomplete installed from the old ppa) I'm waiting for snapcraft to be updated to version 3.0 so I can get the snap fixed..

programmin1 commented 5 years ago

Thanks. When will the latest update be up?

LyzardKing commented 5 years ago

The ppa linked in the readme.md has the latest successful build from master, but again, not for trusty. The snap is waiting for the new snapcraft release. The official ppa (aka the older one) has the proper releases.

LyzardKing commented 5 years ago

@programmin1 Just out of curiosity...does the snap work on 14.04 if you only install that and not the deb?

programmin1 commented 5 years ago

Nope...

$ sudo snap install ubuntu-make --classic
snap "ubuntu-make" is already installed, see 'snap help refresh'
$ sudo snap refresh
All snaps up to date.
LyzardKing commented 5 years ago

what error do you get?

programmin1 commented 5 years ago

Right now I get $ sudo snap install ubuntu-make --classic error: cannot communicate with server: Post http://localhost/v2/snaps/ubuntu-make: dial unix /run/snapd.socket: connect: no such file or directory

How long until this issue is fixed and Ubuntu-make is usable again??

LyzardKing commented 5 years ago

If you run from the repo it should work.. pull the latest git master and run bin/umake (you need to have the dependencies installed