Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
bee-files/gobject-introspection.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GObject Introspection needs to be rebuilt after moving to `/pkg/python`. ``` GISCAN Gdk-3.0.gir 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: /usr/lib/gobject-introspection/giscanner/_giscanner.so: undefined symbol: PyUnicodeUCS2_AsUTF8String make[4]: *** [/usr/share/gobject-introspection-1.0/Makefile.introspection:160: Gdk-3.0.gir] Error 1 ```
executable file
35 lines (23 sloc)
553 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env beesh | |
# BEE_VERSION gobject-introspection-1.58.0-0 | |
SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz" | |
# PATCHURL+=() | |
# EXCLUDE+=() | |
# build_in_sourcedir | |
# sourcesubdir_append src | |
#mee_extract() { | |
# bee_extract "${@}" | |
#} | |
#mee_patch() { | |
# bee_patch "${@}" | |
#} | |
mee_configure() { | |
bee_configure --disable-static | |
} | |
#mee_build() { | |
# bee_build | |
#} | |
#mee_install() { | |
# bee_install | |
#} | |
## by default this may be 'make install DESTDIR="${D}"' |