symqemu_aflplusplus fails to build with "no installation candidate for libstdc++-5-dev"
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
As the title says, `symqemu_aflplusplus` seems to not have been updated with the switch to Ubuntu 20.04 and fails to build with the following error
```
#6 1.606 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [897 kB]
#6 1.947 Fetched 10.7 MB in 2s (7017 kB/s)
#6 1.947 Reading package lists...
#6 3.260 Reading package lists...
#6 4.520 Building dependency tree...
#6 4.752 Reading state information...
#6 4.776 Package libstdc++-5-dev is not available, but is referred to by another package.
#6 4.776 This may mean that the package is missing, has been obsoleted, or
#6 4.776 is only available from another source
#6 4.776
#6 4.781 E: Package 'libstdc++-5-dev' has no installation candidate
```
I'm debugging locally at the moment to find which version is appropriate.
Contributor guide
Assessment
This issue has not been assessed yet.