Kozova1 / parsec-fedora

Parsec port to fedora
39 stars 6 forks source link

Script fails on attempt to get alien RPM on openSUSE #8

Open davidnuzik opened 3 years ago

davidnuzik commented 3 years ago

openSUSE Tumbleweed 5.10.1-1-default #1 SMP Sun Dec 20 07:24:34 UTC 2020 (d14c73f) x86_64 x86_64 x86_64 GNU/Linux

The script will get a 404 on https://github.com/Kozova1/parsec-fedora/blob/master/parsec-fedora#L10 as this no longer appears to exist.

I tried hunting around some and wasn't sure where to get this package. If I search with zypper I see some results but am not sure if it's what we need:

> sudo zypper search alien
Loading repository data...
Reading installed packages...

S | Name                 | Summary                                                             | Type
--+----------------------+---------------------------------------------------------------------+--------
  | ladspa-alienwah      | LADSPA alienwah plugin                                              | package
  | perl-Alien-Build     | Build external dependencies for use in CPAN                         | package
  | perl-Alien-Libxml2   | Install the C libxml2 library on your system                        | package
  | perl-Alien-SDL       | Building, Finding and Using Sdl Binaries                            | package
  | perl-Alien-Tidyp     | Building, finding and using tidyp library - L<http://www.tidyp.com> | package
  | perl-Alien-wxWidgets | Building, finding and using wxWidgets binaries                      | package
davidnuzik commented 3 years ago

Found it. L10 should be instead: wget http://download.opensuse.org/repositories/home:/Asukero/openSUSE_Tumbleweed/i586/alien-8.88-4.27.i586.rpm (point to updated version)

Or might I suggest that since 64-bit is pretty common these days to perhaps point to http://download.opensuse.org/repositories/home:/Asukero/openSUSE_Tumbleweed/x86_64/alien-8.88-4.27.x86_64.rpm (x86_64 instead of i586)

Kozova1 commented 3 years ago

Done! please check if it works now.