Compare Pastes

Differences between the pastes #130676 (24.12.2019 12:27) and #196254 (17.06.2021 09:39).
1
* Package:    app-backup/timeshift-19.01-r1
2
 * Repository: adrien-overlay
3
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
4
 * FEATURES:   network-sandbox preserve-libs sandbox usersandbox
5
6
Unpacking source...
7
8
Unpacking timeshift-19.01.tar.gz to /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work
9
>>> Source unpacked in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work
10
>>> Preparing source in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01 ...
11
>>> Source prepared.
12
>>> Configuring source in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01 ...
13
>>> Source configured.
14
>>> Compiling source in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01 ...
15
make -j5 
16
cd src; make all
17
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
18
make[1]: Entering directory '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01/src'
19
#timeshift-gtk
20
valac -X -D'GETTEXT_PACKAGE="timeshift"' \
21
  --Xcc="-lm" --Xcc="-O3" -D VTE_291 -D GTK3_18  --thread Core/AppExcludeEntry.vala \
22
  Core/.vala Gtk/.vala Utility/.vala Utility/Gtk/.vala \
23
  -o timeshift-gtk \
24
  --pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix \
25
  --pkg gee-0.8 --pkg json-glib-1.0 \
26
  --pkg gtk+-3.0 --pkg vte-2.91 
27
Command-line option --thread is deprecated and will be ignored
28
Core/AppExcludeEntry.vala:32.1-32.42: error: The root namespace already contains a definition for AppExcludeEntry'
29
public class AppExcludeEntry : GLib.Object{
30
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
Core/AppExcludeEntry.vala:32.1-32.42: note: previous definition ofAppExcludeEntry' was here
32
public class AppExcludeEntry : GLib.Object{
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
Compilation failed: 1 error(s), 0 warning(s)
35
make[1]: * [makefile:52: app-gtk] Error 1
36
make[1]: Leaving directory '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01/src'
37
make: * [makefile:2: all] Error 2
38
 * ERROR: app-backup/timeshift-19.01-r1::adrien-overlay failed (compile phase):
39
 *   emake failed
40
 * 
41
 * If you need support, post the output of emerge --info '=app-backup/timeshift-19.01-r1::adrien-overlay',
42
 * the complete build log and the output of emerge -pqv '=app-backup/timeshift-19.01-r1::adrien-overlay'.
43
 * The complete build log is located at '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/temp/build.log'.
44
 * The ebuild environment file is located at '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/temp/environment'.
45
 * Working directory: '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01'