Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] zita-at1 fails to start
@ 2020-12-06 22:03 jrigg
  2020-12-06 22:27 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jrigg @ 2020-12-06 22:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1048 bytes --]

New issue by jrigg on void-packages repository

https://github.com/void-linux/void-packages/issues/27002

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
Tried running zita-at1 (autotune program used for music pitch correction) but it fails to start.

### System
Void x86_64 glibc

* xuname:  
  *output of ``xuname`` (part of xtools)*
* package: 
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>`` zita-at1-0.6.2_1

### Expected behavior
Start jackd then start zita-at1 and it should  launch

### Actual behavior
Fails with error message:
Can't open '/usr/local/share/zita-at1/notesect.png'

### Steps to reproduce the behavior
Attempt to start zita-at1

The 'missing' file is actually installed in the correct place, but the program is looking in /usr/local instead of /usr. Workaround:
`# cd /usr/local/share
# ln -s /usr/share/zita-at1 zita-at1`

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
@ 2020-12-06 22:27 ` ericonr
  2020-12-06 22:50 ` jrigg
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-06 22:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739575438

Comment:
@jrigg could you please try #27003? It should fix this.

Thanks for the great bug report!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
  2020-12-06 22:27 ` ericonr
@ 2020-12-06 22:50 ` jrigg
  2020-12-06 23:23 ` jrigg
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jrigg @ 2020-12-06 22:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

New comment by jrigg on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739578552

Comment:
> @jrigg could you please try #27003? It should fix this.

That was quick! 

I still need to get familiar with building packages from xbps templates. I've just switched my production DAWs from Debian to Void after testing it on a spare system. The fix looks good, but I'll confirm as soon as I've worked out how to use the build system.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
  2020-12-06 22:27 ` ericonr
  2020-12-06 22:50 ` jrigg
@ 2020-12-06 23:23 ` jrigg
  2020-12-06 23:47 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jrigg @ 2020-12-06 23:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

New comment by jrigg on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739578552

Comment:
> @jrigg could you please try #27003? It should fix this.

That was quick! 

I still need to get familiar with building packages from xbps templates. I've just switched my production DAWs from Debian to Void. The fix looks good, but I'll confirm as soon as I've worked out how to use the build system.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
                   ` (2 preceding siblings ...)
  2020-12-06 23:23 ` jrigg
@ 2020-12-06 23:47 ` ericonr
  2020-12-06 23:47 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-06 23:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739586954

Comment:
Just take a look at https://github.com/void-linux/void-packages#quick-start

That covers all the steps.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
                   ` (3 preceding siblings ...)
  2020-12-06 23:47 ` ericonr
@ 2020-12-06 23:47 ` ericonr
  2020-12-07  1:03 ` [ISSUE] [CLOSED] " ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-06 23:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739586954

Comment:
Just take a look at https://github.com/void-linux/void-packages#quick-start

That covers all the steps. (though you will want to clone from my branch instead of the main one)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
                   ` (4 preceding siblings ...)
  2020-12-06 23:47 ` ericonr
@ 2020-12-07  1:03 ` ericonr
  2020-12-07  1:04 ` ericonr
  2020-12-07 10:53 ` jrigg
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-07  1:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]

Closed issue by jrigg on void-packages repository

https://github.com/void-linux/void-packages/issues/27002

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
Tried running zita-at1 (autotune program used for music pitch correction) but it fails to start.

### System
Void x86_64 glibc

* xuname:  

* package: zita-at1-0.6.2_1

### Expected behavior
Start jackd then start zita-at1 and it should  launch

### Actual behavior
Fails with error message:
Can't open '/usr/local/share/zita-at1/notesect.png'

### Steps to reproduce the behavior
Attempt to start zita-at1

The 'missing' file is actually installed in the correct place, but the program is looking in /usr/local instead of /usr. Workaround:
`cd /usr/local/share`
`ln -s /usr/share/zita-at1 zita-at1`

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
                   ` (5 preceding siblings ...)
  2020-12-07  1:03 ` [ISSUE] [CLOSED] " ericonr
@ 2020-12-07  1:04 ` ericonr
  2020-12-07 10:53 ` jrigg
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-12-07  1:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739605464

Comment:
I just checked that it does start up now, so it should be good to go. Update your system in a bit and you'll have it :)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: zita-at1 fails to start
  2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
                   ` (6 preceding siblings ...)
  2020-12-07  1:04 ` ericonr
@ 2020-12-07 10:53 ` jrigg
  7 siblings, 0 replies; 9+ messages in thread
From: jrigg @ 2020-12-07 10:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by jrigg on void-packages repository

https://github.com/void-linux/void-packages/issues/27002#issuecomment-739840655

Comment:
I confirm it starts now. Thanks for the quick fix!

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-12-07 10:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 22:03 [ISSUE] zita-at1 fails to start jrigg
2020-12-06 22:27 ` ericonr
2020-12-06 22:50 ` jrigg
2020-12-06 23:23 ` jrigg
2020-12-06 23:47 ` ericonr
2020-12-06 23:47 ` ericonr
2020-12-07  1:03 ` [ISSUE] [CLOSED] " ericonr
2020-12-07  1:04 ` ericonr
2020-12-07 10:53 ` jrigg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).