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

Gregor Jasny 1920887 at bugs.launchpad.net
Tue Mar 23 09:05:57 UTC 2021


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
Foundations Bugs, which is subscribed to gcc-10 in Ubuntu.
https://bugs.launchpad.net/bugs/1920887

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

Status in gcc-10 package in Ubuntu:
  New

Bug description:
  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

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



More information about the foundations-bugs mailing list