Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Latest version does not make for Arch related distro's #375

Closed
bishoptf opened this issue Jan 27, 2019 · 4 comments
Closed

Latest version does not make for Arch related distro's #375

bishoptf opened this issue Jan 27, 2019 · 4 comments

Comments

@bishoptf
Copy link

Using a Arch related rolling distro, when trying to upgrade Timeshift (aur/timeshift 18.9.1-1 -> 19.01-1) it fails. Appears not to make if you have the latest version of vala installed which has been upgraded.

ore/Main.vala:64.23-64.37: error: The type name AppExcludeEntry' could not be found public Gee.ArrayList<AppExcludeEntry> exclude_list_apps; ^^^^^^^^^^^^^^^ Core/Main.vala:528.41-528.55: error: The type name AppExcludeEntry' could not be found
exclude_list_apps = new Gee.ArrayList();
^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:102.4-102.18: error: The type name AppExcludeEntry' could not be found AppExcludeEntry entry; ^^^^^^^^^^^^^^^ Gtk/ExcludeAppsBox.vala:113.4-113.18: error: The type name AppExcludeEntry' could not be found
AppExcludeEntry entry;
^^^^^^^^^^^^^^^
Gtk/ExcludeAppsBox.vala:126.4-126.18: error: The type name AppExcludeEntry' could not be found AppExcludeEntry entry; ^^^^^^^^^^^^^^^ Gtk/ExcludeAppsBox.vala:150.43-150.57: error: The type name AppExcludeEntry' could not be found
var model = new Gtk.ListStore(3, typeof(AppExcludeEntry), typeof(bool), typeof(string));
^^^^^^^^^^^^^^^
Compilation failed: 6 error(s), 0 warning(s)
make[1]: *** [makefile:52: app-gtk] Error 1
make: *** [makefile:2: all] Error 2
/usr/bin/makepkg: line 342: logpipe: unbound variable
Error making: timeshift

Appears to make using 0.42.4 but not 0.42.5.

Thanks :)

@damian01w
Copy link

Same issue here - Its an incompatibility with vala 0.42.5.

@Skylead
Copy link

Skylead commented Jan 28, 2019

Same issue for me

@ndowens
Copy link

ndowens commented Jan 30, 2019

Posted a comment on AUR page for timeshift, I have fixed it, or worked around it, by
sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile

@teejee2008
Copy link
Owner

Fixed in the latest commit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants