public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* g-ir-scanner fails with python-3.8
@ 2021-05-19 19:32 Ken Brown
  2021-05-19 21:09 ` Jon Turney
  2021-05-19 21:21 ` Marco Atzeri
  0 siblings, 2 replies; 13+ messages in thread
From: Ken Brown @ 2021-05-19 19:32 UTC (permalink / raw)
  To: cygwin-apps

Trying to build harfbuzz, I get the following python failure with python-3.8

Traceback (most recent call last):
   File "/usr/bin/g-ir-scanner", line 65, in <module>
     from giscanner.scannermain import scanner_main
   File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 41, in 
<module>
     from giscanner.dumper import compile_introspection_binary
   File "/usr/lib/gobject-introspection/giscanner/dumper.py", line 35, in <module>
     from .gdumpparser import IntrospectionBinary
   File "/usr/lib/gobject-introspection/giscanner/gdumpparser.py", line 36, in 
<module>
     from .transformer import TransformerException
   File "/usr/lib/gobject-introspection/giscanner/transformer.py", line 34, in 
<module>
     from .girparser import GIRParser
   File "/usr/lib/gobject-introspection/giscanner/girparser.py", line 31, in 
<module>
     from .girwriter import COMPATIBLE_GIR_VERSION
   File "/usr/lib/gobject-introspection/giscanner/girwriter.py", line 29, in 
<module>
     from .xmlwriter import XMLWriter
   File "/usr/lib/gobject-introspection/giscanner/xmlwriter.py", line 46, in 
<module>
     from giscanner._giscanner import collect_attributes
ImportError: dynamic module does not define module export function 
(PyInit__giscanner)

The log of my last successful build of harfbuzz shows that python-3.6 was 
installed.  Do any of the python experts out there (Marco?  Jon?) know what the 
problem could be?

Thanks.

Ken

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-01-12 19:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19 19:32 g-ir-scanner fails with python-3.8 Ken Brown
2021-05-19 21:09 ` Jon Turney
2021-05-22 23:44   ` Lemures Lemniscati
2021-05-23  3:51     ` Marco Atzeri
2021-05-23  4:01       ` Marco Atzeri
2021-05-23  4:45         ` Marco Atzeri
2021-05-23  5:04         ` Lemures Lemniscati
2023-01-12 19:50           ` Jon Turney
2021-05-23  6:00     ` Brian Inglis
2021-05-23 11:50       ` Lemures Lemniscati
2021-05-23 18:17         ` Jon Turney
2021-05-23 18:13     ` Jon Turney
2021-05-19 21:21 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).