[Bug 1920887] [NEW] libstdc++6-dbgsym vanished from ddebs repo

Launchpad Bug Tracker 1920887 at bugs.launchpad.net
Tue Mar 23 09:20:40 UTC 2021


You have been subscribed to a public bug by Gregor Jasny (gjasny):

Hello,

I used to install the libstdc++6-dbgsym to get access to the stripped debug symbols. According to
https://answers.launchpad.net/ubuntu/+source/gcc-10/+question/692705 this should work.

But recently the package vanished from the debs repo.

```
FROM ubuntu:20.04

RUN apt-get update
RUN apt-get install -y lsb-release ubuntu-dbgsym-keyring gnupg wget
# work-around https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622

RUN echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse" > /etc/apt/sources.list.d/ddebs.list
RUN echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse" >> /etc/apt/sources.list.d/ddebs.list
RUN echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" >> /etc/apt/sources.list.d/ddebs.list

RUN apt-get update
RUN apt-get install -y libstdc++6-dbgsym
```

Apt is not able to find the package anymore:

```
E: Unable to locate package libstdc++6-dbgsym
E: Couldn't find any package by regex 'libstdc++6-dbgsym'
```

Do you have an idea what's going on?

Thanks,
Gregor

** Affects: gcc-10 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
libstdc++6-dbgsym vanished from ddebs repo
https://bugs.launchpad.net/bugs/1920887
You received this bug notification because you are a member of Ubuntu Package Archive Administrators, which is subscribed to the bug report.



More information about the ubuntu-archive mailing list