This package started reporting error 216 when run (graphically or from the console) with no other output. Any idea how to debug it or why it happens?
Search Criteria
Package Details: bcompare 5.2.1.32035-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bcompare.git (read-only, click to copy) |
|---|---|
| Package Base: | bcompare |
| Description: | Beyond Compare 5: Compare, sync, and merge files and folders. |
| Upstream URL: | https://www.scootersoftware.com |
| Keywords: | compare diff |
| Licenses: | custom |
| Groups: | utility |
| Submitter: | Musikolo |
| Maintainer: | Musikolo |
| Last Packager: | Musikolo |
| Votes: | 107 |
| Popularity: | 1.40 |
| First Submitted: | 2011-07-27 22:54 (UTC) |
| Last Updated: | 2026-03-25 00:14 (UTC) |
Dependencies (9)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- sed (sed-gitAUR, uutils-sedAUR) (make)
- bcompare-cinnamonAUR (optional) – Cinnamon service menus for Beyond Compare 5.
- bcompare-kde4AUR (optional) – KDE 4 service menus for Beyond Compare 5.
- bcompare-kde5AUR (optional) – KDE Plasma 5 service menus for Beyond Compare 5.
- bcompare-kde6AUR (optional) – KDE Plasma 6 service menus for Beyond Compare 5.
- bcompare-mateAUR (optional) – MATE service menus for Beyond Compare 5.
- bcompare-nautilusAUR (optional) – Gnome/Nautilus service menus for Beyond Compare 5.
- bcompare-thunarAUR (optional) – Xfce/Thunar service menus for Beyond Compare 5.
Required by (7)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 23 Next › Last »
G4Zz0L1 commented on 2022-01-17 11:10 (UTC)
Musikolo commented on 2021-12-21 15:01 (UTC)
Updated to version 4.4.1.26165.
Enjoy!
Musikolo commented on 2021-08-18 00:47 (UTC)
Updated to version 4.4.0.25886-1.
Enjoy!
kistlin commented on 2021-08-17 17:03 (UTC)
Patch for 4.4.0.25886
diff --git a/PKGBUILD b/PKGBUILD
index e85ab1f..92460d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgbase=bcompare
pkgname=('bcompare' 'bcompare-kde5' 'bcompare-kde4' 'bcompare-nautilus' 'bcompare-thunar' 'bcompare-cinnamon' 'bcompare-mate')
-pkgver=4.3.7.25118
+pkgver=4.4.0.25886
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.scootersoftware.com'
@@ -22,8 +22,8 @@ depends=('fontconfig' 'libsm' 'libxcursor' 'libxft' 'libxinerama' 'libxrandr' '
makedepends=('sed')
source_x86_64=("http://www.scootersoftware.com/${pkgbase}-${pkgver}.x86_64.tar.gz")
source_i686=("http://www.scootersoftware.com/${pkgbase}-${pkgver}.i386.tar.gz")
-sha256sums_i686=('4d7a02dcf5261551d2fd16c12d770b6b48040613bb69d609e12eaf22b432723a')
-sha256sums_x86_64=('55b140b6baf949c01efd33a70976e1e3559b7565919c5014eba5ee0330e2f025')
+sha256sums_i686=('a482ffae679c54a02f47c2cb724c79af0e671cfa6ae102f58ebec08e2b762a44')
+sha256sums_x86_64=('21ba22c0bb419b0fd72760b4503d0b41469acee2e84297444cdc503c2617a07c')
options=('!strip') # Do not strip binaries because it breaks them down
prepare() {
Musikolo commented on 2020-10-08 00:32 (UTC)
Updated to version 4.3.7.25118.
Enjoy!
Musikolo commented on 2020-09-22 02:26 (UTC)
Updated to version 4.3.6.25063.
Enjoy!
P.S: @mederel, thanks for your support!
mederel commented on 2020-09-13 15:25 (UTC) (edited on 2020-09-13 15:26 (UTC) by mederel)
Follows a patch diff to update to 4.3.6:
diff --git a/PKGBUILD b/PKGBUILD
index 9d60054..fac7bc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgbase=bcompare
pkgname=('bcompare' 'bcompare-kde5' 'bcompare-kde4' 'bcompare-nautilus' 'bcompare-thunar' 'bcompare-cinnamon' 'bcompare-mate')
-pkgver=4.3.5.24893
+pkgver=4.3.6.25063
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.scootersoftware.com'
@@ -22,8 +22,8 @@ depends=('fontconfig' 'libsm' 'libxcursor' 'libxft' 'libxinerama' 'libxrandr' '
makedepends=('sed')
source_x86_64=("http://www.scootersoftware.com/${pkgbase}-${pkgver}.x86_64.tar.gz")
source_i686=("http://www.scootersoftware.com/${pkgbase}-${pkgver}.i386.tar.gz")
-sha256sums_i686=('be607446d7573350ed0fa8ce2da4996e6d9c9c09df83ff530e0e100d43de2c19')
-sha256sums_x86_64=('37b98c85af7b0f357d49d19bbde0be8a6c0bb8e258d5ae9711111fee48421867')
+sha256sums_i686=('1161062080dbaa430ae4e4ebae6f488f30bb0cca019443b4eebec174734f2ab8')
+sha256sums_x86_64=('8b1e17db71daa7a06da99aa036302053f622b8ed1496f6aedc07b3e4fa32fd2c')
options=('!strip') # Do not strip binaries because it breaks them down
prepare() {
stonyboy commented on 2020-07-15 06:35 (UTC)
Thanks @Musikolo, the BC context menus are working again in Thunar!
Pinned Comments
Musikolo commented on 2024-08-25 07:07 (UTC) (edited on 2024-10-16 03:55 (UTC) by Musikolo)
You can build the last version of Beyond Compare v4 I packaged (
4.4.7.28397) by doing this:Since you have a license for v4, you might be interested in looking at the upgrade policy at https://www.scootersoftware.com/kb/upgradepolicy .
I hope it helps!