Package Details: bcompare-kde6 5.0.2.30045-1

Git Clone URL: https://aur.archlinux.org/bcompare.git (read-only, click to copy)
Package Base: bcompare
Description: KDE Plasma 6 service menus for Beyond Compare 5.
Upstream URL: https://www.scootersoftware.com
Keywords: compare diff
Licenses: custom
Groups: utility
Submitter: Musikolo
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 100
Popularity: 0.29
First Submitted: 2011-07-27 22:54 (UTC)
Last Updated: 2024-08-28 16:58 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 21 Next › Last »

Musikolo commented on 2019-06-01 02:53 (UTC)

@renehsz, I understand now what the was.

Please, try again and let me know if the issue persists.

Thank you.

renehsz commented on 2019-05-31 14:50 (UTC) (edited on 2019-05-31 14:50 (UTC) by renehsz)

@Musikolo If your /bin/sh is symlinked to /bin/bash (which is default on Arch Linux, but can be changed), then the install.sh script runs fine, but if it is symlinked to a non-bash but still posix-compliant shell like dash, it will cause a syntax error. A possible fix is simply calling the script with bash instead of sh to make sure it always runs with bash:

72c72
<   sh install.sh --prefix="${_install_dir}"
---
>   bash install.sh --prefix="${_install_dir}"

Musikolo commented on 2019-05-31 00:54 (UTC)

@renehsz, if you know a way to solve that issue, please feel free to share a possible fix. Since I don't know what exact issue you are having, I'm unable to solve it.

Thank you.

renehsz commented on 2019-05-30 18:20 (UTC)

I think the install.sh script doesn't seem to work with a posix compliant but non-bash shell. So it should either be called with bash or the bashisms should be removed. I might be wrong though...

Musikolo commented on 2019-05-30 02:57 (UTC)

Updated to version 4.2.10.23938.

Enjoy!

Musikolo commented on 2019-05-07 01:47 (UTC)

@rku, yes, it is required. This is what you get when qt4 is missing:

[musikolo@MyPC ~]$ bcompare 
Some Shared Libraries were not found
        linux-vdso.so.1 (0x00007ffe3f6f4000)
        librt.so.1 => /usr/lib/librt.so.1 (0x00007fcd9397a000)
        libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fcd93967000)
        lib7z.so => /usr/lib/beyondcompare/lib7z.so (0x00007fcd9352b000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fcd9350a000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007fcd93345000)
        libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fcd93340000)
        libQt4Pas.so.5 => /usr/lib/beyondcompare/libQt4Pas.so.5 (0x00007fcd92f31000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fcd92df2000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007fcd92bdb000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fcd92a4b000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fcd92a31000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fcd939c5000)
        libQtGui.so.4 => not found
        libQtNetwork.so.4 => not found
        libQtCore.so.4 => not found
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fcd92a05000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007fcd928bf000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fcd928ba000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fcd928b2000)

rku commented on 2019-05-06 06:25 (UTC)

Is qt4 dependency required? qt4 is no longer in repos so it pulls in a lengthy build from aur.

Musikolo commented on 2019-03-10 05:53 (UTC)

@nathanandelson, you should find current and old versions of bcompare at https://bit.ly/2XOI3rt

In keeping with the strace output you shared, I noticed a lot errors at the end of the trace when accessing the bash.mo file. I'm not getting those errors when I run strace bcompare in my machine. I'm not sure if it could be related with the locale or something like that.

I hope it helps.

nathanalderson commented on 2019-03-07 20:26 (UTC)

@Musikolo, unfortunately scooter software doesn't seem to host older versions of beyond compare, so I can't running one of those. If you have a previous version stored somewhere you could share with me, that would be great. You can email me at my username at gmail.com.

I posted strace output as a gist https://gist.github.com/nathanalderson/74b415d243ff98574eeda00b76a957e6 in case anyone wants to take a look.

Musikolo commented on 2019-03-06 04:50 (UTC)

@nathanalderson, I would try installing the previous version to confirm whether the issue is still happening or not. If it happens, then you should check what you installed recently.

Another interesting option that could be very helpful is launching bcompare with strace:

strace bcompare

I hope it helps.