Search found 35 matches

by daviank
24 Feb 2024, 17:43
Forum: Help
Topic: Cron Problem Yet Again - openSUSE Tumbleweed Linux
Replies: 11
Views: 424

Re: Cron Problem Yet Again - openSUSE Tumbleweed Linux

Could this be related to SELinux?
by daviank
24 Feb 2024, 17:18
Forum: Help
Topic: Cron Problem Yet Again - openSUSE Tumbleweed Linux
Replies: 11
Views: 424

Re: Cron Problem Yet Again - openSUSE Tumbleweed Linux

According to your logs, command is run with the correct user.
by daviank
24 Feb 2024, 16:31
Forum: Help
Topic: Cron Problem Yet Again - openSUSE Tumbleweed Linux
Replies: 11
Views: 424

Re: Cron Problem Yet Again - openSUSE Tumbleweed Linux

I don't know for SuSE, but in Debian, there is a field to set the username under which the command should be run. Is "username" field of your cron file correctly set? # Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day of ...
by daviank
08 Feb 2024, 21:40
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 1799

Re: Linux: FreeFileSync using GTK3 on KDE is hanging

BTW, I noticed that in the About dialog, only the last Show() must be kept. Having both leads to corruption in the dialog (at the location of the donation text + image)
by daviank
07 Feb 2024, 18:59
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 811

Re: Add missing LDFLAGS for zlib (to Makefile)

I actually had the same problem with gtk LDFLAGS which are missing at link time, so I had to add them with LDFLAGS += `pkg-config --libs gtk+-3.0` Would you add them to the Makefile please? Error was: /usr/bin/ld: /tmp/cc6adrRa.ltrans115.ltrans.o: undefined reference to symbol 'gtk_css_provider_load...
by daviank
07 Feb 2024, 18:00
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 811

Re: Add missing LDFLAGS for zlib (to Makefile)

Since the file (zen/zlib_wrap.cpp) that uses it in your code base doesn't apparently depend on wx-widget neither on gtk, I thought it had to be present in the Makefile. But I could be wrong.
by daviank
07 Feb 2024, 17:34
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 811

Re: Add missing LDFLAGS for zlib (to Makefile)

Thank you for your reply. Apparently on my system it is not: $ wx-config --libs std, aui, richtext --debug=no -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk3u_aui-3.2 -lwx_gtk3u_richtext-3.2 -lwx_gtk3u_xrc-3.2 -lwx_gtk3u_html-3.2 -lwx_gtk3u_qa-3.2 -lwx_gtk3u_core-3.2 -lwx_baseu_xml-3.2 -lwx_baseu_net...
by daviank
07 Feb 2024, 15:41
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 811

Add missing LDFLAGS for zlib (to Makefile)

