Jump to content
  • 0

Waveforms beta .15 fails to install on Fedora 39(KDE).


pfm

Question

 

It looks like there is a new dependency in the .15 beta.  It now requires qt5-qtnetwork which doesn't exist on a fully updated Fedora 39 (KDE).  Beta .14 installed and works as expected.

HTH 

 

 

$ sudo dnf upgrade ./digilent.waveforms_beta_3.22.15.x86_64.rpm 
Last metadata expiration check: 0:00:42 ago on Fri 05 Apr 2024 08:12:43 PDT.
Dependencies resolved.

 Problem: cannot install the best update candidate for package digilent.waveforms-3.22.14-1.x86_64
  - nothing provides qt5-qtnetwork needed by digilent.waveforms-3.22.15-1.x86_64 from @commandline
======================
 Package                            Architecture           Version                   Repository                    Size
======================
Skipping packages with broken dependencies:
 digilent.waveforms                 x86_64                 3.22.15-1                 @commandline                  32 M

Transaction Summary
======================
Skip  1 Package

Nothing to do.
Complete!

 

$ dnf repoquery --requires ./digilent.waveforms_beta_3.22.15.x86_64.rpm
  digilent.adept.runtime
  qt5-qtmultimedia
  qt5-qtnetwork
  qt5-qtscript
  qt5-qtserialport
  rpmlib(CompressedFileNames) <= 3.0.4-1
  rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  
$ dnf repoquery --requires ./digilent.waveforms_beta_3.22.14.x86_64.rpm
  digilent.adept.runtime
  qt5-qtbase
  qt5-qtmultimedia
  qt5-qtscript
  qt5-qtserialport
  rpmlib(CompressedFileNames) <= 3.0.4-1
  rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  
$ sudo dnf search qt5-qtnetwork
  Last metadata expiration check: 0:06:41 ago on Fri 05 Apr 2024 07:55:13 PDT.
  =================== Name & Summary Matched: qt5-qtnetwork                                          
  qt5-qtnetworkauth-devel.i686 : Development files for qt5-qtnetworkauth
  qt5-qtnetworkauth-devel.x86_64 : Development files for qt5-qtnetworkauth
  qt5-qtnetworkauth-examples.x86_64 : Programming examples for qt5-qtnetworkauth
  =================== Name Matched: qt5-qtnetwork                                               
  qt5-qtnetworkauth.i686 : Qt5 - NetworkAuth component
  qt5-qtnetworkauth.x86_64 : Qt5 - NetworkAuth component
 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @pfm

Corrected here:

I accidentally left it there in the previous version when trying to make it compatible with other RPM distributions. Unfortunately the packages have different naming in repositories. 

 

Link to comment
Share on other sites

  • 0

Hello

Similar problem with WaveForms 3.22 over Fedora 39

sudo dnf install ./digilent.waveforms_3.22.2.x86_64.rpm

Problema: peticiones conflictivas
- nothing provides digilent.adept.runtime needed by digilent.waveforms-3.22.2-1.x86_64 from @commandline

When looking into its dependencies I get:

sudo dnf repoquery --requires ./digilent.waveforms_3.22.2.x86_64.rpm

digilent.adept.runtime
qt5-qtbase
qt5-qtmultimedia
qt5-qtscript
qt5-qtserialport
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1

BTW, all the qt5 dependencies are available over dnf repositories.

 

EDIT: My bad, I missed an extra software (adept) beforehands (https://lp.digilent.com/complete-adept-runtime-download)

Edited by f3270
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...