Skip to content

Compiled binaries ubuntu:18.04 env contruct fail #41

@NotTheEndOfTheWorld

Description

@NotTheEndOfTheWorld
  sudo add-apt-repository ppa:jonathonf/gcc-9.0

Cannot add PPA: 'ppa:~jonathonf/ubuntu/gcc-9.0'.
The user named '~jonathonf' has no PPA named 'ubuntu/gcc-9.0'. This problem may be solved by

sudo add-apt-repository ppa:jonathonf/gcc

I have add new source to source.list and add apt-repo as /binary_function_similarity/Binaries/Compilation scripts/README.md said. However, when i run

 sudo apt-get update
 sudo apt-get install `cat os_install_packages/ubuntu1804/package_list`

lots of package unable to located.

E: Package 'clang-3.5' has no installation candidate
E: Unable to locate package cpp-4.8-aarch64-linux-gnu
E: Couldn't find any package by glob 'cpp-4.8-aarch64-linux-gnu'
E: Couldn't find any package by regex 'cpp-4.8-aarch64-linux-gnu'
E: Unable to locate package cpp-4.8-arm-linux-gnueabihf
E: Couldn't find any package by glob 'cpp-4.8-arm-linux-gnueabihf'
E: Couldn't find any package by regex 'cpp-4.8-arm-linux-gnueabihf'
E: Unable to locate package cpp-9
E: Unable to locate package g++-4.8-aarch64-linux-gnu
E: Couldn't find any package by glob 'g++-4.8-aarch64-linux-gnu'
E: Couldn't find any package by regex 'g++-4.8-aarch64-linux-gnu'
E: Unable to locate package g++-4.8-arm-linux-gnueabihf
E: Couldn't find any package by glob 'g++-4.8-arm-linux-gnueabihf'
E: Couldn't find any package by regex 'g++-4.8-arm-linux-gnueabihf'

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions