Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install gnutls-dev #62

Closed
Engineer-of-Stuff opened this issue Dec 16, 2018 · 2 comments
Closed

Unable to install gnutls-dev #62

Engineer-of-Stuff opened this issue Dec 16, 2018 · 2 comments

Comments

@Engineer-of-Stuff
Copy link

Engineer-of-Stuff commented Dec 16, 2018

I'm unable to install gnutls-dev. It says

The following packages have unmet dependencies: 
libgnutls-dev : Depends: libgnutls30 (= 3.4.10-4ubuntu1.4) but 3.5.18-1ubuntu1 is to be installed 
Depends: libgnutls-openssl27 (= 3.4.10-4ubuntu1.4) but 3.5.18-1ubuntu1 is to be installed 
Depends: libgnutlsxx28 (= 3.4.10-4ubuntu1.4) but 3.5.18-1ubuntu1 is to be installed 
E: Unable to correct problems, you have held broken packages.

I'm on Ubuntu Server 18.04.

/etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu bionic main universe
deb http://archive.ubuntu.com/ubuntu bionic-security main universe
deb http://archive.ubuntu.com/ubuntu bionic-updates main universe

This causes the error wget-lua not successfully built.

@Engineer-of-Stuff
Copy link
Author

Engineer-of-Stuff commented Dec 16, 2018

I installed libgnutls28-dev instead and the script finished.
At the end there was a warning ./get-wget-lua.sh: line 49: ./wget-lua: Permission denied
When I try to start using the archiveteam user (run-pipeline pipeline.py --concurrent 2 --address '127.0.0.1' nickname) I get the error

Looking for Wget+Lua in ./wget-lua
('./wget-lua:', OSError(13, 'Permission denied'))
Looking for Wget+Lua in ./wget-lua-warrior
('./wget-lua-warrior:', OSError(2, 'No such file or directory'))
Looking for Wget+Lua in ./wget-lua-local
('./wget-lua-local:', OSError(2, 'No such file or directory'))
Looking for Wget+Lua in ../wget-lua
('../wget-lua:', OSError(2, 'No such file or directory'))
Looking for Wget+Lua in ../../wget-lua
('../../wget-lua:', OSError(2, 'No such file or directory'))
Looking for Wget+Lua in /home/warrior/wget-lua
('/home/warrior/wget-lua:', OSError(2, 'No such file or directory'))
Looking for Wget+Lua in /usr/bin/wget-lua
('/usr/bin/wget-lua:', OSError(2, 'No such file or directory'))
Traceback (most recent call last):
  File "/usr/local/bin/run-pipeline", line 6, in <module>
    main()
  File "/usr/local/lib/python2.7/dist-packages/seesaw/script/run_pipeline.py", line 223, in main
    runner = init_runner(args)
  File "/usr/local/lib/python2.7/dist-packages/seesaw/script/run_pipeline.py", line 252, in init_runner
    (project, pipeline) = load_pipeline(args.pipeline, context)
  File "/usr/local/lib/python2.7/dist-packages/seesaw/script/run_pipeline.py", line 39, in load_pipeline
    exec(pipeline_str, local_context, global_context)
  File "<string>", line 53, in <module>
Exception: No usable Wget+Lua found.

I chowned the user's directory but still not working.

@nemobis
Copy link
Contributor

nemobis commented Dec 17, 2018

This is not a bug. Do ls -l wget-lua to see who's the owner and whether you have u+x (execution) rights (maybe you run get-wget-lua.sh as root?). Issue sudo chmod 777 wget-lua and forget it.

@km09 km09 closed this as completed Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants