Error meson setup failed

I want to install the totem app from the source GNOME code. I cloned source code for totem app from GNOME github, and compiled with messon and ninja commands, and all of that was successfully compi...

I want to install the totem app from the source GNOME code.

I cloned source code for totem app from GNOME github, and compiled with messon and ninja commands, and all of that was successfully compiled.

The problem is when I call command meson install, at one point it breaks off.

The steps I followed:

git clone https://github.com/GNOME/totem.git
cd totem
meson builddir
ninja
ninja test
cd ..
meson compile
cd builddir
sudo ninja install

Error which occured:

Traceback (most recent call last):
  File "/usr/bin/meson", line 20, in <module>
    sys.exit(mesonmain.main())
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 226, in main
    return run(sys.argv[1:], launcher)
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 215, in run
    return run_script_command(args[1], args[2:])
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 163, in run_script_command
    return module.run(script_args)
  File "/usr/lib/python3/dist-packages/mesonbuild/scripts/yelphelper.py", line 130, in run
    merge_translations(build_subdir, abs_sources, langs)
  File "/usr/lib/python3/dist-packages/mesonbuild/scripts/yelphelper.py", line 57, in merge_translations
    subprocess.call([
  File "/usr/lib/python3.8/subprocess.py", line 340, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'itstool'
FAILED: meson-install 
/usr/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.

Note: I tried on two PC (ubuntu 20.04), and on one PC it works, and other I got an error.

Here is the result of meson configure x :
https://pastebin.com/j3i8Xw20

louis@endurance:~/scrcpy$ meson configure x
Core properties:
  Source dir /home/louis/scrcpy
  Build dir  /home/louis/scrcpy/x

Core options:

  Option          Current Value Possible Values                                  Description                   
  ------          ------------- ---------------                                  -----------                   
  buildtype       release       [plain, debug, debugoptimized, release, minsize] Build type to use.            
  warning_level   1             [1, 2, 3]                                        Compiler warning level to use.
  werror          false         [true, false]                                    Treat warnings as errors.     
  strip           true          [true, false]                                    Strip targets on install.     
  unity           off           [on, off, subprojects]                           Unity build.                  
  default_library shared        [shared, static, both]                           Default library type.         
  Option            Current Value Description                                                
  ------            ------------- -----------                                                
  backend_max_links 0             Maximum number of linker processes to run or 0 for no limit

Base options:
  Option      Current Value Possible Values                                               Description                                   
  ------      ------------- ---------------                                               -----------                                   
  b_asneeded  true          [true, false]                                                 Use -Wl,--as-needed when linking              
  b_colorout  always        [auto, always, never]                                         Use colored output                            
  b_coverage  false         [true, false]                                                 Enable coverage tracking.                     
  b_lto       true          [true, false]                                                 Use link time optimization                    
  b_lundef    true          [true, false]                                                 Use -Wl,--no-undefined when linking           
  b_ndebug    false         [true, false, if-release]                                     Disable asserts                               
  b_pch       true          [true, false]                                                 Use precompiled headers                       
  b_pgo       off           [off, generate, use]                                          Use profile guided optimization               
  b_sanitize  none          [none, address, thread, undefined, memory, address,undefined] Code sanitizer to use                         
  b_staticpic true          [true, false]                                                 Build static libraries as position independent

Compiler arguments:
  c_args []

Linker args:
  c_link_args []

Compiler options:
  Option Current Value Description               
  ------ ------------- -----------               
  c_std  none          C language standard to use

Directories:
  Option         Current Value        Description                             
  ------         -------------        -----------                             
  prefix         /usr/local           Installation prefix.                    
  libdir         lib/x86_64-linux-gnu Library directory.                      
  libexecdir     libexec              Library executable directory.           
  bindir         bin                  Executable directory.                   
  sbindir        sbin                 System executable directory.            
  includedir     include              Header file directory.                  
  datadir        share                Data file directory.                    
  mandir         share/man            Manual page directory.                  
  infodir        share/info           Info page directory.                    
  localedir      share/locale         Locale data directory.                  
  sysconfdir     etc                  Sysconf data directory.                 
  localstatedir  /var/local           Localstate data directory.              
  sharedstatedir /var/local/lib       Architecture-independent data directory.

Project options:
  Option               Current Value Possible Values Description                                 
  ------               ------------- --------------- -----------                                 
  build_app            true          [true, false]   Build the client                            
  build_server         true          [true, false]   Build the server                            
  hidpi_support        true          [true, false]   Enable High DPI support                     
  override_server_path                               Hardcoded path to find the server at runtime
  prebuilt_server                                    Path of the prebuilt server                 
  skip_frames          true          [true, false]   Always display the most recent frame        

Testing options:
  Option    Current Value Possible Values Description                                  
  ------    ------------- --------------- -----------                                  
  stdsplit  true          [true, false]   Split stdout and stderr in test logs.        
  errorlogs true          [true, false]   Whether to print the logs from failing tests.

Содержание

  1. meson setup fails on Windows with an absolute path for libdir on E: drive and is case sensitive for Windows drive #6395
  2. Comments
  3. MAINT: improve error for missing meson on Windows about scipy HOT 1 OPEN
  4. Comments (1)
  5. Related Issues (20)
  6. Recommend Projects
  7. React
  8. Vue.js
  9. Typescript
  10. TensorFlow
  11. Django
  12. Laravel
  13. Recommend Topics
  14. javascript
  15. server
  16. Machine learning
  17. Visualization
  18. Recommend Org
  19. Facebook
  20. Microsoft
  21. MAINT: improve error for missing meson on Windows #16643
  22. Comments
  23. Мезон: как заставить find_library () работать с необычным путем?
  24. External Project module
  25. Functions
  26. add_project()
  27. ExternalProject object
  28. Methods
  29. dependency(libname)

meson setup fails on Windows with an absolute path for libdir on E: drive and is case sensitive for Windows drive #6395

Describe the bug
I’m learning to use Meson following the tutorial (which for Windows requires quite a lot of additional research to get things to work — something to address another time)

I have python and Meson on the C: drive, source and libraries on E:. (E: is currently a USB drive if that’s relevant.)
When trying to add a dependency to a library, I tried to set the libdir to the library location on E: with meson setup build —libdir=E:/Documents/Coding/C/lib (after an rm -rf build ) and got a python stack trace in response:

This is possibly related to #3239

If I try the same instruction but with the libraries copied to the C: drive, I get the following response:

If I do the same again but with $ meson setup build —libdir=c:/Documents/Coding/C/lib (note the lowercase c ) I get the same response as for $ meson setup build (i.e. it seems to work).

(I’m aware that I should be setting the prefix argument to the «installation directory» but I’m not yet sure what that is)

Files To Reproduce
I don’t think the contents of the files matters. These are as barebones as it gets.
main.c
meson.build

Expected behavior
I would expect Meson to show me an error message and a way to fix things (rather than a stack trace).
I would also expect Windows paths to be case insensitive or to be warned that they are case sensitive.

System Parameters

  • Native build
  • Windows 10
  • Python 3.8.1
  • meson —version => 0.52.1
  • ninja —version => 1.9.0.git.kitware.dyndep-1.jobserver-1

Notes
Thanks for all your work on Meson, it looks it will be a useful tool once I’ve figured it out.
If I can provide any more information, do let me know.

The text was updated successfully, but these errors were encountered:

Источник

MAINT: improve error for missing meson on Windows about scipy HOT 1 OPEN

The latter point may be a separate issue (indeed, build system cache invalidation is tricky business—I believe that even on Linux if you mess up the build process with meson you often need to git clean -xfd and start over to recover).

In theory, if the build failed to initially configure then re-running configure should act like a first try and not require deleting anything. If that’s not already the case, we should probably make it so. if you can describe the errors you’re encountering I could take a look.

  • DOC: stats: Unexpected warning from Sphinx from a reference in a ‘See Also’ section
  • ENH: Please keep releasing scipy for 32bit linux HOT 2
  • BUG: RegularGridInterpolator.__call__ fails when grid points arrays aren’t C-contiguous in v1.10 HOT 1
  • ENH: Further explanation about license using HOT 1
  • BUG: test_maxiter_worsening[lgmres] failed on riscv
  • ENH: integer rotations for spatial.transform.Rotation HOT 1
  • ENH: confidence interval for spearman confidence interval HOT 2
  • ENH: more analytic formulas to calculate the entropy of a distribution HOT 7
  • ENH: Compute non centraled moments with `stats.moment`? HOT 1
  • Use Meson subprojects to allow a system version of Boost, Qhull, & co
  • ENH: Affine transform beside rotations in spatial.transform
  • Cosine distance of vector to self returns small non-zero answer when using cdist, pdist but not when using cosine HOT 3
  • BUG: stats.zscore with masked arrays containing `nan` values and with `nan_policy=’omit’` returns array filled with nan HOT 1
  • DOC: dimension clarification in `directed_hausdorff ` HOT 1
  • 104 tests fail on aarch64 with `RuntimeWarning: invalid value encountered in cast` HOT 9
  • BUG: in version 1.10 No matching signature found when trying to use scipy.interpolate.RegularGridInterpolator HOT 1
  • BUG: pip download scipy requires openblas HOT 2
  • BUG: cannot import ODEintWarning from scipy.integrate HOT 6
  • BUG: Asymptotic computation of ksone.sf has intermediate overflow HOT 5
  • BUG: dblquad and args kwarg HOT 19

Recommend Projects

React

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Typescript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

Laravel

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

Источник

MAINT: improve error for missing meson on Windows #16643

I observed this a few times at the SciPy 2022 conference sprint—if, for whatever reason, you can’t get the environment.yml to set up your conda env on Windows, and you instead opt to take a manual approach to installing the deps in a conda env that you already have or create fresh, you can encounter a cryptic error message that I think we can improve.

Reproducing steps on my Windows 10 box using conda 4.10.1 (and whatever versions of conda folks had at the Sprint), SciPy main hash 2b526a9:

  • conda create -n python_385_scipy_test python=3.8
  • conda activate python_385_scipy_test
  • conda install -c conda-forge click rich-click doit
  • install pydevtool manually from the repo at https://github.com/pydoit/pydevtool
  • python .dev.py build

I think we could communicate more clearly that meson is not installed.

As an aside, if you then do:

  • conda install -c conda-forge meson
  • python .dev.py build

You get an error about the build prefix:

Interestingly, if you just repeat the build command again the error changes:

The latter point may be a separate issue (indeed, build system cache invalidation is tricky business—I believe that even on Linux if you mess up the build process with meson you often need to git clean -xfd and start over to recover).

The text was updated successfully, but these errors were encountered:

Источник

Мезон: как заставить find_library () работать с необычным путем?

Для моего проекта Meson у меня есть зависимость, которая находится в «необычном» месте:

Очевидно, Meson не может найти библиотеку

Проблема в том, что я не знаю «канонического» способа добавления дополнительных путей поиска, чтобы Meson мог найти мою библиотеку. Любая идея?

обновление: обратите внимание, что даже если я использую:

Я получаю это сообщение об ошибке:

find_library теперь имеет необязательный аргумент dirs (начиная с 0.53.0), который указывает дополнительный список абсолютных путей, по которым следует искать имена программ.

Наконец-то я получил решение, нужно использовать LIBRARY_PATH

Примечание: внимание, это не LD_LIBRARY_PATH , смотрите там разницу

Также прочтите этот Meson / issues / 217 . Для Windows LIBRARY_PATH аналог вроде бы LIBPATH (но я не смог проверить, так как работаю только под Linux).

Альтернативой является определение новой зависимости «вручную». В вашем проекте Meson:

Уточнение, которое можно было бы сделать, — сохранить эту «ручную» настройку в meson_options.txt .

Примечание: я наконец ответил на свой вопрос, но я все еще открыт для лучших решений.

Стандартный способ решить эту проблему — использовать pkg-config . Короче говоря, процедура установки библиотеки должна включать этап, на котором создается специальный файл mylib.pc (с нуля или обычно из шаблона mylib.pc.in — поиск в Интернете, примеров много). Затем эти небольшие файлы «ключ-значение», содержащие информацию о каталогах include / library, зависимостях и т. Д., Устанавливаются в известное место, обычно в / usr / lib / pkgconfig / . Meson естественно запускает pkg-config под капотом и находит вашу библиотеку, когда у вас есть что-то вроде этого

в вашем meson.build .

Обновлять

Что касается ошибки параметра libdir meson , вы также можете попробовать добавить префикс параметра :

Также обратите внимание, что с помощью этой командной строки вы фактически вызываете неявно команду установки ( сборка команды отсутствует , поскольку вы будете строить с помощью ниндзя), а сборка — это каталог сборки, который будет создан с использованием ваших параметров. Проверить это . Поэтому заметнее написать:

Источник

External Project module

Note: the functionality of this module is governed by Meson’s rules on mixing build systems.

This is an experimental module, API could change.

This module allows building code that uses build systems other than Meson. This module is intended to be used to build Autotools subprojects as fallback if the dependency couldn’t be found on the system (e.g. too old distro version).

The project will be compiled out-of-tree inside Meson’s build directory. The project will also be installed inside Meson’s build directory using make’s DESTDIR feature. During project installation step, that DESTDIR will be copied verbatim into the desired location.

External subprojects can use libraries built by Meson (main project, or other subprojects) using pkg-config, thanks to *-uninstalled.pc files generated by pkg.generate() .

External build system requirements:

  • Must support out-of-tree build. The configure script will be invoked with the current workdir inside Meson’s build directory and not subproject’s top source directory.
  • Configure script must generate a Makefile in the current workdir.
  • Configure script must take common directories like prefix, libdir, etc, as command line arguments.
  • Configure script must support common environment variable like CFLAGS, CC, etc.
  • Compilation step must detect when a reconfigure is needed, and do it transparently.
  • Executables from external projects cannot be used uninstalled, because they would need its libraries to be installed in the final location. This is why there is no find_program() method.
  • The configure script must generate a Makefile , other build systems are not yet supported.
  • When cross compiling, if PKG_CONFIG_SYSROOT_DIR is set in environment or sys_root in the cross file properties, the external subproject will not be able to find dependencies built by Meson using pkg-config. The reason is pkg-config and pkgconf both prepend the sysroot path to -I and -L arguments from -uninstalled.pc files. This is arguably a bug that could be fixed in future version of pkg-config/pkgconf.

Functions

add_project()

This function should be called at the root directory of a project using another build system. Usually in a meson.build file placed in the top directory of a subproject, but could be also in any subdir.

Its first positional argument is the name of the configure script to be executed (e.g. configure ), that file must be in the current directory and executable. Note that if a bootstrap script is required (e.g. autogen.sh when building from git instead of tarball), it can be done using run_command() before calling add_project() method.

Since 0.60.0 If the first positional argument is ‘waf’ , special treatment is done for the waf build system. The waf executable must be found either in the current directory, or in system PATH .

  • configure_options : An array of strings to be passed as arguments to the configure script. Some special tags will be replaced by Meson before passing them to the configure script: @PREFIX@ , @LIBDIR@ and @INCLUDEDIR@ . Note that libdir and includedir paths are relative to prefix in Meson but some configure scripts requires absolute path, in that case they can be passed as ‘—libdir=@PREFIX@/@LIBDIR@’ . Since 0.57.0 default arguments are added in case some tags are not found in configure_options : ‘—prefix=@PREFIX@’ , ‘—libdir=@PREFIX@/@LIBDIR@’ , and ‘—includedir=@PREFIX@/@INCLUDEDIR@’ . It was previously considered a fatal error to not specify them.
  • cross_configure_options : Extra options appended to configure_options only when cross compiling. special tag @HOST@ will be replaced by ‘<>—<>—<>‘.format(host_machine.cpu_family(), build_machine.system(), host_machine.system() . If omitted it defaults to [‘—host=@HOST@’] .
  • verbose : If set to true the output of sub-commands ran to configure, build and install the project will be printed onto Meson’s stdout.
  • env : environment variables to set, such as [‘NAME1=value1’, ‘NAME2=value2’] , a dictionary, or an object.
  • depends : Since 0.63.0 Specifies that this project depends on the specified target(s) that must be built before running make to build this external project. This should be used for example when the external project links to a Meson library() that the configure script will find using the -uninstalled.pc pkg-config file generated by Meson.

ExternalProject object

Methods

dependency(libname)

Return a dependency object that can be used to build targets against a library from the external project.

  • subdir path relative to includedir to be added to the header search path.

Источник

Posts: 3
Threads: 1
Joined: Jun 2019

Reputation:

0

06-18-2019, 10:26 PM
(This post was last modified: 06-18-2019, 11:31 PM by wftnx.)

Hello guys,

First of all thank you for your hard work on this project !

I’ve just received my Hifiberry DAC+ Pro and mounted it on my Rpi 3B

I followed the «Easy installation / setup / configuration guide for absolute beginner» but i’ve got an issu while installing, see the «moslog» report below.

Samba is not being run as an AD Domain Controller, masking samba-ad-dc-service.
Please ignore the following error about deb-systemd-helper not finding samba-ad-dc-service.
Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service.
Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.
/usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service.
Setting up libtheora0:armhf (1.1.1+dfsg.1-14) …
Setting up libnss-winbind:armhf (2:4.5.16+dfsg-1+deb9u1) …
Setting up libavcodec57:armhf (7:3.2.14-1~deb9u1+rpt1) …
Setting up nginx (1.10.3-1+deb9u2) …
Setting up libchromaprint1:armhf (1.4.2-1) …
Setting up libavformat57:armhf (7:3.2.14-1~deb9u1+rpt1) …
Setting up libavfilter6:armhf (7:3.2.14-1~deb9u1+rpt1) …
Setting up libavdevice57:armhf (7:3.2.14-1~deb9u1+rpt1) …
Setting up ffmpeg (7:3.2.14-1~deb9u1+rpt1) …
Setting up libav-tools (7:3.2.14-1~deb9u1+rpt1) …
Processing triggers for libc-bin (2.24-11+deb9u4) …
Processing triggers for systemd (232-25+deb9u11) …
Processing triggers for dbus (1.10.28-0+deb9u1) …
Processing triggers for initramfs-tools (0.130) …
Processing triggers for php7.0-fpm (7.0.33-0+deb9u3) …
** Install meson
cp: cannot stat ‘./moode/other/mpd/build-tools/meson-0.50.1.tar.gz’: No such file or directory
tar (child): meson-0.50.1.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
/home/pi/mosbuild/mosbuild_worker.sh: line 208: cd: meson-0.50.1: No such file or directory
python3: can’t open file ‘setup.py’: [Errno 2] No such file or directory
** Error: Install failed
** Error: image build exited
** Error: reboot to resume the build

I’ve tried to restard from the beginig (reformat the SD card, etc…) but exactly the same issue at the same step, unfortunatly i don’t know nothing about linux. Is there any solution to fix this ?

PS: i’ve searched on the forum if this problem already happened but didn’t found anything Sad

Thanks by advance for your precious help ! Smile

Attached Files

Thumbnail(s)

   

Posts: 10,040
Threads: 231
Joined: Mar 2018

Reputation:

361

Download the pre-built ISO image and write it to an SDCard.
http://moodeaudio.org

Posts: 3
Threads: 1
Joined: Jun 2019

Reputation:

0

Thanks you very much,

I’ll test it like this.

Old
  December 2, 2021, 13:26

Default
Error: FAILED: meson-install(during NInja installation)

 
#1

New Member

 

DIvesh Sharma

Join Date: Dec 2021

Posts: 1

Rep Power: 0

Divesh is on a distinguished road

C++ linker for the host machine: /usr/bin/mpicxx ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 found: YES (/usr/bin/python3)
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Run-time dependency MPI for c found: YES 4.0.3
Run-time dependency MPI for cpp found: YES 4.0.3
Message: Extracting boost …

configuration….then I got this error!

:~/SU2$ ./ninja -C build install
ninja: Entering directory `build’
[721/722] Installing files.
Installing SU2_CFD/src/SU2_CFD to /usr/local/bin
Installation failed due to insufficient permissions.
Attempting to use polkit to gain elevated privileges…
Error getting authority: Error initializing authority: Could not connect: No such file or directory
FAILED: meson-install
/usr/bin/python3 /home/divesh/SU2/meson.py install —no-rebuild
ninja: build stopped: subcommand failed.

can anyone guide me to solve this?
I am new to python and SU2 both.


Last edited by Divesh; December 3, 2021 at 01:39.

Divesh is offline

 

Reply With Quote

makepkg -C
==> Making package: gnome-shell-tweener-fix 3.28.2-2 (çərşənbə axşamı, 11 sentyabr 2018 21:48:19)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating gnome-shell git repo...
Fetching origin
  -> Updating libgnome-volume-control git repo...
Fetching origin
warning: redirecting to https://gitlab.gnome.org/GNOME/libgnome-volume-control.git/
  -> Found pull-request-4.patch
==> Validating source files with sha256sums...
    gnome-shell ... Skipped
    libgnome-volume-control ... Skipped
    pull-request-4.patch ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of gnome-shell git repo...
Cloning into 'gnome-shell'...
done.
Switched to a new branch 'makepkg'
  -> Creating working copy of libgnome-volume-control git repo...
Cloning into 'libgnome-volume-control'...
done.
==> Starting prepare()...
patching file js/ui/dnd.js
patching file js/ui/tweener.js
patching file js/ui/workspace.js
patching file js/ui/workspaceThumbnail.js
patch unexpectedly ends in middle of line
Hunk #8 succeeded at 559 with fuzz 1.
Submodule 'subprojects/gvc' (https://git.gnome.org/browse/libgnome-volume-control) registered for path 'subprojects/gvc'
Cloning into '/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/subprojects/gvc'...
done.
Submodule path 'subprojects/gvc': checked out '6a0ac9ba69f84d763f286c5741b57ff8d87c1f45'
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
+ exec meson setup --prefix /usr --libdir /usr/lib --libexecdir /usr/lib --bindir /usr/bin --sbindir /usr/bin --includedir /usr/include --datadir /usr/share --mandir /usr/share/man --infodir /usr/share/info --localedir /usr/share/locale --sysconfdir /etc --localstatedir /var --sharedstatedir /var/lib --buildtype release --auto-features enabled --wrap-mode nofallback -D b_lto=true gnome-shell build -D gtk_doc=true
The Meson build system
Version: 0.47.2
Source dir: /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell
Build dir: /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build
Build type: native build
Project name: gnome-shell
Project version: 3.28.2
Appending CFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
Native C compiler: cc (gcc 8.2.1 "cc (GCC) 8.2.1 20180831")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.5.3)
Native dependency gnome-keybindings found: YES 3.28.2
Native dependency atk-bridge-2.0 found: YES 2.26.2
Native dependency libcanberra found: YES 0.30
Native dependency libcanberra-gtk3 found: YES 0.30
Native dependency libecal-1.2 found: YES 3.28.5
Native dependency libedataserver-1.2 found: YES 3.28.5
Native dependency gcr-base-3 found: YES 3.28.0
Native dependency gdk-x11-3.0 found: YES 3.22.30
Native dependency gdk-pixbuf-2.0 found: YES 2.36.12
Native dependency gobject-introspection-1.0 found: YES 1.56.1
Native dependency gio-2.0 found: YES 2.58.0
Native dependency gio-unix-2.0 found: YES 2.58.0
Native dependency gjs-1.0 found: YES 1.52.3
Native dependency gtk+-3.0 found: YES 3.22.30
Native dependency libxml-2.0 found: YES 2.9.8
Native dependency libcroco-0.6 found: YES 0.6.13
Native dependency mutter-clutter-2 found: YES 3.28.3
Native dependency mutter-cogl-2 found: YES 3.28.3
Native dependency mutter-cogl-pango-2 found: YES 3.28.3
Native dependency libmutter-2 found: YES 3.28.3
Native dependency polkit-agent-1 found: YES 0.116
Native dependency libsoup-2.4 found: YES 2.62.3
Native dependency libstartup-notification-1.0 found: YES 0.12
Native dependency ibus-1.0 found: YES 1.5.19
Native dependency x11 found: YES 1.6.6
Native dependency gsettings-desktop-schemas found: YES 3.28.1
Native dependency gnome-bluetooth-1.0 found: YES 3.28.2
Native dependency gstreamer-1.0 found: YES 1.14.2
Native dependency gstreamer-base-1.0 found: YES 1.14.2
Native dependency libnm found: YES 1.12.3
Native dependency libsecret-1 found: YES 0.18.6
Native dependency libsystemd found: YES 239
Native dependency json-glib-1.0 found: YES 1.4.2
Program xsltproc found: YES (/usr/bin/xsltproc)
Program python3 found: YES (/usr/bin/python3)
Program sassc found: YES (/usr/bin/sassc)
Library m found: YES
Checking for function "fdwalk" : NO
Checking for function "mallinfo" : YES
Has header "sys/resource.h": YES
Header <langinfo.h> has symbol "_NL_TIME_FIRST_WEEKDAY": YES
Configuring config.h using configuration

|
|Executing subproject gvc 
|
|Project name: gvc
|Project version: undefined
|Native C compiler: cc (gcc 8.2.1 "cc (GCC) 8.2.1 20180831")
|Native dependency gobject-2.0 found: YES 2.58.0
|Native dependency libpulse found: YES 12.2
|Native dependency libpulse-mainloop-glib found: YES 12.2
|Native dependency gobject-introspection-1.0 found: YES 1.56.1
|Configuring config.h using configuration
|Build targets in project: 5
|
|Subproject gvc finished.
Configuring config.js using configuration
Native dependency glib-2.0 found: YES 2.58.0
Configuring org.gnome.Shell.CalendarServer.service using configuration
Configuring org.gnome.Shell.HotplugSniffer.service using configuration
Configuring st.h using configuration
Program /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/src/data-to-c.pl found: YES (/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/src/data-to-c.pl)
Configuring gnome-shell-extension-tool using configuration
Configuring gnome-shell-perf-tool using configuration
Configuring org.gnome.Shell.desktop.in using configuration
Configuring gnome-shell-extension-prefs.desktop.in using configuration
Configuring org.gnome.Shell.PortalHelper.desktop.in using configuration
Configuring org.gnome.Shell.PortalHelper.service using configuration
Configuring perf-background.xml using configuration
Configuring org.gnome.shell.gschema.xml using configuration
Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
Configuring run-test.sh using configuration
Program run-test.sh found: YES (/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/tests/run-test.sh)
Program run-test.sh found: YES (/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/tests/run-test.sh)
Program run-test.sh found: YES (/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/tests/run-test.sh)
Program run-test.sh found: YES (/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/tests/run-test.sh)
Configuring version.xml using configuration
Configuring version.xml using configuration
Program meson/meson-postinstall.sh found: YES (/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/meson/meson-postinstall.sh)
Build targets in project: 49
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[1/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-channel-map.c.o'.
../gnome-shell/subprojects/gvc/gvc-channel-map.c: In function ‘gvc_channel_map_class_init’:
../gnome-shell/subprojects/gvc/gvc-channel-map.c:175:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcChannelMapPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-channel-map.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-channel-map.c:32:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[2/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-source-output.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-source-output.c: In function ‘gvc_mixer_source_output_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-source-output.c:118:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerSourceOutputPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-source-output.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-source-output.c:32:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[3/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-sink.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-sink.c: In function ‘gvc_mixer_sink_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-sink.c:147:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerSinkPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-sink.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-sink.c:32:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[4/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-sink-input.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-sink-input.c: In function ‘gvc_mixer_sink_input_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-sink-input.c:118:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerSinkInputPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-sink-input.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-sink-input.c:32:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[5/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-source.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-source.c: In function ‘gvc_mixer_source_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-source.c:147:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerSourcePrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-source.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-source.c:32:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[6/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-event-role.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-event-role.c: In function ‘gvc_mixer_event_role_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-event-role.c:182:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerEventRolePrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-event-role.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-event-role.c:33:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[8/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-card.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-card.c: In function ‘gvc_mixer_card_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-card.c:513:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerCardPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-card.h:25,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-card.c:34:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[11/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-control.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-control.c: In function ‘gvc_mixer_control_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-control.c:3674:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerControlPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-control.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-control.c:41:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[12/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-ui-device.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-ui-device.c: In function ‘gvc_mixer_ui_device_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-ui-device.c:294:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerUIDevicePrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-ui-device.h:22,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-ui-device.c:23:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[13/134] Compiling C object 'subprojects/gvc/subprojects@gvc@@gvc@sha/gvc-mixer-stream.c.o'.
../gnome-shell/subprojects/gvc/gvc-mixer-stream.c: In function ‘gvc_mixer_stream_class_init’:
../gnome-shell/subprojects/gvc/gvc-mixer-stream.c:996:9: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations]
         g_type_class_add_private (klass, sizeof (GvcMixerStreamPrivate));
         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-stream.h:24,
                 from ../gnome-shell/subprojects/gvc/gvc-mixer-stream.c:32:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
 void     g_type_class_add_private       (gpointer                    g_class,
          ^~~~~~~~~~~~~~~~~~~~~~~~
[28/134] Compiling C object 'src/st/src@st@@test-theme@exe/test-theme.c.o'.
../gnome-shell/src/st/test-theme.c: In function ‘main’:
../gnome-shell/src/st/test-theme.c:545:38: warning: ‘clutter_cairo_texture_get_type’ is deprecated: Use 'clutter_canvas_get_type' instead [-Wdeprecated-declarations]
                                      CLUTTER_TYPE_CAIRO_TEXTURE, "cairoTexture", NULL, NULL, NULL);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:21,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/test-theme.c:21:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-cairo-texture.h:98:7: note: declared here
 GType clutter_cairo_texture_get_type (void) G_GNUC_CONST;
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[31/134] Compiling C object 'src/tray/src@tray@@tray@sta/na-tray-child.c.o'.
../gnome-shell/src/tray/na-tray-child.c: In function ‘na_tray_child_realize’:
../gnome-shell/src/tray/na-tray-child.c:55:7: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
       gdk_window_set_background_pattern (window, transparent);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
                 from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkwindow.h:781:12: note: declared here
 void       gdk_window_set_background_pattern (GdkWindow  *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c:64:7: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
       gdk_window_set_background_pattern (window, NULL);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
                 from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkwindow.h:781:12: note: declared here
 void       gdk_window_set_background_pattern (GdkWindow  *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c: In function ‘na_tray_child_new’:
../gnome-shell/src/tray/na-tray-child.c:261:3: warning: ‘gdk_error_trap_push’ is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
   gdk_error_trap_push ();
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
 void                           gdk_error_trap_push        (void);
                                ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c:264:3: warning: ‘gdk_error_trap_pop_ignored’ is deprecated: Use 'gdk_x11_display_error_trap_pop_ignored' instead [-Wdeprecated-declarations]
   gdk_error_trap_pop_ignored ();
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:75:32: note: declared here
 void                           gdk_error_trap_pop_ignored (void);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c: In function ‘na_tray_child_get_title’:
../gnome-shell/src/tray/na-tray-child.c:311:3: warning: ‘gdk_error_trap_push’ is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
   gdk_error_trap_push ();
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
 void                           gdk_error_trap_push        (void);
                                ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c:321:3: warning: ‘gdk_error_trap_pop’ is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations]
   if (gdk_error_trap_pop () || result != Success)
   ^~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here
 G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop         (void);
                                ^~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c: In function ‘na_tray_child_force_redraw’:
../gnome-shell/src/tray/na-tray-child.c:396:7: warning: ‘gdk_error_trap_push’ is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
       gdk_error_trap_push ();
       ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
 void                           gdk_error_trap_push        (void);
                                ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c:401:7: warning: ‘gdk_error_trap_pop_ignored’ is deprecated: Use 'gdk_x11_display_error_trap_pop_ignored' instead [-Wdeprecated-declarations]
       gdk_error_trap_pop_ignored ();
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:75:32: note: declared here
 void                           gdk_error_trap_pop_ignored (void);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c: In function ‘_get_wmclass’:
../gnome-shell/src/tray/na-tray-child.c:443:3: warning: ‘gdk_error_trap_push’ is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
   gdk_error_trap_push ();
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
 void                           gdk_error_trap_push        (void);
                                ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-child.c:445:3: warning: ‘gdk_error_trap_pop_ignored’ is deprecated: Use 'gdk_x11_display_error_trap_pop_ignored' instead [-Wdeprecated-declarations]
   gdk_error_trap_pop_ignored ();
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-child.h:24,
                 from ../gnome-shell/src/tray/na-tray-child.c:23:
/usr/include/gtk-3.0/gdk/gdkmain.h:75:32: note: declared here
 void                           gdk_error_trap_pop_ignored (void);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
[32/134] Compiling C object 'src/tray/src@tray@@tray@sta/na-tray-manager.c.o'.
../gnome-shell/src/tray/na-tray-manager.c: In function ‘na_tray_manager_manage_screen_x11’:
../gnome-shell/src/tray/na-tray-manager.c:718:7: warning: ‘gdk_screen_get_number’ is deprecated [-Wdeprecated-declarations]
       gdk_screen_get_number (screen));
       ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-manager.h:28,
                 from ../gnome-shell/src/tray/na-tray-manager.c:25:
/usr/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here
 gint         gdk_screen_get_number            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/tray/na-tray-manager.c: In function ‘na_tray_manager_check_running_screen_x11’:
../gnome-shell/src/tray/na-tray-manager.c:820:42: warning: ‘gdk_screen_get_number’ is deprecated [-Wdeprecated-declarations]
                                          gdk_screen_get_number (screen));
                                          ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/tray/na-tray-manager.h:28,
                 from ../gnome-shell/src/tray/na-tray-manager.c:25:
/usr/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here
 gint         gdk_screen_get_number            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
[48/134] Compiling C object 'src/st/src@st@@st-1.0@sha/st-private.c.o'.
../gnome-shell/src/st/st-private.c: In function ‘_st_create_shadow_pipeline_from_actor’:
../gnome-shell/src/st/st-private.c:428:7: warning: ‘clutter_texture_get_cogl_texture’ is deprecated [-Wdeprecated-declarations]
       texture = clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (actor));
       ^~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-widget.h:31,
                 from ../gnome-shell/src/st/st-private.h:28,
                 from ../gnome-shell/src/st/st-private.c:25:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:78:25: note: declared here
 CoglHandle              clutter_texture_get_cogl_texture        (ClutterTexture         *texture);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-private.c:444:7: warning: ‘cogl_texture_new_with_size’ is deprecated: Use 'cogl_texture_2d_new_with_size__OR__cogl_texture_2d_sliced_new_with_size' instead [-Wdeprecated-declarations]
       buffer = cogl_texture_new_with_size (width,
       ^~~~~~
In file included from /usr/include/mutter/cogl/cogl/cogl.h:87,
                 from /usr/include/mutter/clutter-2/clutter/clutter-types.h:32,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:32,
                 from ../gnome-shell/src/st/st-widget.h:31,
                 from ../gnome-shell/src/st/st-private.h:28,
                 from ../gnome-shell/src/st/st-private.c:25:
/usr/include/mutter/cogl/cogl/deprecated/cogl-auto-texture.h:56:1: note: declared here
 cogl_texture_new_with_size (unsigned int width,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[50/134] Compiling C object 'src/st/src@st@@st-1.0@sha/st-scroll-bar.c.o'.
../gnome-shell/src/st/st-scroll-bar.c: In function ‘trough_paging_cb’:
../gnome-shell/src/st/st-scroll-bar.c:776:7: warning: ‘clutter_animation_completed’ is deprecated [-Wdeprecated-declarations]
       clutter_animation_completed (priv->paging_animation);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:9,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-scroll-bar.c:36:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-animation.h:159:25: note: declared here
 void                    clutter_animation_completed             (ClutterAnimation     *animation);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-scroll-bar.c:781:3: warning: ‘clutter_animation_get_type’ is deprecated [-Wdeprecated-declarations]
   a = priv->paging_animation = g_object_new (CLUTTER_TYPE_ANIMATION,
   ^
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:9,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-scroll-bar.c:36:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-animation.h:98:7: note: declared here
 GType clutter_animation_get_type (void) G_GNUC_CONST;
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-scroll-bar.c:788:3: warning: ‘clutter_animation_bind’ is deprecated [-Wdeprecated-declarations]
   clutter_animation_bind (priv->paging_animation, "value", &v);
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:9,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-scroll-bar.c:36:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-animation.h:134:25: note: declared here
 ClutterAnimation *      clutter_animation_bind                  (ClutterAnimation     *animation,
                         ^~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-scroll-bar.c:789:3: warning: ‘clutter_animation_get_timeline’ is deprecated [-Wdeprecated-declarations]
   t = clutter_animation_get_timeline (priv->paging_animation);
   ^
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:9,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-scroll-bar.c:36:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-animation.h:127:25: note: declared here
 ClutterTimeline *       clutter_animation_get_timeline          (ClutterAnimation     *animation);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[52/134] Compiling C object 'src/st/src@st@@st-1.0@sha/st-texture-cache.c.o'.
../gnome-shell/src/st/st-texture-cache.c: In function ‘create_default_texture’:
../gnome-shell/src/st/st-texture-cache.c:69:3: warning: ‘clutter_texture_new’ is deprecated: Use 'clutter_image_new' instead [-Wdeprecated-declarations]
   ClutterTexture * texture = CLUTTER_TEXTURE (clutter_texture_new ());
   ^~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-texture-cache.h:31,
                 from ../gnome-shell/src/st/st-texture-cache.c:24:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:36:25: note: declared here
 ClutterActor *          clutter_texture_new                    (void);
                         ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-texture-cache.c: In function ‘set_texture_cogl_texture’:
../gnome-shell/src/st/st-texture-cache.c:78:3: warning: ‘clutter_texture_set_cogl_texture’ is deprecated [-Wdeprecated-declarations]
   clutter_texture_set_cogl_texture (clutter_texture, cogl_texture);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-texture-cache.h:31,
                 from ../gnome-shell/src/st/st-texture-cache.c:24:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:80:25: note: declared here
 void                    clutter_texture_set_cogl_texture        (ClutterTexture         *texture,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-texture-cache.c: In function ‘st_texture_cache_reset_texture’:
../gnome-shell/src/st/st-texture-cache.c:660:11: warning: ‘clutter_texture_set_cogl_texture’ is deprecated [-Wdeprecated-declarations]
           clutter_texture_set_cogl_texture (bind->texture, texdata);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-texture-cache.h:31,
                 from ../gnome-shell/src/st/st-texture-cache.c:24:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:80:25: note: declared here
 void                    clutter_texture_set_cogl_texture        (ClutterTexture         *texture,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-texture-cache.c: In function ‘st_texture_cache_bind_cairo_surface_property’:
../gnome-shell/src/st/st-texture-cache.c:726:3: warning: ‘clutter_texture_new’ is deprecated: Use 'clutter_image_new' instead [-Wdeprecated-declarations]
   texture = CLUTTER_TEXTURE (clutter_texture_new ());
   ^~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/st/st-texture-cache.h:31,
                 from ../gnome-shell/src/st/st-texture-cache.c:24:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:36:25: note: declared here
 ClutterActor *          clutter_texture_new                    (void);
                         ^~~~~~~~~~~~~~~~~~~
[62/134] Compiling C object 'src/st/src@st@@st-1.0@sha/st-theme-node-drawing.c.o'.
../gnome-shell/src/st/st-theme-node-drawing.c: In function ‘st_theme_node_prerender_shadow’:
../gnome-shell/src/st/st-theme-node-drawing.c:2264:3: warning: ‘cogl_texture_new_with_size’ is deprecated: Use 'cogl_texture_2d_new_with_size__OR__cogl_texture_2d_sliced_new_with_size' instead [-Wdeprecated-declarations]
   buffer = cogl_texture_new_with_size (state->box_shadow_width,
   ^~~~~~
In file included from /usr/include/mutter/cogl/cogl/cogl.h:87,
                 from /usr/include/mutter/clutter-2/clutter/clutter-types.h:32,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:32,
                 from ../gnome-shell/src/st/st-shadow.h:24,
                 from ../gnome-shell/src/st/st-theme-node-drawing.c:33:
/usr/include/mutter/cogl/cogl/deprecated/cogl-auto-texture.h:56:1: note: declared here
 cogl_texture_new_with_size (unsigned int width,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[63/134] Compiling C object 'src/st/src@st@@st-1.0@sha/st-theme-node-transition.c.o'.
../gnome-shell/src/st/st-theme-node-transition.c: In function ‘setup_framebuffers’:
../gnome-shell/src/st/st-theme-node-transition.c:257:3: warning: ‘cogl_texture_new_with_size’ is deprecated: Use 'cogl_texture_2d_new_with_size__OR__cogl_texture_2d_sliced_new_with_size' instead [-Wdeprecated-declarations]
   priv->old_texture = cogl_texture_new_with_size (width, height,
   ^~~~
In file included from /usr/include/mutter/cogl/cogl/cogl.h:87,
                 from /usr/include/mutter/clutter-2/clutter/clutter-types.h:32,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:32,
                 from ../gnome-shell/src/st/st-theme-node-transition.h:24,
                 from ../gnome-shell/src/st/st-theme-node-transition.c:22:
/usr/include/mutter/cogl/cogl/deprecated/cogl-auto-texture.h:56:1: note: declared here
 cogl_texture_new_with_size (unsigned int width,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/st/st-theme-node-transition.c:263:3: warning: ‘cogl_texture_new_with_size’ is deprecated: Use 'cogl_texture_2d_new_with_size__OR__cogl_texture_2d_sliced_new_with_size' instead [-Wdeprecated-declarations]
   priv->new_texture = cogl_texture_new_with_size (width, height,
   ^~~~
In file included from /usr/include/mutter/cogl/cogl/cogl.h:87,
                 from /usr/include/mutter/clutter-2/clutter/clutter-types.h:32,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:32,
                 from ../gnome-shell/src/st/st-theme-node-transition.h:24,
                 from ../gnome-shell/src/st/st-theme-node-transition.c:22:
/usr/include/mutter/cogl/cogl/deprecated/cogl-auto-texture.h:56:1: note: declared here
 cogl_texture_new_with_size (unsigned int width,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[67/134] Compiling C object 'src/st/src@st@@st-1.0@sha/st-scroll-view-fade.c.o'.
../gnome-shell/src/st/st-scroll-view-fade.c: In function ‘st_scroll_view_fade_create_texture’:
../gnome-shell/src/st/st-scroll-view-fade.c:69:3: warning: ‘cogl_texture_new_with_size’ is deprecated: Use 'cogl_texture_2d_new_with_size__OR__cogl_texture_2d_sliced_new_with_size' instead [-Wdeprecated-declarations]
   return cogl_texture_new_with_size (min_width,
   ^~~~~~
In file included from /usr/include/mutter/cogl/cogl/cogl.h:87,
                 from /usr/include/mutter/clutter-2/clutter/clutter-types.h:32,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:32,
                 from ../gnome-shell/src/st/st-scroll-view-fade.h:24,
                 from ../gnome-shell/src/st/st-scroll-view-fade.c:22:
/usr/include/mutter/cogl/cogl/deprecated/cogl-auto-texture.h:56:1: note: declared here
 cogl_texture_new_with_size (unsigned int width,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[81/134] Compiling C object 'src/src@@gnome-shell@sha/shell-util.c.o'.
../gnome-shell/src/shell-util.c: In function ‘shell_util_cursor_tracker_to_clutter’:
../gnome-shell/src/shell-util.c:373:7: warning: ‘clutter_texture_set_cogl_texture’ is deprecated [-Wdeprecated-declarations]
       clutter_texture_set_cogl_texture (texture, sprite);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/shell-util.h:7,
                 from ../gnome-shell/src/shell-util.c:11:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:80:25: note: declared here
 void                    clutter_texture_set_cogl_texture        (ClutterTexture         *texture,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[85/134] Compiling C object 'src/src@@gnome-shell@sha/shell-window-tracker.c.o'.
../gnome-shell/src/shell-window-tracker.c: In function ‘shell_startup_sequence_create_icon’:
../gnome-shell/src/shell-window-tracker.c:897:7: warning: ‘clutter_texture_new’ is deprecated: Use 'clutter_image_new' instead [-Wdeprecated-declarations]
       texture = clutter_texture_new ();
       ^~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from /usr/include/mutter/meta/common.h:32,
                 from /usr/include/mutter/meta/prefs.h:27,
                 from /usr/include/mutter/meta/display.h:27,
                 from ../gnome-shell/src/shell-window-tracker.c:12:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:36:25: note: declared here
 ClutterActor *          clutter_texture_new                    (void);
                         ^~~~~~~~~~~~~~~~~~~
[91/134] Compiling C object 'src/src@@gnome-shell@sha/shell-app.c.o'.
../gnome-shell/src/shell-app.c: In function ‘window_backed_app_get_icon’:
../gnome-shell/src/shell-app.c:217:7: warning: ‘clutter_texture_new’ is deprecated: Use 'clutter_image_new' instead [-Wdeprecated-declarations]
       actor = clutter_texture_new ();
       ^~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:38,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from /usr/include/mutter/meta/common.h:32,
                 from /usr/include/mutter/meta/prefs.h:27,
                 from /usr/include/mutter/meta/display.h:27,
                 from ../gnome-shell/src/shell-app.c:9:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-texture.h:36:25: note: declared here
 ClutterActor *          clutter_texture_new                    (void);
                         ^~~~~~~~~~~~~~~~~~~
[97/134] Compiling C object 'src/src@@gnome-shell@sha/shell-gtk-embed.c.o'.
../gnome-shell/src/shell-gtk-embed.c: In function ‘shell_gtk_embed_allocate’:
../gnome-shell/src/shell-gtk-embed.c:289:7: warning: ‘clutter_actor_get_anchor_point’ is deprecated [-Wdeprecated-declarations]
       clutter_actor_get_anchor_point (actor, &ax, &ay);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/mutter/clutter-2/clutter/clutter-deprecated.h:6,
                 from /usr/include/mutter/clutter-2/clutter/clutter.h:115,
                 from ../gnome-shell/src/shell-embedded-window.h:6,
                 from ../gnome-shell/src/shell-embedded-window-private.h:5,
                 from ../gnome-shell/src/shell-gtk-embed.c:5:
/usr/include/mutter/clutter-2/clutter/deprecated/clutter-actor.h:140:17: note: declared here
 void            clutter_actor_get_anchor_point                  (ClutterActor          *self,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[101/134] Compiling C object 'src/src@@gnome-shell@sha/shell-tray-manager.c.o'.
../gnome-shell/src/shell-tray-manager.c: In function ‘shell_tray_manager_manage_screen’:
../gnome-shell/src/shell-tray-manager.c:222:3: warning: ‘gdk_display_get_screen’ is deprecated [-Wdeprecated-declarations]
   gdk_screen = gdk_display_get_screen (display, screen_number);
   ^~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-tray-manager.c:8:
/usr/include/gtk-3.0/gdk/gdkdisplay.h:56:13: note: declared here
 GdkScreen * gdk_display_get_screen         (GdkDisplay  *display,
             ^~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/shell-tray-manager.c: In function ‘shell_tray_manager_child_on_realize’:
../gnome-shell/src/shell-tray-manager.c:251:7: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
       gdk_window_set_background_pattern (gtk_widget_get_window (widget),
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
                 from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-tray-manager.c:8:
/usr/include/gtk-3.0/gdk/gdkwindow.h:781:12: note: declared here
 void       gdk_window_set_background_pattern (GdkWindow  *window,
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[103/134] Compiling C object 'src/src@@gnome-shell@sha/shell-tray-icon.c.o'.
../gnome-shell/src/shell-tray-icon.c: In function ‘shell_tray_icon_constructed’:
../gnome-shell/src/shell-tray-icon.c:80:3: warning: ‘gdk_error_trap_push’ is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
   gdk_error_trap_push ();
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-embedded-window.h:5,
                 from ../gnome-shell/src/shell-gtk-embed.h:7,
                 from ../gnome-shell/src/shell-tray-icon.h:5,
                 from ../gnome-shell/src/shell-tray-icon.c:5:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
 void                           gdk_error_trap_push        (void);
                                ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/shell-tray-icon.c:86:3: warning: ‘gdk_error_trap_pop’ is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations]
   if (!gdk_error_trap_pop () &&
   ^~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-embedded-window.h:5,
                 from ../gnome-shell/src/shell-gtk-embed.h:7,
                 from ../gnome-shell/src/shell-tray-icon.h:5,
                 from ../gnome-shell/src/shell-tray-icon.c:5:
/usr/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here
 G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop         (void);
                                ^~~~~~~~~~~~~~~~~~
../gnome-shell/src/shell-tray-icon.c: In function ‘shell_tray_icon_click’:
../gnome-shell/src/shell-tray-icon.c:204:3: warning: ‘gdk_error_trap_push’ is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
   gdk_error_trap_push ();
   ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-embedded-window.h:5,
                 from ../gnome-shell/src/shell-gtk-embed.h:7,
                 from ../gnome-shell/src/shell-tray-icon.h:5,
                 from ../gnome-shell/src/shell-tray-icon.c:5:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
 void                           gdk_error_trap_push        (void);
                                ^~~~~~~~~~~~~~~~~~~
../gnome-shell/src/shell-tray-icon.c:210:7: warning: ‘gdk_error_trap_pop_ignored’ is deprecated: Use 'gdk_x11_display_error_trap_pop_ignored' instead [-Wdeprecated-declarations]
       gdk_error_trap_pop_ignored ();
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-embedded-window.h:5,
                 from ../gnome-shell/src/shell-gtk-embed.h:7,
                 from ../gnome-shell/src/shell-tray-icon.h:5,
                 from ../gnome-shell/src/shell-tray-icon.c:5:
/usr/include/gtk-3.0/gdk/gdkmain.h:75:32: note: declared here
 void                           gdk_error_trap_pop_ignored (void);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../gnome-shell/src/shell-tray-icon.c:290:3: warning: ‘gdk_error_trap_pop_ignored’ is deprecated: Use 'gdk_x11_display_error_trap_pop_ignored' instead [-Wdeprecated-declarations]
   gdk_error_trap_pop_ignored ();
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../gnome-shell/src/shell-embedded-window.h:5,
                 from ../gnome-shell/src/shell-gtk-embed.h:7,
                 from ../gnome-shell/src/shell-tray-icon.h:5,
                 from ../gnome-shell/src/shell-tray-icon.c:5:
/usr/include/gtk-3.0/gdk/gdkmain.h:75:32: note: declared here
 void                           gdk_error_trap_pop_ignored (void);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
[120/134] Generating St-1.0.gir with a custom command.
gnome-shell/src/st/st-theme-node-transition.h:51: Warning: St: st_theme_node_transition_get_new_paint_state: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
[134/134] Generating Shell-0.1.typelib with a custom command.
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `build'
[0/1] Installing files.
Installing browser-plugin/libgnome-shell-browser-plugin.so to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/epiphany/plugins
Installing man/gnome-shell.1 to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/man/man1
Installing subprojects/gvc/libgvc.so to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing subprojects/gvc/Gvc-1.0.gir to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing subprojects/gvc/Gvc-1.0.typelib to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/calendar-server/gnome-shell-calendar-server to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib
Installing src/calendar-server/evolution-calendar.desktop to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/applications
Installing src/hotplug-sniffer/gnome-shell-hotplug-sniffer to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib
Installing src/st/libst-1.0.so to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/st/St-1.0.gir to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing src/st/St-1.0.typelib to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/libgnome-shell-menu.so to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/ShellMenu-0.1.gir to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing src/ShellMenu-0.1.typelib to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/libgnome-shell.so to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/Shell-0.1.gir to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing src/Shell-0.1.typelib to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib/gnome-shell
Installing src/gnome-shell to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/bin
Installing src/gnome-shell-extension-prefs to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/bin
Installing src/gnome-shell-portal-helper to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib
Installing src/gnome-shell-perf-helper to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/lib
Installing data/org.gnome.Shell.desktop to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/applications
Installing data/gnome-shell-extension-prefs.desktop to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/applications
Installing data/org.gnome.Shell.PortalHelper.desktop to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/applications
Installing data/gnome-shell-theme.gresource to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing data/gnome-shell-osk-layouts.gresource to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/src/calendar-server/org.gnome.Shell.CalendarServer.service to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/services
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/src/hotplug-sniffer/org.gnome.Shell.HotplugSniffer.service to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/services
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/src/gnome-shell-extension-tool to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/bin
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/src/gnome-shell-perf-tool to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/bin
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/data/org.gnome.Shell.PortalHelper.service to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/services
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/org.gnome.Shell.PadOsd.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/interfaces
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/org.gnome.Shell.Screencast.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/interfaces
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/org.gnome.Shell.Screenshot.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/interfaces
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/org.gnome.ShellSearchProvider.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/interfaces
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/org.gnome.ShellSearchProvider2.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/dbus-1/interfaces
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/data/perf-background.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-shell
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/gnome-shell.portal to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/xdg-desktop-portal/portals
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/50-gnome-shell-system.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/gnome-control-center/keybindings
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/data/org.gnome.shell.gschema.xml to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/glib-2.0/schemas
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/data/gnome-shell-overrides.convert to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/GConf/gsettings
Running custom install script '/usr/bin/python /usr/bin/meson --internal gettext install --subdir=po --localedir=share/locale --pkgname=gnome-shell'
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/af.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/af/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/an.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/an/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ar.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ar/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/as.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/as/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ast.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ast/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/be.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/be/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/bg.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/bg/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/bn.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/bn/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/bn_IN.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/bn_IN/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/bs.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/bs/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ca.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ca/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ca@valencia.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ca@valencia/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/cs.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/cs/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/da.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/da/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/de.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/de/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/el.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/el/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/en_GB.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/en_GB/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/eo.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/eo/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/es.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/es/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/et.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/et/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/eu.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/eu/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/fa.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/fa/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/fi.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/fi/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/fr.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/fr/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/fur.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/fur/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ga.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ga/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/gd.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/gd/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/gl.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/gl/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/gu.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/gu/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/he.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/he/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/hi.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/hi/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/hr.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/hr/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/hu.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/hu/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ia.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ia/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/id.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/id/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/is.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/is/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/it.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/it/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ja.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ja/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/kk.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/kk/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/km.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/km/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/kn.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/kn/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ko.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ko/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ku.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ku/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ky.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ky/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/lt.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/lt/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/lv.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/lv/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ml.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ml/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/mk.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/mk/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/mr.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/mr/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ms.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ms/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/nb.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/nb/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ne.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ne/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/nl.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/nl/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/nn.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/nn/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/oc.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/oc/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/or.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/or/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/pa.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/pa/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/pl.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/pl/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/pt.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/pt/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/pt_BR.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ro.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ro/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ru.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ru/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/si.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/si/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/sk.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/sk/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/sl.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/sl/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/sr.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/sr/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/sr@latin.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/sr@latin/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/sv.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/sv/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ta.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ta/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/te.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/te/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/tg.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/tg/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/th.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/th/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/tr.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/tr/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/ug.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/ug/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/uk.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/uk/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/uz@cyrillic.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/uz@cyrillic/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/vi.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/vi/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/zh_CN.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/zh_HK.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/zh_HK/LC_MESSAGES/gnome-shell.mo
Installing /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/po/zh_TW.gmo to /home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/pkg/gnome-shell-tweener-fix/usr/share/locale/zh_TW/LC_MESSAGES/gnome-shell.mo
Running custom install script '/usr/bin/python /usr/bin/meson --internal gtkdoc --sourcedir=/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell --builddir=/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build --subdir=docs/reference/shell --headerdirs=/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/gnome-shell/src@@/home/turquoise/tweener/fixgit/gnome-shell-tweener-fix/src/build/src --mainfile=shell-docs.sgml --modulename=shell --mode=auto --scanargs=--ignore-headers=gactionmuxer.h gactionobservable.h gactionobserver.h shell-network-agent.h shell-recorder-src.h calendar-server hotplug-sniffer st tray@@--rebuild-types --content-files= --cflags=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 --ldflags=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now --cc=cc --ld=cc'
Building documentation for shell
ERROR: 
Error in gtkdoc helper script:

ERROR: 'gtkdoc-scangobj' failed with status 1
shell-scan.c:6:10: fatal error: glib-object.h: No such file or directory
 #include <glib-object.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
2018-09-11 21:48:55,010:scangobj.py:execute_command:1196:WARNING:Compiling scanner failed: 1, command: cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o shell-scan.o shell-scan.c

FAILED: meson-install 
/usr/bin/python /usr/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in package().
    Aborting...

Recommend Projects

  • React photo

    React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo

    Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo

    Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo

    TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo

    Django

    The Web framework for perfectionists with deadlines.

  • Laravel photo

    Laravel

    A PHP framework for web artisans

  • D3 photo

    D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Visualization

    Some thing interesting about visualization, use data art

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo

    Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo

    Microsoft

    Open source projects and samples from Microsoft.

  • Google photo

    Google

    Google ❤️ Open Source for everyone.

  • Alibaba photo

    Alibaba

    Alibaba Open Source for everyone

  • D3 photo

    D3

    Data-Driven Documents codes.

  • Tencent photo

    Tencent

    China tencent open source team.

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

nasheayahu

Level 1
Level 1
Posts: 7
Joined: Sun May 10, 2020 10:27 pm

QEMU version 6.2.0 released

Anytime soon will a QEMU version 6.2.0 release be added?

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.

Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

User avatar

JoeFootball

Level 13
Level 13
Posts: 4643
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Re: QEMU version 6.2.0 released

Post

by JoeFootball » Sat Feb 12, 2022 6:20 am

nasheayahu wrote:
Anytime soon will a QEMU version 6.2.0 release be added?

QEMU in the repositories is governored by Ubuntu. Given that it’s an LTS codebase, it’s unlikely that QEMU would be updated to the latest-available version. This would be typical for most other applications as well.

User avatar

MikeNovember

Level 6
Level 6
Posts: 1268
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: QEMU version 6.2.0 released

Post

by MikeNovember » Sat Feb 12, 2022 8:08 am

Hi,

Follow Qemu installation procedure:

Code: Select all

wget https://download.qemu.org/qemu-6.2.0.tar.xz
tar xvJf qemu-6.2.0.tar.xz
cd qemu-6.2.0
./configure
make

Regards,

MN

_____________________________
Linux Mint 20.3 Mate host with 5.4 kernel, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD)

User avatar

jackkileen

Level 3
Level 3
Posts: 124
Joined: Mon Feb 04, 2019 7:58 pm
Location: Rocky Mtn High; FL Gulf

Re: QEMU version 6.2.0 released

Post

by jackkileen » Thu Feb 17, 2022 11:29 am

MikeNovember wrote: ↑

Sat Feb 12, 2022 8:08 am


Hi,
Follow Qemu installation procedure:

Code: Select all

wget https://download.qemu.org/qemu-6.2.0.tar.xz
tar xvJf qemu-6.2.0.tar.xz
cd qemu-6.2.0
./configure
make

Regards,
MN

Hello,
Getting the below errors when trying to install 6.2
Not sure how to go about fixing the missing dependencies/programs?

Code: Select all

/Downloads/qemu-6.2.0$ ./configure
Using './build' as the directory for build output
The Meson build system
Version: 0.59.3
Source dir: /home/zyoc/Downloads/qemu-6.2.0
Build dir: /home/zyoc/Downloads/qemu-6.2.0/build
Build type: native build
Project name: qemu
Project version: 6.2.0
C compiler for the host machine: cc -m64 -mcx16 (gcc 9.3.0 "cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: cc -m64 -mcx16 ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program sh found: YES (/usr/bin/sh)
Program python3 found: YES (/usr/bin/python3)
WARNING: Broken python installation detected. Python files installed by Meson might not be found by python interpreter.
Program bzip2 found: YES (/usr/bin/bzip2)
C++ compiler for the host machine: c++ -m64 -mcx16 (gcc 9.3.0 "c++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C++ linker for the host machine: c++ -m64 -mcx16 ld.bfd 2.34
Program cgcc found: NO
Library m found: YES
Run-time dependency threads found: YES
Library util found: YES
Run-time dependency appleframeworks found: NO (tried framework)
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Run-time dependency pixman-1 found: NO (tried pkgconfig)

../meson.build:415:2: ERROR: Dependency "pixman-1" not found, tried pkgconfig
A full log can be found at /home/zyoc/Downloads/qemu-6.2.0/build/meson-logs/meson-log.txt
ERROR: meson setup failed

MINT 20.3 Cinnamon 5.2.7_Kernel: 5.18.0-051800-generic

User avatar

MikeNovember

Level 6
Level 6
Posts: 1268
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: QEMU version 6.2.0 released

Post

by MikeNovember » Thu Feb 17, 2022 1:53 pm

_____________________________
Linux Mint 20.3 Mate host with 5.4 kernel, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD)

Понравилась статья? Поделить с друзьями:
  • Error menu not opened yet gta v
  • Error memset was not declared in this scope
  • Error memory full offending command
  • Error memory corruption kontakt
  • Error memory configured incorrectly please enter setup for memory information details system halted