Comment 10 for bug 1838740

Revision history for this message
Marc Streckfuß (mefisto94) wrote :

So I managed to pinpoint this issue even further:
When using pbuilder-dist to build for disco and buster (debian usually natively builds a bit different), I can reproduce the issue only on disco.

This means, the build environment must be the problem. A shot in the dark is the custom gcc fork of ubuntu, as both are on version 8.3.0-6.

Below I've attached the diff between the .buildinfo files. Note that the first/left is buster and the right is ubuntu.
Also note that the .dsc file differs, as I needed to s/g++-9/g++-8 so that pbuilder doesn't attempt to download g++9 on buster (which it wouldn't use anyway, as rules filters for buster and uses g++8)