Looks like there's a boost issue: installing boost-libs (1.80.0-2) breaks dependency 'libboost_filesystem.so=1.79.0-64' required by syncthingtray
Search Criteria
Package Details: syncthingtray 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/syncthingtray.git (read-only, click to copy) |
---|---|
Package Base: | syncthingtray |
Description: | Tray application for Syncthing |
Upstream URL: | https://github.com/Martchus/syncthingtray |
Licenses: | GPL-2-or-later |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 91 |
Popularity: | 0.35 |
First Submitted: | 2016-09-14 20:13 (UTC) |
Last Updated: | 2024-10-21 14:22 (UTC) |
Dependencies (21)
- boost-libs
- c++utilitiesAUR
- desktop-file-utils (desktop-file-utils-gitAUR)
- libboost_filesystem.so (boost183-libsAUR, boost-libs)
- libc++utilities.so (c++utilitiesAUR)
- libqtforkawesome.so (qtforkawesomeAUR)
- libqtutilities.so (qtutilitiesAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qtforkawesomeAUR
- qtutilitiesAUR
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt5-tools (make)
- cppunit (check)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR) (check)
- syncthing (syncthing-gitAUR, syncthing-binAUR) (check)
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-gitAUR) (optional) – tray icon support for GNOME Shell
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »
DCengineer commented on 2022-09-25 18:08 (UTC)
twilk commented on 2022-09-19 23:00 (UTC)
@atomy, I solved this problem by doing pacman -Syu --nodeps boost-libs
to force installation of the new boost-libs
, then I rebuilt and reinstalled syncthingtray
.
Martchus commented on 2022-09-19 11:17 (UTC) (edited on 2022-09-19 11:20 (UTC) by Martchus)
I have pushed a commit for rebuilding (and that is really all you need to do). I have also already moved packages from ownstuff-testing
to ownstuff
in case you're using my binary repo. (Note that there will always be a short delay for me to do that; official devs obviously don't sync with me.)
EDIT: Oh, I've just noticed that I've forgotten to rebuild the default syncthingtray
package (only rebuilt other variants). I've just started a rebuilt so the updated package should be there soon.
atomy commented on 2022-09-19 09:47 (UTC) (edited on 2022-09-19 12:08 (UTC) by atomy)
When I try to upgrade my system (pacman -Syu), I get this error:
:: installing boost-libs (1.80.0-1) breaks dependency 'libboost_filesystem.so=1.79.0-64' required by syncthingtray
Can we raise libboost dependency?
EDIT: already on syncthingtray-1.2.3-2
YouhannJonas commented on 2022-08-12 00:37 (UTC)
@NovaViper Try installing these three package: c++utilities qtutilities qtforkawesome
Martchus commented on 2022-08-03 10:52 (UTC)
@NovaViper I cannot help you with anything specific to EndeavourOS but please be aware that you need to build dependencies of this package before building this package itself (except of course dependencies that are already provided by official repositories).
NovaViper commented on 2022-08-02 23:54 (UTC) (edited on 2022-08-02 23:54 (UTC) by NovaViper)
When I try to install this package on EndeavourOS, I get this error
Could not find all required packages:
libc++utilities.so (Wanted by: syncthingtray)
libqtforkawesome.so (Wanted by: syncthingtray)
libqtutilities.so (Wanted by: syncthingtray)
How do I fix this error?
Martchus commented on 2022-07-06 10:52 (UTC)
You need to rebuild c++utilities first.
You're not the first user to run into this problem. I'm really wondering why you would assume it makes sense to (re)build syncthingtray before its dependency c++utilities. If you're using an AUR helper you should likely move to using a better one or report a bug. However, I suggest to simply run makepkg/makechrootpkg manually and read various Wiki pages to understand how package building works. If you're lazy, I also provide a binary repository (see pinned comment).
mattalxndr commented on 2022-07-06 05:19 (UTC) (edited on 2022-07-06 05:19 (UTC) by mattalxndr)
I'm getting an error upgrading:
syncthingtray % makepkg --syncdeps
==> Making package: syncthingtray 1.2.1-1 (Wed 06 Jul 2022 12:17:44 AM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading syncthingtray-1.2.1.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1763k 100 1763k 0 0 2347k 0 --:--:-- --:--:-- --:--:-- 9301k
==> Validating source files with sha256sums...
syncthingtray-1.2.1.tar.gz ... Passed
==> Extracting sources...
-> Extracting syncthingtray-1.2.1.tar.gz with bsdtar
==> Starting build()...
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
[...]
-- Building with Qt Widgets GUI.
-- Building WITHOUT Qt Quick GUI.
-- Using Qt WebEngine as web view provider.
-- Using template for webviewdefs.h from QT_UTILITIES installation.
-- Using template for webviewincludes.h from QT_UTILITIES installation.
-- Linking syncthingwidgets against Qt module Qt5::Network.
-- Linking syncthingwidgets against Qt module Qt5::Concurrent.
-- Linking syncthingwidgets against Qt module Qt5::Gui.
-- Linking syncthingwidgets against Qt module Qt5::Widgets.
-- Linking syncthingwidgets against Qt module Qt5::WebEngineWidgets.
-- Linking syncthingwidgets against Qt module Qt5::Core.
-- Qt variable QT_INSTALL_TRANSLATIONS queried from qmake: /usr/share/qt/translations
-- Qt variable QT_INSTALL_TRANSLATIONS resolved to path: /usr/share/qt/translations
-- Project has translations which will be released.
-- Using template for qtconfig.h from QT_UTILITIES installation.
-- Using template for global.h from CPP_UTILITIES installation.
-- Using template for version.h from CPP_UTILITIES installation.
-- Using template for Config.cmake from CPP_UTILITIES installation.
-- Using template for template.pc from CPP_UTILITIES installation.
-- Using template for doxygen from CPP_UTILITIES installation.
-- Generating target for generating API documentation for syncthingwidgets with Doxygen
-- Using template for config.h from CPP_UTILITIES installation.
CMake Error at tray/CMakeLists.txt:96 (find_package):
Could not find a configuration file for package "c++utilities" that is
compatible with requested version "5.17.0".
The following configuration files were considered but not accepted:
/usr/share/c++utilities/cmake/c++utilitiesConfig.cmake, version: 5.16.0
-- Configuring incomplete, errors occurred!
See also "/home/matt/.cache/yay/syncthingtray/src/syncthingtray-1.2.1/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
Aborting...
SanskritFritz commented on 2022-06-04 10:49 (UTC)
@mattalxndr Remove syncthingtray from your autostart, or disable the plasmoid from the list of entries in the tray settings.
Pinned Comments
Martchus commented on 2016-10-31 11:39 (UTC) (edited on 2024-10-21 15:10 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
Important remarks:
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).syncthingtray
broken until it has been rebuilt) or to uninstallsyncthingtray
temporarily before the update. After the updatesyncthingtray
can be rebuilt and reinstalled again.makechrootpkg
which is also how official developers build their packages (and how packages in my binary repository are built).c++utilities
,qtutilities
,qtforkawesome
andsyncthingtray
in that order.syncthingtray-qt6
instead of this package.makepkg --nocheck
ormakechrootpkg -- --nocheck
. It makes still sense to report failures. But please include the actual error message and not just the last few lines.