Paste #130676

   
pasted on 24.12.2019 12:27
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 156273 # 157760 # 196254 # 240070
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
* Package:    app-backup/timeshift-19.01-r1
 * Repository: adrien-overlay
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox usersandbox

Unpacking source...

Unpacking timeshift-19.01.tar.gz to /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work
>>> Source unpacked in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work
>>> Preparing source in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01 ...
>>> Source prepared.
>>> Configuring source in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01 ...
>>> Source configured.
>>> Compiling source in /var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01 ...
make -j5 
cd src; make all
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01/src'
#timeshift-gtk
valac -X -D'GETTEXT_PACKAGE="timeshift"' \
  --Xcc="-lm" --Xcc="-O3" -D VTE_291 -D GTK3_18  --thread Core/AppExcludeEntry.vala \
  Core/.vala Gtk/.vala Utility/.vala Utility/Gtk/.vala \
  -o timeshift-gtk \
  --pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix \
  --pkg gee-0.8 --pkg json-glib-1.0 \
  --pkg gtk+-3.0 --pkg vte-2.91 
Command-line option --thread is deprecated and will be ignored
Core/AppExcludeEntry.vala:32.1-32.42: error: The root namespace already contains a definition for AppExcludeEntry'
public class AppExcludeEntry : GLib.Object{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Core/AppExcludeEntry.vala:32.1-32.42: note: previous definition ofAppExcludeEntry' was here
public class AppExcludeEntry : GLib.Object{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make[1]: * [makefile:52: app-gtk] Error 1
make[1]: Leaving directory '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01/src'
make: * [makefile:2: all] Error 2
 * ERROR: app-backup/timeshift-19.01-r1::adrien-overlay failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of emerge --info '=app-backup/timeshift-19.01-r1::adrien-overlay',
 * the complete build log and the output of emerge -pqv '=app-backup/timeshift-19.01-r1::adrien-overlay'.
 * The complete build log is located at '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/temp/environment'.
 * Working directory: '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01'
 * S: '/var/calculate/tmp/portage/app-backup/timeshift-19.01-r1/work/timeshift-19.01'
Add Comment
Author