Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] noise-repellent not present after install (xlocate returns nothing)
@ 2021-11-01 10:07 notthewave
  2021-11-01 10:09 ` notthewave
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: notthewave @ 2021-11-01 10:07 UTC (permalink / raw)
  To: ml

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

New issue by notthewave on void-packages repository

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

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. -->
### System

* xuname:  
*Void 5.13.19_1 x86_64-musl GenuineIntel uptodate rDFFFFFFFFFFFFFFF*
* package:  
  *affected package(s) including the version*: ``noise-repellent-0.1.5_1``

### Expected behavior
noise-repellent is present in the correct directories after install

### Actual behavior
noise-repellent is not present after install

### Steps to reproduce the behavior
install noise-repellent
do ``xlocate noise-repellent``
see if output returns nothing

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

* Re: noise-repellent not present after install (xlocate returns nothing)
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
@ 2021-11-01 10:09 ` notthewave
  2021-11-01 11:15 ` paper42
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: notthewave @ 2021-11-01 10:09 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956102444

Comment:
@Breavyn 

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

* Re: noise-repellent not present after install (xlocate returns nothing)
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
  2021-11-01 10:09 ` notthewave
@ 2021-11-01 11:15 ` paper42
  2021-11-01 11:19 ` notthewave
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-11-01 11:15 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956145395

Comment:
> install noise-repellent do `xlocate noise-repellent` see if output returns nothing

`xlocate` searches in the list of all files in default repositories, you probably wanted to use `xbps-query -f <pkgname>` which shows files installed by a package. 

This package is not supposed to install a binary, it's just an lv2 plugin:

void:
```
%: xbps-query -Rf noise-repellent
/usr/nrepel.lv2/manifest.ttl
/usr/nrepel.lv2/nrepel.so
/usr/nrepel.lv2/nrepel.ttl
```

arch:
```
/usr/lib/lv2/nrepel.lv2/manifest.ttl
/usr/lib/lv2/nrepel.lv2/nrepel.so
/usr/lib/lv2/nrepel.lv2/nrepel.ttl
/usr/share/doc/noise-repellent/README.md
```

Is it possible to move /usr/nrepel.lv2 to /usr/lib/lv2 like it's done in Arch? @Breavyn

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

* Re: noise-repellent not present after install (xlocate returns nothing)
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
  2021-11-01 10:09 ` notthewave
  2021-11-01 11:15 ` paper42
@ 2021-11-01 11:19 ` notthewave
  2021-11-01 11:29 ` noise-repellent not found by Ardour paper42
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: notthewave @ 2021-11-01 11:19 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956147687

Comment:
Oh ok. Ardour does not find it that way.

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (2 preceding siblings ...)
  2021-11-01 11:19 ` notthewave
@ 2021-11-01 11:29 ` paper42
  2021-11-01 11:34 ` Breavyn
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-11-01 11:29 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956156207

Comment:
> Oh ok. Ardour does not find it that way.

@notthewave `mv /usr/nrepel.lv2 /usr/lib/lv2/` If this fixes your issue, could you submit a PR?

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (3 preceding siblings ...)
  2021-11-01 11:29 ` noise-repellent not found by Ardour paper42
@ 2021-11-01 11:34 ` Breavyn
  2021-11-01 11:37 ` Breavyn
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Breavyn @ 2021-11-01 11:34 UTC (permalink / raw)
  To: ml

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

New comment by Breavyn on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956158855

Comment:
> Is it possible to move /usr/nrepel.lv2 to /usr/lib/lv2 like it's done in Arch?

