Zyn-Fusion installation error

Hey Guys!

I have a problem installing Zyn-Fusion using Octopi. As I understand it can’t install one exact package, even though other parts seem to be installed successfully. Here’s the terminal:

  -> Cloning mruby-zest-build git repo...
Cloning into bare repository '/home/frowyy/.cache/yay/zyn-fusion/mruby-zest-build'...
fatal: unable to access 'https://github.com/mruby-zest/mruby-zest-build.git/': Could not resolve host: github.com
==> ERROR: Failure while downloading mruby-zest-build git repo
    Aborting...
error downloading sources: zyn-fusion
Press any key to continue...

Anybody have any suggestions on how to fix this problem?

Hi @frowyy,

I’ve just checked, and while the https://github.com domain works in my Firefox, Vivaldi and even TOR browser, when I try to ping it from the command line it doesn’t work, either:

$ ping https://github.com
ping: https://github.com: Name or service not known

But according to dig it is there:

$ dig https://github.com  

; <<>> DiG 9.16.12 <<>> https://github.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35840
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://github.com.            IN      A

;; AUTHORITY SECTION:
com.                    899     IN      SOA     a.gtld-servers.net. nstld.verisign-grs.com. 1616830345 1800 900 604800 86400

;; Query time: 183 msec
;; SERVER: 10.0.0.254#53(10.0.0.254)
;; WHEN: Sat Mar 27 09:32:38 SAST 2021
;; MSG SIZE  rcvd: 120

So, I’m not 100% sure, obviously, but I alomost think the problem is with them. (Microsoft, AFAIK.)

1 Like

So what do I need to do now with this command?

Do I need to copy it into the terminal and then try to install the program again?

I almost think you don’t have to, and shouldn’t do anything. I think you’d have to wait for the problems on Microsoft’s side to be resolved, since it doesn’t look as if the problem, whatever it is, seems to be anything you have control, or even influence over. However, I’m no expert and that’s just what it looks like to me.

Edit:
I just tried installing it with pamac and it did so without a problem:

$ pamac search zyn
zyn-fusion
ZynAddSubFX with a new interactive UI

Followed by installing it:

$ pamac build zyn-fusion                     
Preparing...
Cloning zyn-fusion build files...
Checking zyn-fusion dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
zyn-fusion  3.0.5-4    AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y

[...]

Checking keyring...                                                                                                                                                                                                        [1/1]
Checking integrity...                                                                                                                                                                                                      [1/1]
Loading packages files...                                                                                                                                                                                                  [1/1]
Checking file conflicts...                                                                                                                                                                                                 [1/1]
Checking available disk space...                                                                                                                                                                                           [1/1]
Installing zyn-fusion (3.0.5-4)...                                                                                                                                                                                         [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                                                                                                                                             [1/2]
Updating the desktop file MIME type cache...                                                                                                                                                                               [2/2]
Transaction successfully finished.

So try it again, perhaps with pamac and see what happens.

Hope this helps!

1 Like

Okay, I will try it later, thanks!