Search Criteria
Package Details: birdtray 1.9.0-1
Git Clone URL: | https://aur.archlinux.org/birdtray.git (read-only, click to copy) |
---|---|
Package Base: | birdtray |
Description: | Run Thunderbird with a system tray icon. |
Upstream URL: | https://github.com/gyunaev/birdtray |
Keywords: | email notifier thunderbird tray |
Licenses: | |
Submitter: | jonathon |
Maintainer: | jonathon |
Last Packager: | jonathon |
Votes: | 38 |
Popularity: | 3.08 |
First Submitted: | 2018-09-23 11:07 |
Last Updated: | 2020-10-21 00:16 |
Dependencies (5)
- qt5-svg (qt5-svg-git)
- qt5-x11extras (qt5-x11extras-git)
- cmake (cmake-git) (make)
- qt5-tools (qt5-tools-git) (make)
- qt5-translations (qt5-translations-git) (optional) – Support for translations
Latest Comments
1 2 Next › Last »
muncrief commented on 2020-11-23 16:50
@Ennoia, this error occurs when you have a QT program that's using an earlier library. Most QT programs are updated automatically, but some that are manually compiled have to be compiled again.
In my case I use qt5-styleplugins from the AUR, and I have to reinstall it or I get the compatibility error.
Ennoia commented on 2020-11-23 07:50
Hi, Just got this message this morning "Cannot mix incompatible Qt library (5.15.1) with this library (5.15.2) Abandon (core dumped)" Can you iterate your package, please ?
jonathon commented on 2020-09-12 18:43
Excellent! :)
muncrief commented on 2020-09-12 18:27
You are correct jonathon, I apologize for my error. I ran strace (which I should have done before posting) and discovered the issue was with qt5-styleplugins. I recompiled it and all is well.
jonathon commented on 2020-09-12 17:55
If the error is telling you that you can't mix library versions then it's a partial upgrade issue.
Birdtray continues to run fine for me without requiring a rebuild.
muncrief commented on 2020-09-12 17:45
birdtray crashes with the latest Qt5 update from 5.15.0 to 5.15.1. I tried compiling and then installing both this package and birdtray-git, and both compilations succeeded with no errors, but unfortunately the new Qt5 version isn't pulled in.
birdtray aborts with the following message:
Cannot mix incompatible Qt library (5.15.0) with this library (5.15.1)
So for now I just downgraded Qt5 back to 5.15.0. Here's the downgrade command:
sudo pacman -U /var/cache/pacman/pkg/python-pyqt5-5.15.0-3-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-multimedia-5.15.0-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-wayland-5.15.0-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-base-5.15.0-5-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-script-5.15.0-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-x11extras-5.15.0-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-charts-5.15.0-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-svg-5.15.0-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-declarative-5.15.0-2-x86_64.pkg.tar.zst /var/cache/pacman/pkg/qt5-tools-5.15.0-3-x86_64.pkg.tar.zst
cinnaboot commented on 2020-07-13 02:08
patch for Qt 15.5 until next birdtray release
snack commented on 2020-06-12 07:18
@malcolm Same problem for me, I suspect it's because Qt 5.15. I opened a bug report upstream:
https://github.com/gyunaev/birdtray/issues/381
malcolm commented on 2020-04-27 01:33
I can't complete the build. Maybe it's because I'm using the beta version of some qt packages?
Can you confirm if this is the problem? Here are the logs: https://bin.disroot.org/?e6e801e9d5e031c5#Eo4GyiUsM97pr7nKERg7P9T3dBHS8nf1oABz1edHiu3T
lsteeger commented on 2020-04-24 03:13
Installing 'qt5-translations' fixed the error message. Thanks. I'll let upstream know.