Package Details: trueconf 8.5.0.634-1

Git Clone URL: https://aur.archlinux.org/trueconf-client.git (read-only, click to copy)
Package Base: trueconf-client
Description: Video conference client with a range of rich collaborative tools and an easy-to-use interface
Upstream URL: https://trueconf.com
Keywords: Chat Qt TrueConf Video Video-Conference
Licenses: custom:TrueConf
Submitter: trueconf
Maintainer: trueconf
Last Packager: trueconf
Votes: 11
Popularity: 1.13
First Submitted: 2019-11-06 17:48 (UTC)
Last Updated: 2024-09-16 07:48 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Techman35 commented on 2024-09-19 12:46 (UTC)

@kuhtoxo Manjaro is not Archlinux the developer (not the maintainer) have to create a trueconf version for Manjaro

kuhtoxo commented on 2024-09-17 06:37 (UTC) (edited on 2024-09-17 06:39 (UTC) by kuhtoxo)

Manjaro 6.9.12-3-MANJARO (64-bit), KDE Plasma 6.0.5, trueconf 8.5.0.634-1

/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_filesystem.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_locale.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_random.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_chrono.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_system.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_regex.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_program_options.so.1.86.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libprotobuf.so.28.1.0: cannot open shared object file: No such file or directory
/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_serialization.so.1.86.0: cannot open shared object file: No such file or directory

if I create symbolic links to the versions of the necessary libraries available in Manjaro:

ln -s /lib64/libboost_filesystem.so.1.83.0 /opt/trueconf/client/lib/libboost_filesystem.so.1.86.0
ln -s /lib64/libcrypto.so.3 /opt/trueconf/client/lib/libcrypto.so.1.1
ln -s /lib64/libboost_locale.so.1.83.0 /opt/trueconf/client/lib/libboost_locale.so.1.86.0
ln -s /lib64/libboost_random.so.1.83.0 /opt/trueconf/client/lib/libboost_random.so.1.86.0
ln -s /lib64/libboost_chrono.so.1.83.0 /opt/trueconf/client/lib/libboost_chrono.so.1.86.0
ln -s /lib64/libboost_system.so.1.83.0 /opt/trueconf/client/lib/libboost_system.so.1.86.0
ln -s /lib64/libboost_regex.so.1.83.0 /opt/trueconf/client/lib/libboost_regex.so.1.86.0
ln -s /lib64/libboost_program_options.so.1.83.0 /opt/trueconf/client/lib/libboost_program_options.so.1.86.0
ln -s /lib64/libprotobuf.so.27.3.0 /opt/trueconf/client/lib/libprotobuf.so.28.1.0
ln -s /lib64/libboost_serialization.so.1.83.0 /opt/trueconf/client/lib/libboost_serialization.so.1.86.0

When running trueconf, I get the following error:

/opt/trueconf/client/trueconf
       VS_CommandLine.cpp:  79 DESKCORE | ParseArgs: Command line arguments: ""
VS_ApplicationDependDefin:  88 DESKCORE | VS_ApplicationDependDefinesHolder::createDirectories: Create directory: /home/user/.config/trueconf/, succeeded
VS_ApplicationDependDefin:  88 DESKCORE | VS_ApplicationDependDefinesHolder::createDirectories: Create directory: /home/user/.config/trueconf/uploads, succeeded
VS_ApplicationDependDefin:  88 DESKCORE | VS_ApplicationDependDefinesHolder::createDirectories: Create directory: /home/user/.config/trueconf/logs/, succeeded
VS_ApplicationDependDefin:  88 DESKCORE | VS_ApplicationDependDefinesHolder::createDirectories: Create directory: /home/user/.config/trueconf/crashlogs, succeeded
/opt/trueconf/client/TrueConf: symbol lookup error: /opt/trueconf/client/TrueConf: undefined symbol: _ZN5boost10filesystem6detail28directory_iterator_constructERNS0_18directory_iteratorERKNS0_4pathENS0_17directory_optionsEPNS1_25directory_iterator_paramsEPNS_6system10error_codeE

As a result, trueconf became completely inoperable for manjaro.

Can the maintainers of the package provide the libraries necessary for the application to work together with the trueconf distribution in order not to depend on system libraries?

Techman35 commented on 2024-09-16 22:12 (UTC)

@kuhtoxo Manjaro is not Arch Trueconf require boost-libs 1.86 and manjaro use boost-libs 1.83 wish is an outdated package so is not going to work unless the developers create a package for Manjaro.

Techman35 commented on 2024-09-16 13:34 (UTC)

@Taigren, the package has been updated, now you can make full update not ignoring any packages.

trueconf work perfect now. :)

Taigren commented on 2024-09-16 08:18 (UTC)

Thanks for the update!

kuhtoxo commented on 2024-09-16 04:18 (UTC)

Manjaro 6.9.12-3-MANJARO (64-bit), KDE Plasma 6.0.5, trueconf 8.5.0.632-1

/opt/trueconf/client/TrueConf: error while loading shared libraries: libboost_thread.so.1.86.0: cannot open shared object file: No such file or directory

Techman35 commented on 2024-09-16 02:27 (UTC) (edited on 2024-09-16 02:38 (UTC) by Techman35)

@Taigren I do have the same problems after Arch update, now we have to wait for the maintainer to update the package. :(

The workaround is to downgrade to the following packages

protobuf-28.0-2-x86_64.pkg.tar.zst libphonenumber-1:8.13.45-1-x86_64.pkg.tar.zst python-protobuf-28.0-2-x86_64.pkg.tar.zst

and blacklist then, so then can not can be upgraded nano /etc/pacman.conf

Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup

IgnorePkg = protobuf libphonenumber python-protobuf

IgnoreGroup =

Taigren commented on 2024-09-15 21:00 (UTC)

@Techman35 Thanks for the advice, but now I have this with latest update: /opt/trueconf/client/TrueConf: error while loading shared libraries: libprotobuf.so.28.0.0: cannot open shared object file: No such file or directory

Techman35 commented on 2024-09-13 20:35 (UTC)

@Taigren delete de source and recompile the package again

Techman35 commented on 2024-09-13 20:28 (UTC) (edited on 2024-09-13 20:34 (UTC) by Techman35)

Not working with lasted Arch Update :)

/opt/trueconf/client/TrueConf: error while loading shared libraries: libprotobuf.so.27.3.0: cannot open shared object file: No such file or directory

Ok never mind, I just need to recompile the package, now is working :)