Package Details: cronopete 4.16.0-1

Git Clone URL: https://aur.archlinux.org/cronopete.git (read-only, click to copy)
Package Base: cronopete
Description: A graphical backup utility based on Apple Time Machine idea.
Upstream URL: http://www.rastersoft.com/programas/cronopete.html
Licenses: GPL2
Submitter: swiftscythe
Maintainer: funilrys
Last Packager: funilrys
Votes: 12
Popularity: 0.000131
First Submitted: 2011-09-05 22:08 (UTC)
Last Updated: 2024-02-08 19:03 (UTC)

Latest Comments

1 2 3 Next › Last »

Lime commented on 2025-04-16 23:21 (UTC) (edited on 2025-04-16 23:24 (UTC) by Lime)

Error on install:

==> Starting build()...
CMake Warning (dev) at CMakeLists.txt:4 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 14.2.1
-- The CXX compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

yochananmarqos commented on 2024-04-12 21:07 (UTC) (edited on 2024-04-12 21:46 (UTC) by yochananmarqos)

@funilrys: This uses libayatana-appindicator instead of libappindicator-gtk3. You have duplicate packages in the depends and makedepends arrays.

Bare minimum (yes, you can also specify transitive dependencies):

depends=('gtk3' 'libayatana-appindicator' 'libgee' 'libnotify' 'udisks2' 'rsync')
makedepends=('cmake' 'intltool' 'vala')

Please also see Cmake package guidelines

EDIT: The install file is also unnecessary. There's already a hook for that introduced years ago.

herve commented on 2021-06-01 07:23 (UTC)

Hi, just so you know, version 4.13 is out (I packaged it for myself from the upstream repository).

mhrivnak commented on 2019-12-10 08:37 (UTC)

Same error as Ray

Ray commented on 2019-12-09 02:52 (UTC)

I'm having trouble installing too.

Compilation failed: 2 error(s), 0 warning(s) make[2]: [src/CMakeFiles/cronopete.dir/build.make:121: src/cronopete_valac.stamp] Error 1 make[1]: [CMakeFiles/Makefile2:305: src/CMakeFiles/cronopete.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ==> ERROR: A failure occurred in build().

herve commented on 2019-07-20 17:13 (UTC)

I got in touch with the author, it's now fixed in master. No idea if he packaged the fix, tough.

funilrys commented on 2019-07-20 17:08 (UTC)

For the one who flagged this and for the record, I can't deliver the next version because I get the following while testing before shipping here.

CMake Error at data/interface/cmake_install.cmake:45 (file):
  file INSTALL cannot find
  "/home/xxxx/xxx/aur/test/cronopete/src/cronopete4.10.0/data/interface/ask_quit.ui".
Call Stack (most recent call first):
  cmake_install.cmake:49 (include)

herve commented on 2019-06-30 07:41 (UTC)

Never noticed it before, but cronopete comes with its own PKGBUILD in the sources. The author offers pre-built packages, but better review the file and compile them by ourselves.

I'll use them now, but we still need some way to be notified when a new version is released.

I'll try with the RSS feed of the repo https://gitlab.com/rastersoft/cronopete/commits/master?format=atom It doesn't seem to have a feed for the PKGBUILD updates alone.

ggnoredo commented on 2019-06-29 22:08 (UTC)

any eta on latest release?

herve commented on 2018-06-28 07:59 (UTC)

Hi, and thanks for taking care of that package, did you see the warnings?

==> Checking for packaging issues... ==> WARNING: Package contains reference to $srcdir usr/bin/cronopete

and from nancamp:

$ namcap cronopete-4.4.0-1-x86_64.pkg.tar.xz cronopete W: .INSTALL file runs a command provided by hooks. cronopete W: Dependency gtk3 included but already satisfied cronopete W: Dependency pango included but already satisfied cronopete W: Dependency atk included but already satisfied cronopete W: Dependency cairo included but already satisfied cronopete W: Dependency gdk-pixbuf2 included but already satisfied cronopete W: Dependency glib2 included but already satisfied cronopete W: Dependency libdbusmenu-glib included but already satisfied cronopete W: Dependency included and not needed ('gsl') cronopete W: Dependency glibc included but already satisfied cronopete W: Dependency included and not needed ('udisks2') cronopete W: Dependency included and not needed ('rsync')

I'm not sure where it comes from and how to fix it.

I also see this when compiling:

gtk-update-icon-cache: Failed to open file /usr/share/icons/hicolor/.icon-theme.cache : Permission denied

But I guess it's an upstream issue.