Skip to content

Instantly share code, notes, and snippets.

@eht16
Created January 23, 2022 12:59
Show Gist options
  • Save eht16/9423377071e053555d27ab01838b2846 to your computer and use it in GitHub Desktop.
Save eht16/9423377071e053555d27ab01838b2846 to your computer and use it in GitHub Desktop.
Meson build log
[13:54:48] enrico@endor (0) [meson] : /tmp/geany-meson% git status
On branch meson
Your branch is up to date with 'origin/meson'.
nothing to commit, working tree clean
[13:54:51] enrico@endor (0) [meson] : /tmp/geany-meson% mkdir /tmp/build-meson
[13:54:56] enrico@endor (0) [meson] : /tmp/geany-meson% cd /tmp/build-meson
[13:55:00] enrico@endor (0): /tmp/build-meson% meson --prefix /tmp/install-meson /tmp/geany-meson
The Meson build system
Version: 0.61.0
Source dir: /tmp/geany-meson
Build dir: /tmp/build-meson
Build type: native build
Project name: geany
Project version: 1.38
C compiler for the host machine: ccache cc (gcc 11.2.0 "cc (Debian 11.2.0-13) 11.2.0")
C linker for the host machine: cc ld.bfd 2.37
C++ compiler for the host machine: ccache c++ (gcc 11.2.0 "c++ (Debian 11.2.0-13) 11.2.0")
C++ linker for the host machine: c++ ld.bfd 2.37
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency glib-2.0 found: YES 2.70.2
Run-time dependency gmodule-2.0 found: YES 2.70.2
Run-time dependency gtk+-3.0 found: YES 3.24.30
Has header "dlfcn.h" : YES
Has header "errno.h" : YES
Has header "fcntl.h" : YES
Has header "glob.h" : YES
Has header "inttypes.h" : YES
Has header "langinfo.h" : YES
Has header "libintl.h" : YES
Has header "limits.h" : YES
Has header "locale.h" : YES
Has header "memory.h" : YES
Has header "stdbool.h" : YES
Has header "stdint.h" : YES
Has header "stdlib.h" : YES
Has header "string.h" : YES
Has header "sys/stat.h" : YES
Has header "sys/time.h" : YES
Has header "sys/types.h" : YES
Has header "unistd.h" : YES
Has header "wchar.h" : YES
Has header "wctype.h" : YES
Checking for function "fnmatch" : YES
Checking for function "ftruncate" : YES
Checking for function "gnu_get_libc_version" : YES
Checking for function "isblank" : YES
Checking for function "mbrtowc" : YES
Checking for function "memcpy" : YES
Checking for function "mkstemp" : YES
Checking for function "regcomp" : YES
Checking for function "socket" : YES
Checking for function "strerror" : YES
Checking for function "strstr" : YES
Checking for function "wcrtomb" : YES
Checking for function "wcscoll" : YES
Program sh found: YES (/usr/bin/sh)
Program cp found: YES (/usr/bin/cp)
Program ln found: YES (/usr/bin/ln)
Program python3 found: YES (/usr/bin/python3)
Program rst2html found: YES (/usr/bin/rst2html)
Program rst2pdf found: YES (/usr/bin/rst2pdf)
Program git found: YES (/usr/bin/git)
WARNING: You should add the boolean check kwarg to the run_command call.
It currently defaults to false,
but it will default to true in future releases of meson.
See also: https://github.com/mesonbuild/meson/issues/9300
Configuring config.h using configuration
Configuring geany.pc using configuration
Compiler for C supports arguments -fvisibility=hidden: YES
Configuring filetypes.python using configuration
Configuring geany.1 using configuration
Program doxygen found: YES (/usr/bin/doxygen)
Configuring Doxyfile using configuration
Configuring Doxyfile-gi using configuration
Program ctags/runner.sh found: YES (/tmp/geany-meson/tests/ctags/runner.sh)
Message: [['COPYING', 'GPL-2']]
Build targets in project: 74
geany 1.38
User defined options
prefix: /tmp/install-meson
Found ninja-1.10.1 at /usr/bin/ninja
[13:55:05] enrico@endor (0): /tmp/build-meson% meson compile
[... stripped boring compiler warnings ...]
[331/335] Generating doc/doxygen.stamp with a custom command
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1076 of file 'doc/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: tag INCLUDE_PATH: include path '/tmp/build-meson/src/' does not exist
warning: source '/tmp/build-meson/src/' is not a readable file or directory... skipping.
[333/335] Generating doc/doxygen-gi.stamp with a custom command
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1076 of file 'doc/Doxyfile-gi' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: tag INCLUDE_PATH: include path '/tmp/build-meson/src/' does not exist
warning: source '/tmp/build-meson/src/' is not a readable file or directory... skipping.
[334/335] Generating doc/gtkdoc headers with a custom command
FAILED: doc/geany-gtkdoc.h doc/geany-sciwrappers-gtkdoc.h
/usr/bin/python3 ../scripts/gen-api-gtkdoc.py /tmp/build-meson/doc/xml -d . -o doc/geany-gtkdoc.h --sci-output doc/geany-sciwrappers-gtkdoc.h
/usr/bin/python3: can't open file '/tmp/build-meson/../scripts/gen-api-gtkdoc.py': [Errno 2] No such file or directory
[335/335] Generating doc/pdf-manual with a custom command
/usr/lib/python3/dist-packages/rst2pdf/rson.py:119: FutureWarning: Possible nested set at position 2
splitter = re.compile(pattern).split
ninja: build stopped: subcommand failed.
meson compile 640.09s user 49.58s system 716% cpu 1:36.24 total
[13:57:31] enrico@endor (1): /tmp/build-meson%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment