Package Details: pcloudcc-git r1470.331003a-1

Git Clone URL: https://aur.archlinux.org/pcloudcc-git.git (read-only, click to copy)
Package Base: pcloudcc-git
Description: A simple linux console client for pCloud cloud storage.
Upstream URL: https://github.com/pcloudcom/console-client
Keywords: pcloud pcloudcc pcloudcc-git
Licenses: GPL
Conflicts: pcloudcc
Provides: pcloudcc
Submitter: coxackie
Maintainer: lkn
Last Packager: coxackie
Votes: 9
Popularity: 0.000000
First Submitted: 2020-10-21 11:30 (UTC)
Last Updated: 2021-11-18 21:31 (UTC)

Pinned Comments

coxackie commented on 2024-09-08 20:04 (UTC)

Upstream has not seen any updates forever, and now this package does not build against recent versions of gcc. It should not be used. Users are urged to migrate to pcloudcc-lneely.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

plague-doctor commented on 2020-02-25 21:04 (UTC)

@coxackie, As per request - reverted back to pcloudcom/console-client master branch. I disown the package now.

Currently I use rclone and I am quite happy with it.

coxackie commented on 2020-02-25 17:55 (UTC) (edited on 2020-02-25 17:56 (UTC) by coxackie)

@plague-doctor this is a bit weird, as everything seems ok now. It is also confirmed by others building pcloud master; see here. anyway, I am not ready to take over the package (too green for this atm), but if you wish to abandon it you may as well change the PKGBUILD to point to the console client master. I can confirm if it builds from my local environment.

plague-doctor commented on 2020-02-19 21:25 (UTC)

@coxackie, Nope it doesn't compile. I have pointed to their master branch, so all commits are there. If you want, I can add you as a maintainer so you can help developing this package. Otherwise I am going to abandon this package.

coxackie commented on 2020-02-19 05:58 (UTC)

@plague-doctor I actually built it from https://github.com/pcloudcom/console-client (just using the build instructions there) and it builds fine. Did you pull all four commits from yesterday? check again - there may be something wrong, but not pcloudcc seems to run without problems.

plague-doctor commented on 2020-02-19 03:39 (UTC)

It is still wrong... Now pclsync_lib.cpp is failing during the compilation. I am getting sick of the pcloud...

coxackie commented on 2020-02-18 17:14 (UTC)

There are finally fixes on the pcloudcc github for kernel 5.4 and fuse3. @plague-doctor, can you pull these fixes in your own fork so we can finally use the console client again?

berturion commented on 2019-12-29 06:50 (UTC)

Please someone tell me how to install v 2.0.1? I really need to make this work.

When on dc51abd1f1d458b3719a0297e2f1b010b79af73d commit, I always get the compilation error:

Cannot find source file:

    /home/bertrand/tmp/console-client2/pCloudCC/lib/prjf/pRJF.c

Thank you.

coxackie commented on 2019-12-22 22:38 (UTC)

@ plague-doctor, do you know how to make pcloud-cc work with kernel 5.4 (basically het rid of te fuse mount problems?)? I asked pCloud and they mentioned that "We have plans to update the CLI but we cannot advise you on an estimated time for that." Given past experience with the and the CLI, I am not really holding my breath...

vwdubb commented on 2019-12-05 00:27 (UTC)

I ended up installing v.2.0.1 and it works just fine.

berturion commented on 2019-12-04 19:11 (UTC)

@nilscox, after the last cmake of the build process given in the README, I obtain this:

-- System CPU: x86_64
-- Configuring done
CMake Error at CMakeLists.txt:59 (add_library):
  Cannot find source file:

    /home/bertrand/tmp/console-client2/pCloudCC/lib/prjf/pRJF.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx


CMake Error at CMakeLists.txt:59 (add_library):
  No SOURCES given to target: pcloudcc_lib


CMake Generate step failed.  Build files cannot be regenerated correctly.

How did you do please?