Public bug reported:

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920887

Title:
  libstdc++6-dbgsym vanished from ddebs repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1920887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to