Skip to content

Instantly share code, notes, and snippets.

@theorangepotato
Created October 22, 2019 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theorangepotato/2af1cf6508d9bda2338c7ea8dabb5056 to your computer and use it in GitHub Desktop.
Save theorangepotato/2af1cf6508d9bda2338c7ea8dabb5056 to your computer and use it in GitHub Desktop.
Output of `meson builddir --prefix=/us`
The Meson build system
Version: 0.45.1
Source dir: /root/FeedReader
Build dir: /root/FeedReader/builddir
Build type: native build
Project name: feedreader
Native C compiler: cc (gcc 7.4.0 "cc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0")
Native Vala compiler: valac (valac 0.40.8)
Build machine cpu family: x86_64
Build machine cpu: x86_64
Program afl-fuzz found: NO
Program gtester found: YES (/usr/bin/gtester)
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Native dependency gdk-pixbuf-2.0 found: YES 2.36.11
Native dependency gee-0.8 found: YES 0.20.1
Native dependency glib-2.0 found: YES 2.56.4
Native dependency goa-1.0 found: YES 3.28.0
Native dependency gstreamer-1.0 found: YES 1.14.5
Native dependency gstreamer-pbutils-1.0 found: YES 1.14.5
Native dependency gtk+-3.0 found: YES 3.22.30
Native dependency gumbo found: YES 0.10.1
Native dependency json-glib-1.0 found: YES 1.4.2
Library curl found: YES
Native dependency libnotify found: YES 0.7.7
Native dependency libpeas-1.0 found: YES 1.22.0
Native dependency libsecret-1 found: YES 0.18.6
Native dependency libsoup-2.4 found: YES 2.62.1
Native dependency libxml-2.0 found: YES 2.9.4
Library linux found: YES
Library posix found: YES
Native dependency rest-0.7 found: YES 0.8.0
Native dependency sqlite3 found: YES 3.22.0
Native dependency webkit2gtk-4.0 found: YES 2.24.4
Native dependency webkit2gtk-web-extension-4.0 found: YES 2.24.4
Native dependency unity found: YES 7.1.4
Configuring @basename@ using configuration
Library webkit2gtk-web-extension-4.0 found: YES
Native dependency glib-2.0 found: YES 2.56.4
Program desktop-file-validate found: NO
Program appstream-util found: NO
Library gd-1.0 found: YES
Library gtkimageview found: YES
Library htmlclean found: YES [22/1875]
Library rss-glib-1.0 found: YES
Library m found: YES
Message: libUnity support ON
Message: Backend Plugin: bazqux ON
Message: Backend Plugin: decsync ON
Message: Backend Plugin: feedbin ON
Message: Backend Plugin: feedhq ON
Message: Backend Plugin: feedly ON
Message: Backend Plugin: fresh ON
Message: Backend Plugin: inoreader ON
Message: Backend Plugin: local ON
Message: Backend Plugin: oldreader ON
Message: Backend Plugin: owncloud ON
Message: Backend Plugin: ttrss ON
Message: Share Plugin: Browser ON
Message: Share Plugin: Email ON
Message: Share Plugin: Instapaper ON
Message: Share Plugin: Pocket ON
Message: Share Plugin: Telegram ON
Message: Share Plugin: Twitter ON
Message: Share Plugin: Wallabag ON
Program build-aux/meson_post_install.py found: YES (/root/FeedReader/build-aux/meson_post_install.py)
Build targets in project: 81
Found ninja-1.8.2 at /usr/bin/ninja
root@feedreader-builder:~/FeedReader# ninja -C builddir
ninja: Entering directory `builddir'
[3/316] Generating Constants.vala with a custom command.
FAILED: Constants.vala
/usr/bin/python3 /usr/bin/meson --internal vcstagger @basename@ Constants.vala 2.10.0 /root/FeedReader '#
GIT_SHA1#' '(.*)' /usr/bin/git show-ref -s refs/heads/master
Traceback (most recent call last):
File "/usr/bin/meson", line 26, in <module>
sys.exit(main())
File "/usr/bin/meson", line 23, in main
return mesonmain.run(sys.argv[1:], launcher)
File "/usr/share/meson/mesonbuild/mesonmain.py", line 318, in run
sys.exit(run_script_command(args[1:]))
File "/usr/share/meson/mesonbuild/mesonmain.py", line 274, in run_script_command
return cmdfunc(cmdargs)
File "/usr/share/meson/mesonbuild/scripts/vcstagger.py", line 38, in run
config_vcs_tag(infile, outfile, fallback, source_dir, replace_string, regex_selector, command)
File "/usr/share/meson/mesonbuild/scripts/vcstagger.py", line 25, in config_vcs_tag
new_data = f.read().replace(replace_string, new_string)
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 922: ordinal not in range(128)
[7/316] Compiling Vala source ../libraries/WebExtension/webextension.vala.
../libraries/WebExtension/webextension.vala:36.2-36.24: warning: DBus methods are recommended to throw at
least `GLib.Error' or `GLib.DBusError, GLib.IOError'
public void recalculate()
^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 1 warning(s)
[10/316] Compiling C object 'libraries/libgtkimageview/gtkimageview@sta/gtkimageview.c.o'.
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment