failed to install, reproduce:
1 git clone https://aur.archlinux.org/eclipse.git
2 edit PKGBUILD, replace one line as below
# source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
source_x86_64+=(file:///local_path/$_src)
3 makepkg, error message:
curl: (37) Couldn't open file /local_path/eclipse-java-2020-06-R-linux-gtk-x86_64.tar.gz
==> ERROR: Failure while downloading file:///local_path/eclipse-java-2020-06-R-linux-gtk-x86_64.tar.gz
Aborting...
4 questions:
4.1 Why does it try to find "eclipse-java-2020-06-R-linux-gtk-x86_64.tar.gz" instead of "eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz"?
4.2 How to install eclipse-cpp?
Pinned Comments
appadeia commented on 2020-09-23 12:41
Manual intervention required updating eclipse from * -> 2:4.17-3: remove eclipse-common; the package is no longer needed and will conflict.