This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/mguessan/davmail/
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/mguessan/davmail/
On Fedora 34 this package will install Java 8:
Installing:
davmail noarch 6.0.0-8.1 copr:copr.fedorainfracloud.org:mguessan:davmail 7.5 M
Installing dependencies:
java-1.8.0-openjdk x86_64 1:1.8.0.302.b08-0.fc34 updates 269 k
java-1.8.0-openjdk-headless x86_64 1:1.8.0.302.b08-0.fc34 updates 33 M
mkfontscale x86_64 1.2.1-2.fc34 fedora 31 k
ttmkfdir x86_64 3.0.9-63.fc34 fedora 53 k
xorg-x11-fonts-Type1 noarch 7.5-31.fc34 updates 502 k
When I tried to start davmail I got:
Exception in thread “main” java.lang.UnsatisfiedLinkError: Can’t load library: /usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.fc34.x86_64/lib/libawt_xawt.so
What is really needed to start the application is to install java-11-openjdk package:
$ sudo dnf in java-11-openjdk
I would suggest to remove the dependency on Java8 and replace it with java-11-openjdk instead.
Issue is if we compile with java 11 we lose openjfx support and O365Interactive will not be included in generated package.
Blame Oracle for this
I currently get the following error when trying to update davmail from copr:
error: Verifying a signature using certificate D76FEB463E938C19CB3BDE9EAE1AA006B4AF1E07 (mguessan_davmail (None) <mguessan#davmail@copr.fedorahosted.org>):
1. Certificiate AE1AA006B4AF1E07 invalid: certificate is not alive
because: The primary key is not live
because: Expired on 2023-10-03T21:14:20Z
2. Key AE1AA006B4AF1E07 invalid: key is not alive
because: The primary key is not live
because: Expired on 2023-10-03T21:14:20Z
error: Verifying a signature using certificate D76FEB463E938C19CB3BDE9EAE1AA006B4AF1E07 (mguessan_davmail (None) <mguessan#davmail@copr.fedorahosted.org>):
1. Certificiate AE1AA006B4AF1E07 invalid: certificate is not alive
because: The primary key is not live
because: Expired on 2023-10-03T21:14:20Z
2. Key AE1AA006B4AF1E07 invalid: key is not alive
because: The primary key is not live
because: Expired on 2023-10-03T21:14:20Z
Copr repo for davmail owned by mguessan 2.2 kB/s | 1.0 kB 00:00
GPG key at https://copr-be.cloud.fedoraproject.org/results/mguessan/davmail/pubkey.gpg (0xB4AF1E07) is already installed
The GPG keys listed for the "Copr repo for davmail owned by mguessan" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.. Failing package is: davmail-6.1.0-18.1.noarch
GPG Keys are configured as: https://copr-be.cloud.fedoraproject.org/results/mguessan/davmail/pubkey.gpg
It seems to be a local cache issue, make sure you cleanup your local environment and try again