Hello, I don't need for my system dependency lib32-libstdc++5.
I have in usr/lib32/ version 6 from https://www.archlinux.org/packages/multilib/x86_64/lib32-gcc-libs/
Peter
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 .. 14 15 16 17 18 19 20 21 22 23 Next › Last »
petrovo commented on 2014-01-04 05:47 (UTC)
cconrad commented on 2013-12-01 13:33 (UTC)
Thanks for packaging this! Great product.
pef commented on 2013-11-14 19:32 (UTC)
Ok, I was just missing some 32bit libs from multilib.
Here is the patch : it adds the libraries listed in the README file.
--- PKGBUILD 2013-11-14 20:27:03.860790508 +0100
+++ PKGBUILD.new 2013-11-14 20:28:46.000000000 +0100
@@ -14,6 +14,9 @@
license=('custom')
groups=('utility')
makedepends=('sed')
+if test "$CARCH" == x86_64; then
+ depends+=(lib32-glibc lib32-expat lib32-fontconfig lib32-freetype2 lib32-glibc lib32-gcc-libs lib32-libice lib32-libsm lib32-libstdc++5 lib32-libxcb lib32-libx11 lib32-libxau lib32-libxcursor lib32-libxext lib32-libxfixes lib32-libxft lib32-libxinerama lib32-libxrandr lib32-libxrender lib32-zlib)
+fi
source=("http://www.scootersoftware.com/${pkgname}-${pkgver}.tar.gz")
md5sums=('7a974ed65ecf6eaedfa072c5f34a38d4')
options=('!strip') # Do not strip binaries because it breaks them down
pef commented on 2013-11-14 18:41 (UTC)
@Musikolo
Hello, I have exactely the same error as @oman002 when run from the command line. x86_64 as well. I did follow your advice and used makepkg instead of yaourt, to no avail.
[pef@pefix bcompare]$ curl -so pastebin http://pastebin.com/raw.php?i=fF2AUp7c
[pef@pefix bcompare]$ pacman -Ql bcompare |diff -u pastebin -
--- pastebin 2013-11-14 19:38:04.096386301 +0100
+++ - 2013-11-14 19:38:08.279542637 +0100
@@ -1,4 +1,3 @@
-[musikolo@MyPC ~]$ pacman -Ql bcompare
bcompare /usr/
bcompare /usr/bin/
bcompare /usr/bin/bcompare
[pef@pefix bcompare]$ bcompare
/usr/bin/bcompare: /usr/lib32/beyondcompare/BCompare: No such file or directory
Musikolo commented on 2013-08-23 09:33 (UTC)
@oman002:
I do have this file since it is part of the package. Are you sure you built the package fine with no errors? You should have exactly these files: http://pastebin.com/fF2AUp7c If you used yaourt to build the package, try using makepkg instead.
Regards.
oman002 commented on 2013-07-13 22:57 (UTC)
When I run bcompare on my x86_64 system I get:
/usr/bin/bcompare: /usr/lib32/beyondcompare/BCompare: No such file or directory
/usr/lib32/beyondcompare/BCompare does exist. Any ideas?
Musikolo commented on 2013-06-21 20:43 (UTC)
@loki: Updated to version 3.3.8.
Enjoy!
@ericjxc: Can you please tell where you get the statement that lib32 has been renamed to lib from? Just want to know... What's your PC architecture: i686 or x86_64?
loki commented on 2013-06-21 08:51 (UTC)
3.3.8 available.
<deleted-account> commented on 2013-03-11 17:19 (UTC)
Please note that lib32 folder has been renamed to lib. This is the diff output from my Changes to PKGBUILD.
-------BEGIN FILE----------------------------
50c50,51
< mv bin lib32 usr/
---
> mv bin usr/
> mv lib/beyondcompare usr/lib/
56c57
< pushd usr/lib32/beyondcompare/ > /dev/null
---
> pushd usr/lib/beyondcompare/ > /dev/null
------END FILE-----------------------------
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!