Package Details: bcompare-thunar 4.4.7.28397-1

Git Clone URL: https://aur.archlinux.org/bcompare.git (read-only, click to copy)
Package Base: bcompare
Description: Xfce service menus for Beyond Compare 4
Upstream URL: https://www.scootersoftware.com
Keywords: compare diff
Licenses: custom
Groups: utility
Provides: bcompare-xfce
Submitter: Musikolo
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 99
Popularity: 0.21
First Submitted: 2011-07-27 22:54 (UTC)
Last Updated: 2024-03-02 05:48 (UTC)

Pinned Comments

Musikolo commented on 2024-03-02 05:56 (UTC) (edited on 2024-03-02 22:04 (UTC) by Musikolo)

For those interested in trying out Beyond Compare 5 Beta, a new file named PKGBUILD_BC5_BETA has been added. To use it, just issue the following command line:

makepkg -crsp PKGBUILD_BC5_BETA

NOTE: Please DO NOT flag this package for new beta releases.

Latest Comments

1 2 3 4 5 6 .. 20 Next › Last »

bakgwailo commented on 2024-03-18 03:13 (UTC)

@Musikolo

Yeah, cleaned things up (removed the /usr/lib/beyondcompare. Didn't have a .kde directory, but did have a .kde4... which is gone now). Deleted everything, redownloaded the snapshot, ran makepkg, and still have the same issue. The strace looks much better (all pointing at "/usr/lib/beyondcompare/).

Built package still contains the odd '/usr/src/debug/' stuff, and still can't find the license on startup (also .config/bcompare5 is empty still).

Will try a few other things out, I guess. Appreciate the help, though.

Musikolo commented on 2024-03-16 14:57 (UTC)

@bakgwailo, I need to look into it further, but at first sight, I could see a few things:

  • For some reason, your bcompare package has the following directories which shouldn't be there:
/usr/src/
/usr/src/debug/
/usr/src/debug/bcompare/
  • You have the file /usr/lib/beyondcompare/kde_context_menu which doesn't belong to any of the BC5 packages.
  • You shouldn't need the .kde directory. In particular, there are references to old service menus there. My recommendation is to delete it or, at least, temporarily rename it.
  • If you installed the BC5 using its own installer (install.sh), please run its uninstaller (uninstall.sh) to clean up everything and uninstall all BC4 & BC5 packages you have. Then, on an empty directory, build the package again, and only install the bcompare package with no extensions(kde5, etc...).
  • I found your system has a lot of old stuff around. A clean up would be a great thing to do when you have time.

I hope that helps.

bakgwailo commented on 2024-03-16 13:31 (UTC)

Hey @Musikolo, thank you for all the help. Here are the three outputs.

pacman -Ql bcompare > bcompare-files.txt:

https://pastebin.com/BLw4knkN

strace bcompare > strace-bcompare.txt 2>&1:

https://pastebin.com/vrsnZ89B

pacman -Q > package-list.txt:

https://pastebin.com/8qHvtMKg

Musikolo commented on 2024-03-16 05:15 (UTC)

@bakgwailo, I uninstalled all BC5 packages I have and drop all .config directories for BC. I installed BC5 package from scratch, run bcompare from a terminal and it works well for me. Besides sharing the list of packages I asked before, please share the content of the BC5 package you built: pacman -Ql bcompare > bcompare-files.txt.

Another thing that could help is if you could share the output you get when running strace bcompare > strace-bcompare.txt 2>&1.

Thanks.

Musikolo commented on 2024-03-16 05:00 (UTC)

@bakgwailo, OK, good to see we have the same DE. I deleted my .config folder and rebuilt the package. Everything it's fine on my end.

I'm thinking the reason why it works for me could be a missing dependency I have and you don't. Can you please share a list with all the packages you have installed? Just need to issue pacman -Q > package-list.txt and share that file.

bakgwailo commented on 2024-03-16 04:56 (UTC)

I'll add: even with .config/bcompare5 seemingly populated correctly from running the manually installed version in my home directory (which does work), the AUR installed bcompare bin still has the same license error popup making me think it is looking for the .config/bcompare somewhere else - or maybe a permission issue somehow?

bakgwailo commented on 2024-03-16 04:49 (UTC)

@Musikolo thank you for the reply. Using stable repos and latest KDE6. I removed bcompare (had 4 installed) then did:

makepkg -crsp PKGBUILD_BC5_BETA

which built successfully, and then to install:

sudo pacman -U bcompare-5.0.0.28983-1-x86_64.pkg.tar.zst bcompare-kde5-5.0.0.28983-1-x86_64.pkg.tar.zst

when I run 'bcompare' I get the trial pop-up dialog with an error:

https://i.imgur.com/jtUoGVG.png

I did remove both the bcompare and bcompare5 directories. I've noticed that after emptying .config/bcompare5, running 'bcompare' doesn't create anything in that directory.

However, when I manually install to my home directory and run the bcompare bin from there, it does populate it properly.

So possibly the bcompare from the pkgbuild isn't able to access the .config/ directory, or has a wrong prefix or something?

Musikolo commented on 2024-03-16 04:39 (UTC)

@bakgwailo, thanks for your feedback.

I'm using KDE Plasma. I tried with version 5 and recently with version 6 and it works well with both. I cannot guess what your issue is given the little info you provided. Please share as much info as you can to see if figure out what's going on. As a suggestion, please try removing or renaming your existing ~/.config/bcompare folder. BC5 creates a new ~/.config/bcompare5 folder. If you have it, please delete it too and try again with a clean environment.

I hope it helps!

bakgwailo commented on 2024-03-16 04:24 (UTC)

@Musikolo

thank you for the 5 beta option. After getting the package built, though, it pops up the trial nag screen saying that the trial information is missing or corrupt. Manual install using the install script works, so maybe the package build is missing some file copying or something

Musikolo commented on 2024-03-02 05:56 (UTC) (edited on 2024-03-02 22:04 (UTC) by Musikolo)

For those interested in trying out Beyond Compare 5 Beta, a new file named PKGBUILD_BC5_BETA has been added. To use it, just issue the following command line:

makepkg -crsp PKGBUILD_BC5_BETA

NOTE: Please DO NOT flag this package for new beta releases.