Needed by a software I use (https://www.portfolio-performance.info/) for importing .pdf files. Stable version (pdfbox-tools-2.0.29-2.fc39.noarch) worked fine in Fedora 39, but failed to be installed in Fedora 40 due to dependencies that could not be resolved.
Error:
Problem: contradictory requirements
- nothing provides mvn(org.bouncycastle:bcpkix-jdk15on) needed by pdfbox-tools-2.0.29-2.fc39.noarch from fedora
- nothing provides mvn(org.bouncycastle:bcprov-jdk15on) needed by pdfbox-tools-2.0.29-2.fc39.noarch from fedora
- nothing provides mvn(org.bouncycastle:bcmail-jdk15on) needed by pdfbox-tools-2.0.29-2.fc39.noarch from fedora
It was also blocking the upgrade from F39 to F40, so I had to remove the former version. Using the testing-branch instead worked for me after successful upgraded to F40.
sudo dnf install pdfbox-tools --enablerepo=updates-testing
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for testing by sergiomb.
This update's test gating status has been changed to 'ignored'.
sergiomb edited this update.
sergiomb edited this update.
This update has been pushed to testing.
install works.
Needed by a software I use (https://www.portfolio-performance.info/) for importing .pdf files. Stable version (pdfbox-tools-2.0.29-2.fc39.noarch) worked fine in Fedora 39, but failed to be installed in Fedora 40 due to dependencies that could not be resolved. Error: Problem: contradictory requirements - nothing provides mvn(org.bouncycastle:bcpkix-jdk15on) needed by pdfbox-tools-2.0.29-2.fc39.noarch from fedora - nothing provides mvn(org.bouncycastle:bcprov-jdk15on) needed by pdfbox-tools-2.0.29-2.fc39.noarch from fedora - nothing provides mvn(org.bouncycastle:bcmail-jdk15on) needed by pdfbox-tools-2.0.29-2.fc39.noarch from fedora
It was also blocking the upgrade from F39 to F40, so I had to remove the former version. Using the testing-branch instead worked for me after successful upgraded to F40. sudo dnf install pdfbox-tools --enablerepo=updates-testing
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by sergiomb.
This update has been pushed to stable.