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

add apt update in deps.sh #3584

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lcgogo
Copy link

@lcgogo lcgogo commented Dec 2, 2024

if no apt update. apt install may failed like below

[?] This is fixed by the following command:
        apt-get install -y autoconf gettext automake autopoint flex bison build-essential gcc-multilib protobuf-compiler llvm lcov libgmp-dev libudev-dev cmake libclang-dev pkgconf
[?] Install missing system packages? (y/N) y
[+] Installing missing packages
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package protobuf-compiler is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'protobuf-compiler' has no installation candidate
E: Unable to locate package llvm
E: Unable to locate package lcov
E: Unable to locate package libclang-dev

if no apt update. apt install may failed like below

```
[?] This is fixed by the following command:
        apt-get install -y autoconf gettext automake autopoint flex bison build-essential gcc-multilib protobuf-compiler llvm lcov libgmp-dev libudev-dev cmake libclang-dev pkgconf
[?] Install missing system packages? (y/N) y
[+] Installing missing packages
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package protobuf-compiler is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'protobuf-compiler' has no installation candidate
E: Unable to locate package llvm
E: Unable to locate package lcov
E: Unable to locate package libclang-dev
```
Copy link
Contributor

@jumpsiegel jumpsiegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look at the error in the ci

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

Successfully merging this pull request may close these issues.

2 participants