diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-06 10:33:19 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-06 11:07:51 +0100 |
commit | ca1219fe52d016e68727151150c0d19320220108 (patch) | |
tree | acdc29591675a970a783a47857a07e7e44ea14b6 | |
parent | 98037ebcad426839ac28429826b25f3773c9bb0d (diff) | |
download | drakx-ca1219fe52d016e68727151150c0d19320220108.tar drakx-ca1219fe52d016e68727151150c0d19320220108.tar.gz drakx-ca1219fe52d016e68727151150c0d19320220108.tar.bz2 drakx-ca1219fe52d016e68727151150c0d19320220108.tar.xz drakx-ca1219fe52d016e68727151150c0d19320220108.zip |
make it work with gdb-7.12
Even with previous commit, we still need a bunch of new python/scheme
modules
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 31 |
2 files changed, 23 insertions, 9 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 38e27e67b..3f4a4ac91 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - debug mode: + o make it work with gdb-7.12 o preset keyboard if DEBUG_INSTALL_LANG is set during build - recognize new kernel-4.8 drivers diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index c71fe8edd..7e55d1c97 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -305,21 +305,29 @@ /usr/LIB/python3.5/_bootlocale.py /usr/LIB/python3.5/codecs.py /usr/LIB/python3.5/_collections_abc.py + /usr/LIB/python3.5/contextlib.py /usr/LIB/python3.5/copy.py + /usr/LIB/python3.5/copyreg.py <from expand="glob"> + /usr/LIB/python3.5/collections/*.py + /usr/LIB/python3.5/importlib/*.py /usr/LIB/python3.5/lib-dynload/*opcode*.so </from> /usr/LIB/python3.5/encodings/aliases.py /usr/LIB/python3.5/encodings/__init__.py /usr/LIB/python3.5/encodings/latin_1.py /usr/LIB/python3.5/encodings/utf_8.py + /usr/LIB/python3.5/functools.py /usr/LIB/python3.5/genericpath.py /usr/LIB/python3.5/heapq.py + /usr/LIB/python3.5/imp.py /usr/LIB/python3.5/io.py /usr/LIB/python3.5/keyword.py /usr/LIB/python3.5/linecache.py + /usr/LIB/python3.5/operator.py /usr/LIB/python3.5/os.py /usr/LIB/python3.5/posixpath.py + /usr/LIB/python3.5/reprlib.py /usr/LIB/python3.5/re.py /usr/LIB/python3.5/site.py /usr/LIB/python3.5/_sitebuiltins.py @@ -329,27 +337,32 @@ /usr/LIB/python3.5/stat.py /usr/LIB/python3.5/sysconfig.py /usr/LIB/python3.5/_sysconfigdata.py + /usr/LIB/python3.5/tokenize.py + /usr/LIB/python3.5/token.py /usr/LIB/python3.5/traceback.py /usr/LIB/python3.5/types.py /usr/LIB/python3.5/warnings.py /usr/LIB/python3.5/weakref.py /usr/LIB/python3.5/_weakrefset.py <from expand="glob"> + /usr/share/gdb/guile/gdb/* /usr/share/gdb/python/gdb/* </from> - /usr/share/guile/2.0/ice-9/boot-9.scm <!-- which loads the following: --> - /usr/share/guile/2.0/ice-9/deprecated.scm - /usr/share/guile/2.0/ice-9/networking.scm - /usr/share/guile/2.0/ice-9/posix.scm - /usr/share/guile/2.0/ice-9/psyntax-pp.scm - /usr/share/guile/2.0/ice-9/q.scm - /usr/share/guile/2.0/ice-9/quasisyntax.scm - /usr/share/guile/2.0/ice-9/r4rs.scm - /usr/share/guile/2.0/ice-9/r6rs-libraries.scm + /usr/share/guile/2.0/language/scheme/compile-tree-il.scm + /usr/share/guile/2.0/language/scheme/decompile-tree-il.scm + /usr/share/guile/2.0/language/scheme/spec.scm + /usr/share/guile/2.0/language/tree-il.scm /usr/share/guile/2.0/rnrs/bytevectors.scm + /usr/share/guile/2.0/srfi/srfi-9/gnu.scm <from expand="glob"> + /usr/share/guile/2.0/ice-9/*.scm <!-- for boot-9.scm and its deps --> /usr/share/guile/2.0/srfi/* + /usr/share/guile/2.0/system/base/*.scm + /usr/share/guile/2.0/system/vm/*.scm </from> + /usr/share/guile/2.0/system/foreign.scm + /usr/share/gdb/guile/gdb.go + /usr/share/gdb/guile/gdb.scm </if> <from expand="glob"> |