freegeekchicago / fgc-installscript

FreeGeek Chicago Install Script
MIT License
8 stars 7 forks source link

Dependency Error #72

Open plengyel1 opened 5 years ago

plengyel1 commented 5 years ago

When Installing the install script certain dependencies are not installed fixed with: sudo apt install gir1.2-webkit2-4.0 zenity libwebkit2gtk-4.0-37 mintsystem libjavascriptcoregtk-4.0-18 gir1.2-javascriptcoregtk-4.0

steenburgh commented 5 years ago

APT should install all necessary dependencies automatically. AFAIK we haven't had missing dependencies in the past. How did you find out these were missing? Was there an error/warning message of some sort?

ahanson commented 5 years ago

This was probably a local apt-mirror problem. I'm doing further tests, and possibly we don't need these packages to be part of the script.

On Sun, Jun 16, 2019, 3:04 PM Duncan Steenburgh notifications@github.com wrote:

APT should install all necessary dependencies automatically. AFAIK we haven't had missing dependencies in the past. How did you find out these were missing? Was there an error/warning message of some sort?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freegeekchicago/fgc-installscript/issues/72?email_source=notifications&email_token=AAFLR77KO7V5LSDGB5CP5ADP22MGRA5CNFSM4HYR3KP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXZUFIY#issuecomment-502481571, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFLR76BHMAHX7THRR5WXNTP22MGRANCNFSM4HYR3KPQ .

ahanson commented 5 years ago

It wasn't an apt-mirror problem. I set up a VM at home (Linux Mint 19.1 XFCE, installed in OEM mode) and running the script had the same issue. It's not a problem with our script either. I ran "sudo apt-get update && sudo apt-get dist-upgrade -y" and I got the same results. I don't think it's a problem with OEM installs either, as I made another VM (Linux Mint 19.1 XFCE, no OEM install), and it still choked up when I did "sudo apt-get update && sudo apt-get dist-upgrade -y".

What fixed the problem seemed to be running "sudo dpkg --configure -a" followed by "sudo apt-get install -f".

On Sun, Jun 16, 2019 at 5:25 PM Alex Hanson j.narwhal@gmail.com wrote:

This was probably a local apt-mirror problem. I'm doing further tests, and possibly we don't need these packages to be part of the script.

On Sun, Jun 16, 2019, 3:04 PM Duncan Steenburgh notifications@github.com wrote:

APT should install all necessary dependencies automatically. AFAIK we haven't had missing dependencies in the past. How did you find out these were missing? Was there an error/warning message of some sort?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freegeekchicago/fgc-installscript/issues/72?email_source=notifications&email_token=AAFLR77KO7V5LSDGB5CP5ADP22MGRA5CNFSM4HYR3KP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXZUFIY#issuecomment-502481571, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFLR76BHMAHX7THRR5WXNTP22MGRANCNFSM4HYR3KPQ .

ahanson commented 5 years ago

I got the same problem(s) on a VM running Linux Mint 19.1 Cinnamon.

Something is messed up with Linux Mint 19.1 right now. I'll do some more research on this.

On Mon, Jun 17, 2019 at 9:25 AM Alex Hanson j.narwhal@gmail.com wrote:

It wasn't an apt-mirror problem. I set up a VM at home (Linux Mint 19.1 XFCE, installed in OEM mode) and running the script had the same issue. It's not a problem with our script either. I ran "sudo apt-get update && sudo apt-get dist-upgrade -y" and I got the same results. I don't think it's a problem with OEM installs either, as I made another VM (Linux Mint 19.1 XFCE, no OEM install), and it still choked up when I did "sudo apt-get update && sudo apt-get dist-upgrade -y".

What fixed the problem seemed to be running "sudo dpkg --configure -a" followed by "sudo apt-get install -f".

On Sun, Jun 16, 2019 at 5:25 PM Alex Hanson j.narwhal@gmail.com wrote:

This was probably a local apt-mirror problem. I'm doing further tests, and possibly we don't need these packages to be part of the script.

On Sun, Jun 16, 2019, 3:04 PM Duncan Steenburgh notifications@github.com wrote:

APT should install all necessary dependencies automatically. AFAIK we haven't had missing dependencies in the past. How did you find out these were missing? Was there an error/warning message of some sort?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freegeekchicago/fgc-installscript/issues/72?email_source=notifications&email_token=AAFLR77KO7V5LSDGB5CP5ADP22MGRA5CNFSM4HYR3KP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXZUFIY#issuecomment-502481571, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFLR76BHMAHX7THRR5WXNTP22MGRANCNFSM4HYR3KPQ .

ahanson commented 5 years ago

This isn't an issue on Xubuntu 18.04. I tried out updates and the the update script, and had no problems there.