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

eclipse-cpp -> ERROR: Download page changed its syntax or is not parsable #565

Closed octopus-prime closed 6 years ago

octopus-prime commented 6 years ago
$ uname -a
Linux workstation 4.15.0-30-generic #32-Ubuntu SMP Thu Jul 26 17:42:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ umake --version
18.05
$ umake ide eclipse-cpp
Eclipse CPP is already installed on your system, do you want to reinstall it anyway? [Ja (j)/Nein (N)] j
Choose installation path: /home/mike/.local/share/umake/ide/eclipse-cpp
ERROR: Download page changed its syntax or is not parsable
LyzardKing commented 6 years ago

There's an issue with the eclipse installers.. There's a working (not tested) version in a PR. It needs more work before it can be merged.

octopus-prime commented 6 years ago

I received the update of umake today via apt. Installed Eclipse CPP without any problems. Thanks!