[GRASS-user] grass7.4.1 vs 7.4.2 confusion - cannot update

I’m trying to upgrade from Fedora 28 to 29; grass packages appear to be blocking me. relevant messages are:

sudo dnf update
[sudo] password for david:
Failed to synchronize cache for repo ‘neteler-QGIS-2.18-Las-Palmas’, disabling.
Failed to synchronize cache for repo ‘neteler-grass72’, disabling.
Last metadata expiration check: 0:30:15 ago on Tue 06 Nov 2018 07:51:41 AM PST.
Dependencies resolved.

Problem 1: cannot install the best update candidate for package grass-7.4.1-6.fc28.x86_64

  • nothing provides liblaszip.so.8()(64bit) needed by grass-7.4.2-1.fc28.x86_64
    Problem 2: package grass-gui-7.4.2-1.fc28.x86_64 requires grass = 7.4.2-1.fc28, but none of the providers can be installed
  • cannot install the best update candidate for package grass-gui-7.4.1-6.fc28.x86_64
  • nothing provides liblaszip.so.8()(64bit) needed by grass-7.4.2-1.fc28.x86_64
    Problem 3: problem with installed package grass-7.4.1-6.fc28.x86_64
  • package grass-7.4.1-6.fc28.x86_64 requires grass-libs(x86-64) = 7.4.1-6.fc28, but none of the providers can be installed
  • package grass-7.4.1-6.fc28.x86_64 requires libgrass_arraystats.7.4.1.so()(64bit), but none of the providers can be installed
  • cannot install both grass-libs-7.4.2-1.fc28.x86_64 and grass-libs-7.4.1-6.fc28.x86_64
  • cannot install both grass-libs-7.4.1-6.fc28.x86_64 and grass-libs-7.4.2-1.fc28.x86_64
  • cannot install the best update candidate for package grass-libs-7.4.1-6.fc28.x86_64
  • nothing provides liblaszip.so.8()(64bit) needed by grass-7.4.2-1.fc28.x86_64
    Problem 4: problem with installed package grass-gui-7.4.1-6.fc28.x86_64
  • package grass-gui-7.4.1-6.fc28.x86_64 requires grass = 7.4.1-6.fc28, but none of the providers can be installed
  • package grass-7.4.1-6.fc28.x86_64 requires grass-libs(x86-64) = 7.4.1-6.fc28, but none of the providers can be installed
  • package grass-7.4.1-6.fc28.x86_64 requires libgrass_arraystats.7.4.1.so()(64bit), but none of the providers can be installed
  • cannot install both grass-libs-7.4.2-1.fc28.x86_64 and grass-libs-7.4.1-6.fc28.x86_64
  • cannot install both grass-libs-7.4.1-6.fc28.x86_64 and grass-libs-7.4.2-1.fc28.x86_64
  • package grass-devel-7.4.2-1.fc28.x86_64 requires grass-libs(x86-64) = 7.4.2-1.fc28, but none of the providers can be installed
  • package grass-gui-7.4.2-1.fc28.x86_64 requires grass = 7.4.2-1.fc28, but none of the providers can be installed
  • cannot install the best update candidate for package grass-devel-7.4.1-6.fc28.x86_64
  • nothing provides liblaszip.so.8()(64bit) needed by grass-7.4.2-1.fc28.x86_64

Am I using the wrong repositories? Any suggestions welcomed! TIA

On Tue, Nov 6, 2018 at 7:38 PM david adam <david@quercus.org> wrote:

I'm trying to upgrade from Fedora 28 to 29; grass packages appear to be blocking me. relevant messages are:

sudo dnf update
[sudo] password for david:
Failed to synchronize cache for repo 'neteler-QGIS-2.18-Las-Palmas', disabling.
Failed to synchronize cache for repo 'neteler-grass72', disabling.
Last metadata expiration check: 0:30:15 ago on Tue 06 Nov 2018 07:51:41 AM PST.
Dependencies resolved.

Problem 1: cannot install the best update candidate for package grass-7.4.1-6.fc28.x86_64
  - nothing provides liblaszip.so.8()(64bit) needed by grass-7.4.2-1.fc28.x86_64

You need to also enable the liblas repo:

    dnf copr enable neteler/liblas
    dnf copr enable neteler/laszip
    dnf update

Then it should work. I have updated the COPR [1] page accordingly.

[1] https://copr.fedorainfracloud.org/coprs/neteler/grass74/

HTH,
Markus