jcrodriguez-dis / vpl-jail-system

Execution/jail server for VPL
GNU General Public License v3.0
21 stars 21 forks source link

Packages not found on Ubuntu20 #56

Open jderriks opened 2 years ago

jderriks commented 2 years ago

Running vpl-jail-system-2.7.2 install-sh on ubunto 20.04.4 LTS works but with a lot of errors on:

[Package not found. Checked clojure] [Package not found. Checked open-cobol] [Package not found. Checked coffeescript] [Package not found. Checked gdc] [Package not found. Checked erlang] [Package not found. Checked golang] [Package not found. Checked haxe] [Package not found. Checked libjs-jquery] [Package not found. Checked libjs-jquery-ui] [Package not found. Checked lua5.1] [Package not found. Checked r-base] [Package not found. Checked spim] [Package not found. Checked minizinc] Installing XQuery interpreter: [Package not found. Checked galax] [Package not found. Checked iverilog] [Package not found. Checked freehdl] [Package not found. Checked libtool-bin] [Package not found. Checked groovy]

jcrodriguez-dis commented 2 years ago

Dear @jderriks, These messages are not errors. Notice that the VPL installer tries to install packages with compilers and interpreters of a list of programming languages, but packages can be removed or change their name from distribution to distribution or release.

In the case you report, it seems that there is another type of problem. Checking the distributed packages in Ubuntu 20.04.4 (focal) many of the not found packages must be available. Please, check the installation log at "/var/log/vpl_installation.log" to see what happened.

Best regards, Juan Carlos.

jeroenhabets commented 2 years ago

@jderriks if @jcrodriguez-dis answer helped you resolve your issue could you close this ticket, please? Thank you in advance! Jeroen (Disclosure: I'm not a project contributor but merely a random person following this project with interest for its next release)