[Ubuntu 20.04] No libgomp1-dbg in repos

Bug #1882502 reported by bugproxy
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Invalid
Undecided
Unassigned
Ubuntu on IBM z Systems
Fix Released
Undecided
Unassigned
launchpad-buildd
Invalid
Undecided
Unassigned
gcc-10 (Ubuntu)
Fix Released
High
Matthias Klose

Bug Description

With Ubuntu 20.04 no libgomp1-dbg were made available.

Last shipment is focal.

bugproxy (bugproxy)
tags: added: architecture-s39064 bugnameltc-186079 severity-medium targetmilestone-inin2004
Changed in ubuntu:
assignee: nobody → Skipper Bug Screeners (skipper-screen-team)
affects: ubuntu → linux (Ubuntu)
Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2020-06-08 04:56 EDT-------
Canonical, please provide libgomp1-dbg, also for focal and beyond..

Frank Heimes (fheimes)
affects: linux (Ubuntu) → gcc-9 (Ubuntu)
Revision history for this message
Frank Heimes (fheimes) wrote :

I wasn't able to directly mark this ticket as affecting libgomp (or libgomp1),
but since libgomp belongs to gcc and 20.04 comes with gcc-10:
https://launchpad.net/ubuntu/+source/gcc-10/
marking this as affecting ggc-10.

affects: gcc-9 (Ubuntu) → gcc-10 (Ubuntu)
Revision history for this message
Frank Heimes (fheimes) wrote :

But since 9.2.1-20ubuntu3 gcc '-dbg' packages are no longer build.
See changelog:
https://launchpad.net/ubuntu/+source/gcc-9/9.2.1-20ubuntu3
"Stop building -dbg packages, keep building the libstc++6-9-dbg package
 containing just the libstdc++ debug build"

Revision history for this message
Matthias Klose (doko) wrote :

this is expected. you need to install the packge from the dbgsym archive:
https://wiki.ubuntu.com/Debug%20Symbol%20Packages

Changed in gcc-10 (Ubuntu):
status: New → Won't Fix
Revision history for this message
Chris Parich (cparich) wrote :

After adding repositories from https://wiki.ubuntu.com/Debug%20Symbol%20Packages, libgomp1-dbg and libgomp1-dbgsym are both still missing

$ cat /etc/apt/sources.list.d/ddebs.list
deb http://ddebs.ubuntu.com focal main restricted universe multiverse
deb http://ddebs.ubuntu.com focal-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com focal-proposed main restricted universe multiverse

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Actually I really do not see any dbg packages for gcc-10 on any architecture.

Reading the build log, I see that it was built with:

DEB_BUILD_OPTIONS=noautodbgsym parallel=4

meaning do _not_ generate autodbgsym packages. And I'm not sure why. Given that we expect gcc-10 to generate dbgsym packages.

Changed in gcc-10 (Ubuntu):
status: Won't Fix → Triaged
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I see in launchpad-buildd
  * lpbuildd.binarypackage: Pass DEB_BUILD_OPTIONS=noautodbgsym if we have
    not been told to build debug symbols (LP: #1623256).

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

@doko

I think the gcc-10 that was built for Focal release was built in https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/binutils

And it appears that says archive does not have building & publication of debug symbols on.

Can I please be added to ~ubuntu-toolchain-r to double check the settings of that repository? At the momemnt, it looks like they are not sufficiently correct to copy packages from there into the archive.

If you need spare locations to build toolchains, it is best to build them in Bileto PPAs as they are always correctly configured devirt & dbgsymbols on.

Changed in gcc-10 (Ubuntu):
importance: Undecided → High
Changed in launchpad-buildd:
status: New → Invalid
Changed in launchpad:
status: New → Invalid
Changed in gcc-10 (Ubuntu):
assignee: Skipper Bug Screeners (skipper-screen-team) → Matthias Klose (doko)
Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 1882502] Re: [Ubuntu 20.04] No libgomp1-dbg in repos

On Mon, Jun 15, 2020 at 11:34:18PM -0000, Dimitri John Ledkov wrote:
> @doko

> I think the gcc-10 that was built for Focal release was built in
> https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/binutils

> And it appears that says archive does not have building & publication of
> debug symbols on.

I confirm this was the case. I have now set the option on the ppa to build
the debug symbols packages.

Frank Heimes (fheimes)
Changed in ubuntu-z-systems:
status: New → Triaged
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

The next SRU of the toolchain will be build with debug symbols. I don't have timelines when the next toolchain SRU is going to happen. As toolchain rebuild requires extensive validation, and thus we should bundle this issue with other fixes we will bundle.

Frank Heimes (fheimes)
Changed in ubuntu-z-systems:
status: Triaged → In Progress
Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2020-07-16 05:13 EDT-------
Any news, when the next toolchain bundle will be released?
Many thx in advance

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I've spoken with Matthias, the current schedule is to wait for the upcoming 10.2 release, push that to groovy, and generate 9 & 8 snapshots around the same time, and push them out as SRUs. The expected timeline is August/September.

This fix will be included in that SRU.

Revision history for this message
Matthias Klose (doko) wrote :

the plan is to backport the GCC 10.2 release to 20.04 LTS once it is released.

Revision history for this message
Frank Heimes (fheimes) wrote :

Meanwhile gcc 10.2 landed in focal:
gcc-10 | 10.2.0-5ubuntu1~20.04 | focal-updates/universe
and with that gcc-10 debug symbols are available 'gcc-10-dbgsym' as well as 'libgomp1-dbgsym':
$ apt-cache policy libgomp1-dbgsym
libgomp1-dbgsym:
  Installed: 10.2.0-5ubuntu1~20.04
  Candidate: 10.2.0-5ubuntu1~20.04
  Version table:
 *** 10.2.0-5ubuntu1~20.04 500
        500 http://ddebs.ubuntu.com focal-updates/main s390x Packages
        100 /var/lib/dpkg/status
Closing this ticket as Fix Released.

Changed in ubuntu-z-systems:
status: In Progress → Fix Released
Revision history for this message
bugproxy (bugproxy) wrote :

------- Comment From <email address hidden> 2020-11-16 06:50 EDT-------
IBM Bugzilla status->closed, Fix Released with requested distros

Matthias Klose (doko)
Changed in gcc-10 (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.