[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#949187: transition: python3.8



Hi,

On Mon, Feb 03, 2020 at 08:24:50PM +0100, Matthias Klose wrote:
> On 2/3/20 8:22 PM, Simon McVittie wrote:
> > On Sun, 02 Feb 2020 at 09:35:04 +0100, Matthias Klose wrote:
> >> I think this is now in shape to be started.
> > 
> > Please can this wait until the remaining bits of the libffi7 transition
> > and the restructuring of the libgcc_s packaging have settled down?
> > 
> > I'm still trying to sort out the missing Breaks around
> > gobject-introspection, as highlighted by autopkgtest failures: this has
> > been delayed by needing coordinated action between multiple packages,
> > some of them quite big (glib2.0), and by Paul and I being at FOSDEM.
> > This is entangled with python3.8 via pygobject (which will fail tests
> > with python3.8 as default - an upload is pending to fix that).
> 
> fine. I'm happy to see that fixed.

Yeah, gobject-introspection was actually what I meant when I wrote
"fontforge". My bad, bad memory....

in a sid chroot with python 3.8 as default:

root@frodo:/# python3 --version
Python 3.8.1
root@frodo:/# g-ir-scanner 
Traceback (most recent call last):
  File "/usr/bin/g-ir-scanner", line 99, in <module>
    from giscanner.scannermain import scanner_main
  File "/usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/scannermain.py", line 35, in <module>
    from giscanner.ast import Include, Namespace
  File "/usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/ast.py", line 29, in <module>
    from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF
  File "/usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/sourcescanner.py", line 33, in <module>
    from giscanner._giscanner import SourceScanner as CSourceScanner
ModuleNotFoundError: No module named 'giscanner._giscanner'

and thus stuff building introspection will FTBFS (right now)

(Thus I needed to disable it in my testbuild and thus 

libreoffice (1:6.4.0~beta1-4) experimental; urgency=medium

  * re-enable introspection which was accidentially kept disabled after a
    python3.8 test rebuild...
  * re-enable building of the "test packages"
    (-smoketest-data, -subsequentcheckbase)

 -- Rene Engelhard <rene@debian.org>  Sun, 15 Dec 2019 10:29:19 +0000

happened.)

Regards,

Rene


Reply to: