Форум русскоязычного сообщества Ubuntu


Считаете, что Ubuntu недостаточно дружелюбна к новичкам?
Помогите создать новое Руководство для новичков!

Автор Тема: Ошибки в make при установке mesa  (Прочитано 1645 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Ошибки в make при установке mesa
« : 16 Марта 2016, 03:45:51 »
Здравствуйте! Не могу установить mesa11.0.7 на ubuntu 14.04.3 lts.
Makefile приложен.
abogdanova@abogdanova-MS-7816:/usr/src/mesa-11.0.7$ make -j4 >> ~/out
yacc: e - line 84 of "./glsl_parser.yy", syntax error
%error-verbose
^
make[2]: *** [glsl_parser.cpp] Ошибка 1
make[2]: *** Ожидание завершения заданий...
yacc: e - line 162 of "./glcpp/glcpp-parse.y", syntax error
%error-verbose
^
make[2]: *** [glcpp/glcpp-parse.c] Ошибка 1
make[1]: *** [all-recursive] Ошибка 1
make: *** [all-recursive] Ошибка 1

« Последнее редактирование: 16 Марта 2016, 04:00:45 от Sashentsiya »

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #1 : 16 Марта 2016, 04:08:34 »
Цитировать
%error-verbose
на
// error-verbose
Wars ~.o

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #2 : 17 Марта 2016, 07:56:32 »
В файле /usr/src/mesa-11.0.7/src/glsl/glcpp/glcpp-parse.y заменила %error-verbose на //error-verbose.
abogdanova@abogdanova-MS-7816:/usr/src/mesa-11.0.7$ make -j4 >> ~/out
Traceback (most recent call last):
Traceback (most recent call last):
  File "./nir/nir_opcodes_c.py", line 28, in <module>
  File "./nir/nir_builder_opcodes_h.py", line 36, in <module>
    from mako.template import Template
    from mako.template import Template
ImportError: ImportErrorNo module named mako.template:
No module named mako.template
make[2]: *** [nir/nir_builder_opcodes.h] Ошибка 1
make[2]: *** Ожидание завершения заданий...
make[2]: *** [nir/nir_opcodes.c] Ошибка 1
Traceback (most recent call last):
  File "./nir/nir_constant_expressions.py", line 341, in <module>
    from mako.template import Template
ImportError: No module named mako.template
make[2]: *** [nir/nir_constant_expressions.c] Ошибка 1
yacc: e - line 164 of "./glcpp/glcpp-parse.y", syntax error
%locations
^
make[2]: *** [glcpp/glcpp-parse.c] Ошибка 1
make[1]: *** [all-recursive] Ошибка 1
make: *** [all-recursive] Ошибка 1

Насчет mako.template:
abogdanova@abogdanova-MS-7816:/usr/lib/python3/dist-packages/mako$ ls
ast.py  _ast_util.py  cache.py  codegen.py  compat.py  exceptions.py  ext  filters.py  __init__.py  lexer.py  lookup.py  parsetree.py  __pycache__  pygen.py  pyparser.py  runtime.py  template.py  util.py
« Последнее редактирование: 17 Марта 2016, 08:05:19 от Sashentsiya »

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #3 : 17 Марта 2016, 08:11:07 »
ни где файл и функции.
Wars ~.o

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #4 : 18 Марта 2016, 00:53:45 »

abogdanova@abogdanova-MS-7816:/usr/src/mesa-11.0.7$ make -j4 >> ~/out
yacc: e - line 162 of "./glcpp/glcpp-parse.y", syntax error
%error-verbose
^
make[2]: *** [glcpp/glcpp-parse.c] Ошибка 1
make[2]: *** Ожидание завершения заданий...
Traceback (most recent call last):
  File "./nir/nir_opcodes_h.py", line 45, in <module>
    from mako.template import Template
ImportError: No module named mako.template
Traceback (most recent call last):
  File "./nir/nir_opt_algebraic.py", line 27, in <module>
    import nir_algebraic
  File "/usr/src/mesa-11.0.7/src/glsl/nir/nir_algebraic.py", line 30, in <module>
    import mako.template
ImportError: No module named mako.template
make[2]: *** [nir/nir_opcodes.h] Ошибка 1
make[2]: *** [nir/nir_opt_algebraic.c] Ошибка 1
make[1]: *** [all-recursive] Ошибка 1
make: *** [all-recursive] Ошибка 1

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #5 : 18 Марта 2016, 01:25:26 »
почему с++ - OK и потом Python - ошибки?

должно Python проблема на форум.



Пользователь решил продолжить мысль 18 Марта 2016, 01:37:37:
а начало ./configure ?
« Последнее редактирование: 18 Марта 2016, 01:37:37 от victor00000 »
Wars ~.o

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #6 : 18 Марта 2016, 01:49:28 »
Я не заметила ошибки про mako  при запуске configure.
abogdanova@abogdanova-MS-7816:/usr/src/mesa-11.0.7$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking for GNU make... make
checking for python2... python2
checking for a sed that does not truncate output... /bin/sed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for rm... rm -f
checking for bison... no
checking for byacc... byacc
checking if bison is the parser generator... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking if flex is the lexer generator... yes
checking for indent... cat
checking if module mako in python is installed... No module named mako
no
configure: error: Python mako module v0.3.4 or higher not found

abogdanova@abogdanova-MS-7816:~$ dpkg -l | grep python
ii  dh-python                                             1.20140128-1ubuntu8.2                               all          Debian helper tools for packaging Python libraries and applications
ii  libpython-stdlib:amd64                                2.7.5-5ubuntu3                                      amd64        interactive high-level object-oriented language (default python version)
ii  libpython2.7:amd64                                    2.7.6-8ubuntu0.2                                    amd64        Shared Python runtime library (version 2.7)
ii  libpython2.7-minimal:amd64                            2.7.6-8ubuntu0.2                                    amd64        Minimal subset of the Python language (version 2.7)
ii  libpython2.7-stdlib:amd64                             2.7.6-8ubuntu0.2                                    amd64        Interactive high-level object-oriented language (standard library, version 2.7)
ii  libpython3-stdlib:amd64                               3.4.0-0ubuntu2                                      amd64        interactive high-level object-oriented language (default python3 version)
ii  libpython3.4:amd64                                    3.4.3-1ubuntu1~14.04.3                              amd64        Shared Python runtime library (version 3.4)
ii  libpython3.4-minimal:amd64                            3.4.3-1ubuntu1~14.04.3                              amd64        Minimal subset of the Python language (version 3.4)
ii  libpython3.4-stdlib:amd64                             3.4.3-1ubuntu1~14.04.3                              amd64        Interactive high-level object-oriented language (standard library, version 3.4)
ii  python                                                2.7.5-5ubuntu3                                      amd64        interactive high-level object-oriented language (default version)
ii  python-all                                            2.7.5-5ubuntu3                                      amd64        package depending on all supported Python runtime versions
ii  python-apt                                            0.9.3.5ubuntu2                                      amd64        Python interface to libapt-pkg
ii  python-apt-common                                     0.9.3.5ubuntu2                                      all          Python interface to libapt-pkg (locales)
ii  python-aptdaemon                                      1.1.1-1ubuntu5.2                                    all          Python 2 module for the server and client of aptdaemon
ii  python-aptdaemon.gtk3widgets                          1.1.1-1ubuntu5.2                                    all          Python 2 GTK+ 3 widgets to run an aptdaemon client
ii  python-cairo                                          1.8.8-1ubuntu5                                      amd64        Python bindings for the Cairo vector graphics library
ii  python-chardet                                        2.0.1-2build2                                       all          universal character encoding detector
ii  python-commandnotfound                                0.3ubuntu12                                         all          Python 2 bindings for command-not-found.
ii  python-crypto                                         2.6.1-4build1                                       amd64        cryptographic algorithms and protocols for Python
ii  python-cups                                           1.9.66-0ubuntu2                                     amd64        Python bindings for CUPS
ii  python-cupshelpers                                    1.4.3+20140219-0ubuntu2.6                           all          Python modules for printer configuration with CUPS
ii  python-dbus                                           1.2.0-2build2                                       amd64        simple interprocess messaging system (Python interface)
ii  python-dbus-dev                                       1.2.0-2build2                                       all          main loop integration development files for python-dbus
ii  python-debian                                         0.1.21+nmu2ubuntu2                                  all          Python modules to work with Debian-related data formats
ii  python-debtagshw                                      1.12ubuntu2                                         all          Match debtags hardware:: tags against the actual hardware
ii  python-defer                                          1.0.6-2build1                                       all          Small framework for asynchronous programming (Python 2)
ii  python-dirspec                                        13.10-0ubuntu2                                      all          Python User Folders Specification Library
ii  python-docutils                                       0.11-3                                              all          text processing system for reStructuredText (implemented in Python 2)
ii  python-gconf                                          2.28.1+dfsg-1ubuntu2                                amd64        Python bindings for the GConf configuration database system
ii  python-gdbm                                           2.7.5-1ubuntu1                                      amd64        GNU dbm database support for Python
ii  python-gi                                             3.12.0-1ubuntu1                                     amd64        Python 2.x bindings for gobject-introspection libraries
ii  python-gi-cairo                                       3.12.0-1ubuntu1                                     amd64        Python Cairo bindings for the GObject library
ii  python-glade2                                         2.24.0-3ubuntu3                                     amd64        GTK+ bindings: Glade support
ii  python-gnomekeyring                                   2.32.0+dfsg-3                                       amd64        Python bindings for the GNOME keyring library
ii  python-gobject                                        3.12.0-1ubuntu1                                     all          Python 2.x bindings for GObject - transitional package
ii  python-gobject-2                                      2.28.6-12build1                                     amd64        deprecated static Python bindings for the GObject library
ii  python-gtk2                                           2.24.0-3ubuntu3                                     amd64        Python bindings for the GTK+ widget set
ii  python-httplib2                                       0.8-2build1                                         all          comprehensive HTTP client library written for Python
ii  python-ibus                                           1.5.5-1ubuntu3.2                                    all          Intelligent Input Bus - Python support
ii  python-imaging                                        2.3.0-1ubuntu3                                      all          Python Imaging Library compatibility layer
ii  python-jinja2                                         2.7.2-2                                             all          small but fast and easy to use stand-alone template engine
ii  python-ldb                                            1:1.1.16-1ubuntu0.1                                 amd64        Python bindings for LDB
ii  python-libxml2                                        2.9.1+dfsg1-3ubuntu4.7                              amd64        Python bindings for the GNOME XML library
ii  python-lockfile                                       1:0.8-2ubuntu2                                      all          file locking library for Python
ii  python-lxml                                           3.3.3-1ubuntu0.1                                    amd64        pythonic binding for the libxml2 and libxslt libraries
ii  python-markupsafe                                     0.18-1build2                                        amd64        HTML/XHTML/XML string library for Python
ii  python-minimal                                        2.7.5-5ubuntu3                                      amd64        minimal subset of the Python language (default version)
ii  python-nose                                           1.3.1-2                                             all          test discovery and running of Python's unittest
ii  python-notify                                         0.1.1-3ubuntu2                                      amd64        Python bindings for libnotify
ii  python-ntdb                                           1.0-2ubuntu1                                        amd64        Python bindings for NTDB
ii  python-oauthlib                                       0.6.1-1                                             all          generic, spec-compliant implementation of OAuth for Python
ii  python-oneconf                                        0.3.7.14.04.1                                       all          synchronize your configuration data over the network (Python 2)
ii  python-openssl                                        0.13-2ubuntu6                                       amd64        Python 2 wrapper around the OpenSSL library
ii  python-pam                                            0.4.2-13.1ubuntu3                                   amd64        Python interface to the PAM library
ii  python-pexpect                                        3.1-1ubuntu0.1                                      all          Python module for automating interactive applications
ii  python-pil                                            2.3.0-1ubuntu3                                      amd64        Python Imaging Library (Pillow fork)
ii  python-piston-mini-client                             0.7.5-0ubuntu2                                      all          library for writing clients for Django's Piston REST APIs
ii  python-pkg-resources                                  3.3-1ubuntu2                                        all          Package Discovery and Resource Access using pkg_resources
ii  python-pygments                                       1.6+dfsg-1ubuntu1.1                                 all          syntax highlighting package written in Python
ii  python-qt4                                            4.10.4+dfsg-1ubuntu1                                amd64        Python bindings for Qt4
ii  python-qt4-dbus                                       4.10.4+dfsg-1ubuntu1                                amd64        D-Bus Support for PyQt4
ii  python-renderpm                                       3.0-1build1                                         amd64        python low level render interface
ii  python-reportlab                                      3.0-1build1                                         all          ReportLab library to create PDF documents using Python
ii  python-reportlab-accel                                3.0-1build1                                         amd64        C coded extension accelerator for the ReportLab Toolkit
ii  python-requests                                       2.2.1-1ubuntu0.3                                    all          elegant and simple HTTP library for Python, built for human beings
ii  python-roman                                          2.0.0-1                                             all          module for generating/analyzing Roman numerals for Python 2
ii  python-samba                                          2:4.1.6+dfsg-1ubuntu2.14.04.13                      amd64        Python bindings for Samba
ii  python-serial                                         2.6-1build1                                         all          pyserial - module encapsulating access for the serial port
ii  python-setuptools                                     3.3-1ubuntu2                                        all          Python Distutils Enhancements
ii  python-sip                                            4.15.5-1build1                                      amd64        Python/C++ bindings generator runtime library
ii  python-six                                            1.5.2-1ubuntu1                                      all          Python 2 and 3 compatibility library (Python 2 interface)
ii  python-smbc                                           1.0.14.1-0ubuntu2                                   amd64        Python bindings for Samba clients (libsmbclient)
ii  python-sphinx                                         1.2.2+dfsg-1ubuntu1.1                               all          documentation generator for Python projects (implemented in Python 2)
ii  python-talloc                                         2.1.0-1                                             amd64        hierarchical pool based memory allocator - Python bindings
ii  python-tdb                                            1.2.12-1                                            amd64        Python bindings for TDB
ii  python-twisted-bin                                    13.2.0-1ubuntu1                                     amd64        Event-based framework for internet applications
ii  python-twisted-core                                   13.2.0-1ubuntu1                                     all          Event-based framework for internet applications
ii  python-twisted-web                                    13.2.0-1ubuntu1                                     all          HTTP protocol implementation together with clients and servers
ii  python-ubuntu-sso-client                              13.10-0ubuntu6                                      all          Ubuntu Single Sign-On client - Python library
ii  python-urllib3                                        1.7.1-1ubuntu4                                      all          HTTP library with thread-safe connection pooling for Python
ii  python-vte                                            1:0.28.2-5ubuntu1                                   amd64        Python bindings for the VTE widget set
ii  python-xapian                                         1.2.16-2ubuntu1                                     amd64        Xapian search engine interface for Python
ii  python-xdg                                            0.25-4                                              all          Python 2 library to access freedesktop.org standards
ii  python-zope.interface                                 4.0.5-1ubuntu4                                      amd64        Interfaces for Python
ii  python2.7                                             2.7.6-8ubuntu0.2                                    amd64        Interactive high-level object-oriented language (version 2.7)
ii  python2.7-minimal                                     2.7.6-8ubuntu0.2                                    amd64        Minimal subset of the Python language (version 2.7)
ii  python3                                               3.4.0-0ubuntu2                                      amd64        interactive high-level object-oriented language (default python3 version)
ii  python3-all                                           3.4.0-0ubuntu2                                      amd64        package depending on all supported Python 3 runtime versions
ii  python3-apport                                        2.14.1-0ubuntu3.19                                  all          Python 3 library for Apport crash report handling
ii  python3-apt                                           0.9.3.5ubuntu2                                      amd64        Python 3 interface to libapt-pkg
ii  python3-aptdaemon                                     1.1.1-1ubuntu5.2                                    all          Python 3 module for the server and client of aptdaemon
ii  python3-aptdaemon.gtk3widgets                         1.1.1-1ubuntu5.2                                    all          Python 3 GTK+ 3 widgets to run an aptdaemon client
ii  python3-aptdaemon.pkcompat                            1.1.1-1ubuntu5.2                                    all          PackageKit compatibilty for AptDaemon
ii  python3-brlapi                                        5.0-2ubuntu2                                        amd64        Braille display access via BRLTTY - Python3 bindings
ii  python3-cairo                                         1.10.0+dfsg-3ubuntu2                                amd64        Python 3 bindings for the Cairo vector graphics library
ii  python3-chardet                                       2.2.1-2~ubuntu1                                     all          universal character encoding detector for Python3
ii  python3-checkbox-ng                                   0.3-2                                               all          PlainBox based test runner (Python 3 library)
ii  python3-checkbox-support                              0.2-1                                               all          collection of Python modules used by PlainBox providers
ii  python3-commandnotfound                               0.3ubuntu12                                         all          Python 3 bindings for command-not-found.
ii  python3-crypto                                        2.6.1-4build1                                       amd64        cryptographic algorithms and protocols for Python 3
ii  python3-dbus                                          1.2.0-2build2                                       amd64        simple interprocess messaging system (Python 3 interface)
ii  python3-debian                                        0.1.21+nmu2ubuntu2                                  all          Python 3 modules to work with Debian-related data formats
ii  python3-defer                                         1.0.6-2build1                                       all          Small framework for asynchronous programming (Python 3)
ii  python3-distupgrade                                   1:0.220.8                                           all          manage release upgrades
ii  python3-feedparser                                    5.1.3-2                                             all          Universal Feed Parser for Python 3
ii  python3-gdbm:amd64                                    3.4.3-1~14.04.2                                     amd64        GNU dbm database support for Python 3.x
ii  python3-gi                                            3.12.0-1ubuntu1                                     amd64        Python 3 bindings for gobject-introspection libraries
ii  python3-gi-cairo                                      3.12.0-1ubuntu1                                     amd64        Python 3 Cairo bindings for the GObject library
ii  python3-httplib2                                      0.8-2build1                                         all          comprehensive HTTP client library written for Python3
ii  python3-louis                                         2.5.3-2ubuntu1                                      all          Python bindings for liblouis
ii  python3-lxml                                          3.3.3-1ubuntu0.1                                    amd64        pythonic binding for the libxml2 and libxslt libraries
ii  python3-mako                                          0.9.1-1                                             all          fast and lightweight templating for the Python 3 platform
ii  python3-markupsafe                                    0.18-1build2                                        amd64        HTML/XHTML/XML string library for Python 3
ii  python3-minimal                                       3.4.0-0ubuntu2                                      amd64        minimal subset of the Python language (default python3 version)
ii  python3-oauthlib                                      0.6.1-1                                             all          generic, spec-compliant implementation of OAuth for Python3
ii  python3-oneconf                                       0.3.7.14.04.1                                       all          synchronize your configuration data over the network (Python 3)
ii  python3-piston-mini-client                            0.7.5-0ubuntu2                                      all          library for writing clients for Django's Piston REST APIs
ii  python3-pkg-resources                                 3.3-1ubuntu2                                        all          Package Discovery and Resource Access using pkg_resources
ii  python3-plainbox                                      0.5.3-2                                             all          toolkit for software and hardware testing (python3 module)
ii  python3-problem-report                                2.14.1-0ubuntu3.19                                  all          Python 3 library to handle problem reports
ii  python3-pyatspi                                       2.10.0+dfsg-1                                       all          Assistive Technology Service Provider Interface - Python3 bindings
ii  python3-pycurl                                        7.19.3-0ubuntu3                                     amd64        Python 3 bindings to libcurl
ii  python3-pyparsing                                     2.0.1+dfsg1-1build1                                 all          Python parsing module, Python3 package
ii  python3-requests                                      2.2.1-1ubuntu0.3                                    all          elegant and simple HTTP library for Python3, built for human beings
ii  python3-setuptools                                    3.3-1ubuntu2                                        all          Python3 Distutils Enhancements
ii  python3-six                                           1.5.2-1ubuntu1                                      all          Python 2 and 3 compatibility library (Python 3 interface)
ii  python3-software-properties                           0.92.37.7                                           all          manage the repositories that you install software from
ii  python3-speechd                                       0.8-5ubuntu1                                        all          Python interface to Speech Dispatcher
ii  python3-uno                                           1:4.2.8-0ubuntu4                                    amd64        Python-UNO bridge
ii  python3-update-manager                                1:0.196.14                                          all          python 3.x module for update-manager
ii  python3-urllib3                                       1.7.1-1ubuntu4                                      all          HTTP library with thread-safe connection pooling for Python3
ii  python3-xdg                                           0.25-4                                              all          Python 3 library to access freedesktop.org standards
ii  python3-xkit                                          0.5.0ubuntu2                                        all          library for the manipulation of xorg.conf files (Python 3)
ii  python3.4                                             3.4.3-1ubuntu1~14.04.3                              amd64        Interactive high-level object-oriented language (version 3.4)
ii  python3.4-minimal                                     3.4.3-1ubuntu1~14.04.3                              amd64        Minimal subset of the Python language (version 3.4)
К сожалению никак не могу выкроить время сесть и разобраться с этим. Завтра вечером продолжу.

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #7 : 18 Марта 2016, 02:04:12 »
mako
aptitude search mako
?
Wars ~.o

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #8 : 19 Марта 2016, 00:01:20 »
abogdanova@abogdanova-MS-7816:~$ aptitude search mako
p   python-mako                                                                                    - fast and lightweight templating for the Python platform                                                 
p   python-mako-doc                                                                                - documentation for the Mako Python library                                                               
i A python3-mako                                                                                   - fast and lightweight templating for the Python 3 platform

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #9 : 19 Марта 2016, 03:29:47 »
установка пакета python-mako
что говррит ./configure последний строк нет mako.
Wars ~.o

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #10 : 22 Марта 2016, 00:43:35 »
victor00000, спасибо за советы!
Проблема с mako решилась установкой пакета python-mako вместо python3-mako.
Mesa поставилась. Хотя ходе установки mesa у меня появились вопросы.
Кому я могла бы задать их в irc по этой теме?
« Последнее редактирование: 22 Марта 2016, 00:47:24 от Sashentsiya »

Оффлайн Sashentsiya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #11 : 22 Марта 2016, 00:58:00 »
Ответ ./configure
abogdanova@abogdanova-MS-7816:/usr/src/mesa-11.0.7$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking for GNU make... make
checking for python2... python2
checking for a sed that does not truncate output... /bin/sed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for rm... rm -f
checking for bison... bison -y
checking if bison is the parser generator... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking if flex is the lexer generator... yes
checking for indent... cat
checking if module mako in python is installed... yes
checking if compiling with clang... no
checking whether gcc version is sufficient... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_expect... yes
checking for __builtin_ffs... yes
checking for __builtin_ffsll... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_unreachable... yes
checking for __attribute__((const))... yes
checking for __attribute__((flatten))... yes
checking for __attribute__((format))... yes
checking for __attribute__((malloc))... yes
checking for __attribute__((packed))... yes
checking for __attribute__((pure))... yes
checking for __attribute__((unused))... yes
checking for __attribute__((warn_unused_result))... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether gcc supports -Werror=missing-prototypes... yes
checking whether gcc supports -fvisibility=hidden... yes
checking whether gcc supports -Werror=vla... yes
checking whether g++ supports -fvisibility=hidden... yes
checking if ld supports -Bsymbolic... yes
checking whether ld supports --gc-sections... yes
checking if the linker supports version-scripts... yes
checking if the linker supports --dynamic-list... yes
checking whether to enable assembly... yes, x86_64
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking for strtof... yes
checking for mkostemp... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dladdr... yes
checking for clock_gettime... yes
checking for posix_memalign... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for LIBDRM... yes
checking for LIBUDEV... yes
checking for GLPROTO... yes
checking for DRI2PROTO... yes
checking for DRI3PROTO... yes
checking for PRESENTPROTO... yes
checking for XF86VIDMODE... no
checking for DRIGL... yes
checking for EXPAT... yes
checking for INTEL... yes
checking for INTEL... yes
checking for NVVIEUX... yes
checking for RADEON... yes
checking for RADEON... yes
checking for mincore... yes
checking for VL... yes
checking for VA... yes
checking for elf_memory in -lelf... no
checking for WAYLAND_SCANNER... no
checking for wayland-scanner... no
checking for XCB_DRI2... yes
checking for llvm-config... /usr/bin/llvm-config
checking for RADEON... yes
checking for RADEON... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/egl/Makefile
config.status: creating src/egl/main/egl.pc
config.status: creating src/egl/wayland/wayland-drm/Makefile
config.status: creating src/egl/wayland/wayland-egl/Makefile
config.status: creating src/egl/wayland/wayland-egl/wayland-egl.pc
config.status: creating src/gallium/Makefile
config.status: creating src/gallium/auxiliary/Makefile
config.status: creating src/gallium/auxiliary/pipe-loader/Makefile
config.status: creating src/gallium/drivers/freedreno/Makefile
config.status: creating src/gallium/drivers/i915/Makefile
config.status: creating src/gallium/drivers/ilo/Makefile
config.status: creating src/gallium/drivers/llvmpipe/Makefile
config.status: creating src/gallium/drivers/noop/Makefile
config.status: creating src/gallium/drivers/nouveau/Makefile
config.status: creating src/gallium/drivers/r300/Makefile
config.status: creating src/gallium/drivers/r600/Makefile
config.status: creating src/gallium/drivers/radeon/Makefile
config.status: creating src/gallium/drivers/radeonsi/Makefile
config.status: creating src/gallium/drivers/rbug/Makefile
config.status: creating src/gallium/drivers/softpipe/Makefile
config.status: creating src/gallium/drivers/svga/Makefile
config.status: creating src/gallium/drivers/trace/Makefile
config.status: creating src/gallium/drivers/vc4/Makefile
config.status: creating src/gallium/state_trackers/clover/Makefile
config.status: creating src/gallium/state_trackers/dri/Makefile
config.status: creating src/gallium/state_trackers/glx/xlib/Makefile
config.status: creating src/gallium/state_trackers/nine/Makefile
config.status: creating src/gallium/state_trackers/omx/Makefile
config.status: creating src/gallium/state_trackers/osmesa/Makefile
config.status: creating src/gallium/state_trackers/va/Makefile
config.status: creating src/gallium/state_trackers/vdpau/Makefile
config.status: creating src/gallium/state_trackers/xa/Makefile
config.status: creating src/gallium/state_trackers/xvmc/Makefile
config.status: creating src/gallium/targets/d3dadapter9/Makefile
config.status: creating src/gallium/targets/d3dadapter9/d3d.pc
config.status: creating src/gallium/targets/dri/Makefile
config.status: creating src/gallium/targets/libgl-xlib/Makefile
config.status: creating src/gallium/targets/omx/Makefile
config.status: creating src/gallium/targets/opencl/Makefile
config.status: creating src/gallium/targets/opencl/mesa.icd
config.status: creating src/gallium/targets/osmesa/Makefile
config.status: creating src/gallium/targets/osmesa/osmesa.pc
config.status: creating src/gallium/targets/pipe-loader/Makefile
config.status: creating src/gallium/targets/va/Makefile
config.status: creating src/gallium/targets/vdpau/Makefile
config.status: creating src/gallium/targets/xa/Makefile
config.status: creating src/gallium/targets/xa/xatracker.pc
config.status: creating src/gallium/targets/xvmc/Makefile
config.status: creating src/gallium/tests/trivial/Makefile
config.status: creating src/gallium/tests/unit/Makefile
config.status: creating src/gallium/winsys/freedreno/drm/Makefile
config.status: creating src/gallium/winsys/i915/drm/Makefile
config.status: creating src/gallium/winsys/intel/drm/Makefile
config.status: creating src/gallium/winsys/nouveau/drm/Makefile
config.status: creating src/gallium/winsys/radeon/drm/Makefile
config.status: creating src/gallium/winsys/amdgpu/drm/Makefile
config.status: creating src/gallium/winsys/svga/drm/Makefile
config.status: creating src/gallium/winsys/sw/dri/Makefile
config.status: creating src/gallium/winsys/sw/kms-dri/Makefile
config.status: creating src/gallium/winsys/sw/null/Makefile
config.status: creating src/gallium/winsys/sw/wrapper/Makefile
config.status: creating src/gallium/winsys/sw/xlib/Makefile
config.status: creating src/gallium/winsys/vc4/drm/Makefile
config.status: creating src/gbm/Makefile
config.status: creating src/gbm/main/gbm.pc
config.status: creating src/glsl/Makefile
config.status: creating src/glx/Makefile
config.status: creating src/glx/apple/Makefile
config.status: creating src/glx/tests/Makefile
config.status: creating src/gtest/Makefile
config.status: creating src/loader/Makefile
config.status: creating src/mapi/Makefile
config.status: creating src/mapi/es1api/glesv1_cm.pc
config.status: creating src/mapi/es2api/glesv2.pc
config.status: creating src/mapi/glapi/gen/Makefile
config.status: creating src/mesa/Makefile
config.status: creating src/mesa/gl.pc
config.status: creating src/mesa/drivers/dri/dri.pc
config.status: creating src/mesa/drivers/dri/common/Makefile
config.status: creating src/mesa/drivers/dri/common/xmlpool/Makefile
config.status: creating src/mesa/drivers/dri/i915/Makefile
config.status: creating src/mesa/drivers/dri/i965/Makefile
config.status: creating src/mesa/drivers/dri/Makefile
config.status: creating src/mesa/drivers/dri/nouveau/Makefile
config.status: creating src/mesa/drivers/dri/r200/Makefile
config.status: creating src/mesa/drivers/dri/radeon/Makefile
config.status: creating src/mesa/drivers/dri/swrast/Makefile
config.status: creating src/mesa/drivers/osmesa/Makefile
config.status: creating src/mesa/drivers/osmesa/osmesa.pc
config.status: creating src/mesa/drivers/x11/Makefile
config.status: creating src/mesa/main/tests/Makefile
config.status: creating src/util/Makefile
config.status: creating src/util/tests/hash_table/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

        prefix:          /usr/local
        exec_prefix:     ${prefix}
        libdir:          ${exec_prefix}/lib
        includedir:      ${prefix}/include

        OpenGL:          yes (ES1: yes ES2: yes)

        OSMesa:          no

        DRI platform:    drm
        DRI drivers:     i915 i965 nouveau r200 radeon swrast
        DRI driver dir:  ${libdir}/dri
        GLX:             DRI-based

        EGL:             yes
        EGL platforms:   x11
        EGL drivers:     builtin:egl_dri2

        llvm:            yes
        llvm-config:     /usr/bin/llvm-config
        llvm-version:    3.4

        Gallium:         yes

        Shared libs:     yes
        Static libs:     no
        Shared-glapi:    yes

        CFLAGS:          -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-math-errno -fno-trapping-math -fno-builtin-memcmp
        CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp
        Macros:          -D__STDC_LIMIT_MACROS -D_GNU_SOURCE -DUSE_SSE41 -DNDEBUG -DUSE_X86_64_ASM -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_LIBUDEV -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DHAVE_DRI3 -DHAVE_MINCORE -DHAVE_LLVM=0x0304 -DMESA_LLVM_VERSION_PATCH=0

        LLVM_CFLAGS:     -I/usr/lib/llvm-3.4/include   -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
        LLVM_CXXFLAGS:   -I/usr/lib/llvm-3.4/include   -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS       
        LLVM_CPPFLAGS:   -I/usr/lib/llvm-3.4/include   -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
        LLVM_LDFLAGS:    -L/usr/lib/llvm-3.4/lib  -lpthread -lffi -ltinfo -ldl -lm

        PYTHON2:         python2

        Run 'make' to build Mesa

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ошибки в make при установке mesa
« Ответ #12 : 22 Марта 2016, 00:59:42 »
ок
Wars ~.o

 

Страница сгенерирована за 0.041 секунд. Запросов: 24.