Hi Zenju, when trying to build freefilesync I noticed that the LDFLAGS for zlib are missing. May I suggest you to add these lines to your Makefile (both FFS & RFS). They could be placed near the equivalent lines for the other libraries. CXXFLAGS += `pkg-config --cflags zlib` LDFLAGS += `pkg-conf...
by daviank
06 Feb 2024, 22:05
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 1799

Re: Linux: FreeFileSync using GTK3 on KDE is hanging

Dear Zenju, I have been investigating this a bit since I run on KDE, which caused trouble with gtk3 at the time of 12.1. Actually, I found that calling only Show() but not Hide() as code currently does since 12.1: - doesn't create the "freeze/hang" on KDE that appeared in 12.1 - fixes the ...
by daviank
06 Feb 2024, 09:42
Forum: Help
Topic: Unable to build Freefilesync 13.1 on Ubuntu 23.10 (mantic)
Replies: 2
Views: 3332

Re: Unable to build Freefilesync 13.1 on Ubuntu 23.10 (mantic)

What about using one of these (as per Strategies for Exception Handling), for minimal exception handling?
- wxApp::OnExceptionInMainLoop()
- wxApp::OnUnhandledException()
by daviank
04 Feb 2024, 14:47
Forum: Help
Topic: Question about updating FreeFileSync on Ubuntu 20.04
Replies: 4
Views: 890

Re: Question about updating FreeFileSync on Ubuntu 20.04

tcw4950, you can find a package of FreeFileSync 13.3 for Ubuntu 20.04 (focal) on my PPA.
by daviank
03 Feb 2024, 15:30
Forum: Help
Topic: Question about updating FreeFileSync on Ubuntu 20.04
Replies: 4
Views: 890

Re: Question about updating FreeFileSync on Ubuntu 20.04

Hmm 20.04 (focal) you said? Hmm... Sorry I wrote for 22.04 (jammy). But the process would be the same.
By the way, for jammy, there is 13.1 on a PPA.
by daviank
03 Feb 2024, 15:03
Forum: Help
Topic: Question about updating FreeFileSync on Ubuntu 20.04
Replies: 4
Views: 890

Re: Question about updating FreeFileSync on Ubuntu 20.04

You can start from this page , the bottom of which you have "Other versions of 'freefilesync' in untrusted archives." It show that for jammy (22.04) there is a PPA providing version 11.25-1~xtradeb1. (2022-08-31) If you feel like building your package from the sources, you can get a workin...
by daviank
21 Jun 2023, 09:27
Forum: Help
Topic: Raspberry Pi Version of FreeFileSync
Replies: 2
Views: 702

Re: Raspberry Pi Version of FreeFileSync

As per: https://repology.org/project/freefilesync/history
2023-02-09 07:03 Raspbian Testing has caught up with the newest version
By that time it was 12.0.
12.4 may arrive soon
by daviank
08 Mar 2023, 09:23
Forum: Help
Topic: FreeFileSync's 'popup' windows don't appear on Linux
Replies: 2
Views: 202

Re: FreeFileSync's 'popup' windows don't appear on Linux

If this is specific to 12.1 you might want to have a look at this thread: viewtopic.php?t=10103

BTW, there is a link to a patch in it (if you compile from sources)
by daviank
07 Mar 2023, 18:39
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 1799

Re: Linux: FreeFileSync using GTK3 on KDE is hanging

Zenju, reverting the change you mention apparently removes the issue (still built with GTK3).

For anyone interested, a patch for this revert is available here: https://salsa.debian.org/bastif/freefilesync/-/blob/debian/latest/debian/patches/revert_buggy_gtk3_change_in_12.1.patch
by daviank
22 Feb 2023, 17:36
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 1799

Re: Linux updated Donation Edition unresponsive

It seems I have a similar problem on debian with KDE, when built from source.
BTW, the Makefile still references gtk2, is this as expected or should it be gtk3 now?
by daviank
25 Jan 2023, 11:31
Forum: General Discussion
Topic: copyright header of zen/argon2.cpp
Replies: 1
Views: 262

copyright header of zen/argon2.cpp

Hello, In 12.0 there are two new files: zen/argon2.cpp & zen/argon2.h While you are a copyright holder for argon2.h, you are not mentioned at all in argon2.cpp although you made changes there. You actually reference putty copyright holder only. Can you confirm that the copyright header is as exp...
by daviank
10 Jan 2023, 12:15
Forum: General Discussion
Topic: Provide AppStream Metadata
Replies: 0
Views: 189

Provide AppStream Metadata

Hello Zenju, Would you provide the AppStream Metadata? I think its better if this file is provided by you rather than each distribution having its own. That way you can have control on the value of the fields and all distros would share the same. More info can be found here. https://www.freedesktop....
by daviank
16 Dec 2022, 17:47
Forum: Help
Topic: Build failure on s390x architecture (static assertion failed std::endian::native == std::endian::little)
Replies: 1
Views: 422

Build failure on s390x architecture (static assertion failed std::endian::native == std::endian::little)

Hello Zenju & all, I'm having this error when building freefilesync on s390x architecture: base/db_file.cpp:51:39: error: static assertion failed 51 | static_assert(std::endian::native == std::endian::little); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ compilation terminated due to -Wfatal-err...
by daviank
16 Dec 2022, 17:45
Forum: Help
Topic: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')
Replies: 2
Views: 487

Re: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

Looks like this one can be fixed by adding -latomic to the LDFLAGS on mipsel architecture.
Not sure if this is the correct way to fix this though.
by daviank
16 Dec 2022, 15:37
Forum: Help
Topic: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')
Replies: 2
Views: 487

Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

Hello Zenju & all, I'm having this error when building freefilesync on mipsel architecture: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0' mkdir -p ../Build/Bin/ g++ -o ../Build/Bin/FreeFileSync /tmp/FreeFileSync_Make/ffs/src/application.cpp.o /tmp/FreeFileSync_Make/ffs/src/base_...
by daviank
16 Dec 2022, 15:31
Forum: Help
Topic: Build failure on armel architecture (static assertion failed: is_always_lock_free)
Replies: 0
Views: 101

Build failure on armel architecture (static assertion failed: is_always_lock_free)

Hello Zenju & all, I'm having this error when building freefilesync on armel architecture: ../../zen/string_base.h:192:47: error: static assertion failed 192 | static_assert(decltype(refCount)::is_always_lock_free); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../zen/zstring.h:12, from ffs_pat...
by daviank
30 Oct 2022, 15:11
Forum: General Discussion
Topic: Your curl patch for the bug you mention in Bugs.txt
Replies: 2
Views: 411

Re: Your curl patch for the bug you mention in Bugs.txt

Hopefully you will find some time to fix it in future.
The URL you reference is already used and integrated into the PR https://github.com/curl/curl/pull/9758
You just have to fix the last things of that PR. I can squash your commits if this is the point, but can't do more, sorry.
by daviank
30 Oct 2022, 12:22
Forum: General Discussion
Topic: Your curl patch for the bug you mention in Bugs.txt
Replies: 2
Views: 411

Your curl patch for the bug you mention in Bugs.txt

Hello Zenju, In your sources (Bugs.txt) you mention a bug in curl referencing https://github.com/curl/curl/issues/1455 & https://github.com/curl/curl/pull/1470 As a courtesy since the commits weren't squashed, I took your PR, refreshed it and created https://github.com/curl/curl/pull/9758 Upstre...
by daviank
11 Oct 2022, 07:28
Forum: General Discussion
Topic: Support more versions of curl (patch included)
Replies: 0
Views: 243

Support more versions of curl (patch included)

This patch will permit to build freefilesync with any curl version >= 7.66.0 on the system. Hopefully you can merge this into your source code. Principle is always the same when you upgrade to a newer curl. --- a/libcurl/curl_wrap.cpp +++ b/libcurl/curl_wrap.cpp @@ -336,7 +336,11 @@ ZEN_CHECK_CASE_F...
by daviank
11 Oct 2022, 07:21
Forum: General Discussion
Topic: Permit reproducible builds (patch attached)
Replies: 0
Views: 199

Permit reproducible builds (patch attached)

Permit reproducible builds by use of SOURCE_DATE_EPOCH Currently the code relies on __DATE__ and __TIME__ macros. This prevents to have reproducible build because these values changes every time we compile. To achieve reproducible builds, make use of SOURCE_DATE_EPOCH as proposed on https://reproduc...
by daviank
11 Oct 2022, 07:16
Forum: General Discussion
Topic: Specify wxwidgets version in Makefile (patch included)
Replies: 0
Views: 186

Specify wxwidgets version in Makefile (patch included)

Hello, If one has more than one version of wx-widgets installed, there might be problems at configure time because the wrong version might be used. The attached patch permits to fix that problem by using a variable WX_CONFIG=wx-config --version=3.2 --- a/FreeFileSync/Source/Makefile +++ b/FreeFileSy...
by daviank
07 Oct 2022, 17:46
Forum: Help
Topic: Sign your releases
Replies: 4
Views: 463

Re: Sign your releases

I was mainly interested in source file being signed actually.
by daviank
07 Oct 2022, 17:45
Forum: Help
Topic: 11.26 - compilation issue - zen/serialize.h error: '::sysconf' has not been de
Replies: 0
Views: 289

11.26 - compilation issue - zen/serialize.h error: '::sysconf' has not been de

Another build issue with 11.26 ../../zen/serialize.h: In function 'void zen::unbufferedStreamCopy(Function1, size_t, Function2, size_t)': ../../zen/serialize.h:316:32: error: '::sysconf' has not been declared; did you mean 'swscanf'? 316 | const size_t alignment = ::sysconf(_SC_PAGESIZE); //-1 on er...