They were in the correct location in previous versions. Seems that it has been fixed [upstream](https://github.com/lucianodato/noise-repellent/issues/68), but no release has been tagged since.

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (4 preceding siblings ...)
  2021-11-01 11:34 ` Breavyn
@ 2021-11-01 11:37 ` Breavyn
  2021-11-01 11:40 ` paper42
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Breavyn @ 2021-11-01 11:37 UTC (permalink / raw)
  To: ml

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

New comment by Breavyn on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956158855

Comment:
> Is it possible to move /usr/nrepel.lv2 to /usr/lib/lv2 like it's done in Arch?

They were in the correct location in previous versions. Seems that it has been fixed [upstream](https://github.com/lucianodato/noise-repellent/issues/68), but no release has been tagged since.

[Relevant patch](https://github.com/lucianodato/noise-repellent/commit/7f5a8fbef48fed75b9168509a4e3f985ae878988#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4) if we want to float another one for this package.

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (5 preceding siblings ...)
  2021-11-01 11:37 ` Breavyn
@ 2021-11-01 11:40 ` paper42
  2021-11-01 12:59 ` notthewave
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-11-01 11:40 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956162052

Comment:
> [Relevant patch](https://github.com/lucianodato/noise-repellent/commit/7f5a8fbef48fed75b9168509a4e3f985ae878988#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4) if we want to float another one for this package.

Just putting mv to post_install() should be enough.

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (6 preceding siblings ...)
  2021-11-01 11:40 ` paper42
@ 2021-11-01 12:59 ` notthewave
  2021-11-01 13:42 ` notthewave
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: notthewave @ 2021-11-01 12:59 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956210518

Comment:
But is it removed that way with xbps-remove?

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (7 preceding siblings ...)
  2021-11-01 12:59 ` notthewave
@ 2021-11-01 13:42 ` notthewave
  2021-11-01 14:29 ` notthewave
  2021-11-01 14:41 ` [ISSUE] [CLOSED] " Johnnynator
  10 siblings, 0 replies; 12+ messages in thread
From: notthewave @ 2021-11-01 13:42 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956210518

Comment:
But is it removed that way with xbps-remove?

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

* Re: noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (8 preceding siblings ...)
  2021-11-01 13:42 ` notthewave
@ 2021-11-01 14:29 ` notthewave
  2021-11-01 14:41 ` [ISSUE] [CLOSED] " Johnnynator
  10 siblings, 0 replies; 12+ messages in thread
From: notthewave @ 2021-11-01 14:29 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/33854#issuecomment-956282870

Comment:
#33856 

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

* Re: [ISSUE] [CLOSED] noise-repellent not found by Ardour
  2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
                   ` (9 preceding siblings ...)
  2021-11-01 14:29 ` notthewave
@ 2021-11-01 14:41 ` Johnnynator
  10 siblings, 0 replies; 12+ messages in thread
From: Johnnynator @ 2021-11-01 14:41 UTC (permalink / raw)
  To: ml

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

Closed issue by notthewave on void-packages repository

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

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. -->
### System

* xuname:  
*Void 5.13.19_1 x86_64-musl GenuineIntel uptodate rDFFFFFFFFFFFFFFF*
* package:  
  *affected package(s) including the version*: ``noise-repellent-0.1.5_1``

### Expected behavior
noise-repellent is present in the correct directories after install

### Actual behavior
noise-repellent is not present after install

### Steps to reproduce the behavior
install noise-repellent
do ``xlocate noise-repellent``
see if output returns nothing

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

end of thread, other threads:[~2021-11-01 14:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 10:07 [ISSUE] noise-repellent not present after install (xlocate returns nothing) notthewave
2021-11-01 10:09 ` notthewave
2021-11-01 11:15 ` paper42
2021-11-01 11:19 ` notthewave
2021-11-01 11:29 ` noise-repellent not found by Ardour paper42
2021-11-01 11:34 ` Breavyn
2021-11-01 11:37 ` Breavyn
2021-11-01 11:40 ` paper42
2021-11-01 12:59 ` notthewave
2021-11-01 13:42 ` notthewave
2021-11-01 14:29 ` notthewave
2021-11-01 14:41 ` [ISSUE] [CLOSED] " Johnnynator

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).