This is both my first question here and my first try to build a custom app for Ubuntu, so I hope I'm not messing it up :)
I want to modify Deja Dup app to make AWS S3 work with IBM COS S3. It should be as simple as change the hardcoded url in the backendS3 file, but I'm not even able to build the vanilla version.
I'm using a just installed Ubuntu 18.04.4 lts
I've downloaded the source following this using the "classic" way. When I run debuild -us -uc -b
it fails when running the tests. I tried also with make as explained in the HACKING file of the sources with the same result.
As I understand from the test logs, the problem is related to gvfs but after googling it and trying deleting gvfs logs, gvfs medata and executing as root, I don't know what else to do.
I'm attaching the tests and debuild logs. Please tell me what else is needed.