SirToffski / Arch-GNS3-Helper

Helper script to install GNS3 on Arch
MIT License
10 stars 7 forks source link

Unable to find VPCS after install. #5

Open Ocaeedro opened 4 years ago

Ocaeedro commented 4 years ago

Hi I'm a newbie in linux and I'm trying to get GNS3 install with your script but when I run it, I have this unable to find VPCS after install. What could it be?

error.txt

Thanks a lot!

SirToffski commented 4 years ago

Hi, I tested on my PC and VPCS no longer builds from source, either the master branch or the v0.8 release.

Luckily GNS3 provides a pre-built binary on their github. I've just pushed a commit cca163c which should fix the issue.

Try removing the local repo copy and cloning it again or doing a git pull, then trying the script again. VPCS should install now.

Ocaeedro commented 4 years ago

Hi, I remove and clone the local repo again, but now I have the same error with IOUYAP. Maybe I'm doing something wrong? but I just follow the steps to run the script. Thanks for your time!

SirToffski commented 4 years ago

Hmm I will take a look shortly.

SirToffski commented 4 years ago

You are doing everything right, and so is the script. It appears that after a recent gcc update some packages no longer build from source without patching.

I've got IOUYAP built already and cached by yay - I'm considering uploading the built package since it it's not maintained anyway. Ideally however creating a patch and integrating it into PKGBUILD would be ideal.

SirToffski commented 4 years ago

Hi, please update the repository and try again. I've reworked a large part of the script. See commit 327a54c for details.

IOUYAP no longer builds from source, hence I've included the package itself.

pypi2pkgbuild was not working properly, perhaps because of python version update. I've switched to pip2pkgbuild which seems to work well. Readme will need to be has been updated.

I've tested the script and it worked as expected.

Ocaeedro commented 4 years ago

Sorry for the late response. I try again the script and now is working like a charm! Thanks for the assistance.

SirToffski commented 4 years ago

You're welcome! I will keep this issue open for now, please let me know if you experience any errors updating python. I'll help to resolve them.