The error reads as below:
[sudo] password for j**-pc:
:: Synchronizing package databases…
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade…
resolving dependencies…
looking for conflicting packages…
error: failed to prepare transaction (could not satisfy dependencies)
:: installing boost-libs (1.86.0-2) breaks dependency ‘libboost_filesystem.so=1.83.0-64’ required by syncthingtray
pamac remove syncthingtray
sudo pacman -Syu
pamac build syncthingtray
or, in one line…
pamac remove syncthingtray && sudo pacman -Syu && pamac build syncthingtray
That should solve this issue.
The community repo has not existed for over a year. The fact that it’s still showing in your pacman output when you update indicates that you have not been maintaining your system properly.
Perhaps you could start by searching for everything you can find about pacnew files.
This will get you started:
Cheers.
When you sync your system any CUSTOM package may cease to function without warning OR your system may cease to function due to a CUSTOM package
– [Need-To-Know] About Manjaro and AUR
In this case you have built syncthingtray using a custom script
To succesfully sync using pacman -Syu (the commands to do so is described in the preceding comment)
- need to remove syncthingtray
- sync your system
- rebuild syncthingtray
This is not an error
Got this error:
CMake Warning at /usr/share/c++utilities/cmake/modules/Doxygen.cmake:32 (message):
Doxygen not found, unable to add target for generating API documentation
for syncthingmodel
Call Stack (most recent call first):
syncthingmodel/CMakeLists.txt:76 (include)
– Using template for config.h.in from CPP_UTILITIES installation.
– Linking syncthingmodel against Qt module Qt5::Test.
CMake Error at syncthingwidgets/CMakeLists.txt:100 (find_package):
Could not find a configuration file for package “c++utilities” that is
compatible with requested version “5.25.0”.
The following configuration files were considered but not accepted:
/usr/share/c++utilities/cmake/c++utilitiesConfig.cmake, version: 5.24.6
– Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting…
It’s right there:
You need to rebuild c++utilities
also - it is a prerequisite for building this.
The version you have got is too low.
After running: pamac build c++utilities
was able to build syncthingtray:
pamac build syncthingtray
Working good now !
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.