Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] yadm encrypt fails, it must depend on tar
@ 2020-02-05 15:54 voidlinux-github
  2020-02-05 16:01 ` yadm encrypt fails, it should find tar voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 15:54 UTC (permalink / raw)
  To: ml

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

New issue by jirib on void-packages repository

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

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.4.17_1 x86_64 GenuineIntel notuptodate rF
```
* package:  
```
$ xbps-query yadm
architecture: noarch
build-date: 2019-12-18 00:18 UTC
filename-sha256: 50fafe6244377bd2580b655919eb66d0354dd77e1c5bad05cd5fc1cd0b2a1c41
filename-size: 22KB
homepage: https://thelocehiliosan.github.io/yadm/
install-date: 2020-02-05 15:04 CET
installed_size: 79KB
license: GPL-3.0-or-later
maintainer: John <johnz@posteo.net>
metafile-sha256: 1c64d4667d23750fc319a8cc4f2ae35aeffeb446df9cc335c4cec0581ef55908
pkgver: yadm-2.3.0_1
repository: https://alpha.de.repo.voidlinux.org/current
short_desc: Yet Another Dotfiles Manager
source-revisions: yadm:17e2a116b1
state: installed
```
### Expected behavior

`yadm encrypt` should work out of the box

### Actual behavior

```
$ yadm encrypt
Encrypting the following files:
...
/usr/bin/yadm: line 888: tar: command not found
gpg: problem with the agent: Inappropriate ioctl for device
gpg: error creating passphrase: Operation cancelled
gpg: symmetric encryption of '[stdin]' failed: Operation cancelled
ERROR: Unable to write /home/jiri/.config/yadm/files.gpg
```
```
$ xbps-query -x yadm
bash>=0
git>=0
gnupg>=0
```
### Steps to reproduce the behavior

```
yadm encrypt
```

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

* Re: yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
@ 2020-02-05 16:01 ` voidlinux-github
  2020-02-05 16:04 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:01 UTC (permalink / raw)
  To: ml

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

New comment by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/18827#issuecomment-582478280

Comment:
So we do not have `tar` command? Just `gtar`? Isn't it strange?

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

* Re: yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
  2020-02-05 16:01 ` yadm encrypt fails, it should find tar voidlinux-github
@ 2020-02-05 16:04 ` voidlinux-github
  2020-02-05 16:07 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:04 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/18827#issuecomment-582480012

Comment:
How about `sudo xbps-install -Su` ? Your system is not up to date.

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

* Re: yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
  2020-02-05 16:01 ` yadm encrypt fails, it should find tar voidlinux-github
  2020-02-05 16:04 ` voidlinux-github
@ 2020-02-05 16:07 ` voidlinux-github
  2020-02-05 16:08 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:07 UTC (permalink / raw)
  To: ml

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

New comment by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/18827#issuecomment-582481586

Comment:
OK but problem is here:

https://gist.github.com/jirib/6d06acb1db3fb07ea01d0bbae2a97f8a

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

* Re: yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
                   ` (2 preceding siblings ...)
  2020-02-05 16:07 ` voidlinux-github
@ 2020-02-05 16:08 ` voidlinux-github
  2020-02-05 16:09 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:08 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/18827#issuecomment-582481759

Comment:
I think he just did hit a bug that did not set the tar alternative correctly while updating. You can run e.g. `xbps-alternatives -s tar` to set it

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

* Re: yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
                   ` (3 preceding siblings ...)
  2020-02-05 16:08 ` voidlinux-github
@ 2020-02-05 16:09 ` voidlinux-github
  2020-02-05 16:33 ` voidlinux-github
  2020-02-05 16:33 ` [ISSUE] [CLOSED] " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:09 UTC (permalink / raw)
  To: ml

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

New comment by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/18827#issuecomment-582482562

Comment:
```
# xbps-alternatives -s tar
tar-1.32_2: applying 'tar' alternatives group
Creating 'tar' alternatives group symlink: tar -> /usr/bin/gtar
```

yep, it was not set. thx.

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

* Re: yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
                   ` (4 preceding siblings ...)
  2020-02-05 16:09 ` voidlinux-github
@ 2020-02-05 16:33 ` voidlinux-github
  2020-02-05 16:33 ` [ISSUE] [CLOSED] " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:33 UTC (permalink / raw)
  To: ml

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

New comment by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/18827#issuecomment-582482562

Comment:
```
# xbps-alternatives -s tar
tar-1.32_2: applying 'tar' alternatives group
Creating 'tar' alternatives group symlink: tar -> /usr/bin/gtar
```

yep, it was not set. thx. if there is an issue then it is in `xbps-alternatives` which should set `tar` correctly, thus i'm closing the bug report.

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

* Re: [ISSUE] [CLOSED] yadm encrypt fails, it should find tar
  2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
                   ` (5 preceding siblings ...)
  2020-02-05 16:33 ` voidlinux-github
@ 2020-02-05 16:33 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-05 16:33 UTC (permalink / raw)
  To: ml

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

Closed issue by jirib on void-packages repository

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

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.4.17_1 x86_64 GenuineIntel notuptodate rF
```
* package:  
```
$ xbps-query yadm
architecture: noarch
build-date: 2019-12-18 00:18 UTC
filename-sha256: 50fafe6244377bd2580b655919eb66d0354dd77e1c5bad05cd5fc1cd0b2a1c41
filename-size: 22KB
homepage: https://thelocehiliosan.github.io/yadm/
install-date: 2020-02-05 15:04 CET
installed_size: 79KB
license: GPL-3.0-or-later
maintainer: John <johnz@posteo.net>
metafile-sha256: 1c64d4667d23750fc319a8cc4f2ae35aeffeb446df9cc335c4cec0581ef55908
pkgver: yadm-2.3.0_1
repository: https://alpha.de.repo.voidlinux.org/current
short_desc: Yet Another Dotfiles Manager
source-revisions: yadm:17e2a116b1
state: installed
```
### Expected behavior

`yadm encrypt` should work out of the box

### Actual behavior

```
$ yadm encrypt
Encrypting the following files:
...
/usr/bin/yadm: line 888: tar: command not found
gpg: problem with the agent: Inappropriate ioctl for device
gpg: error creating passphrase: Operation cancelled
gpg: symmetric encryption of '[stdin]' failed: Operation cancelled
ERROR: Unable to write /home/jiri/.config/yadm/files.gpg
```
```
$ xbps-query -x yadm
bash>=0
git>=0
gnupg>=0
```
### Steps to reproduce the behavior

```
yadm encrypt
```

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

end of thread, other threads:[~2020-02-05 16:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 15:54 [ISSUE] yadm encrypt fails, it must depend on tar voidlinux-github
2020-02-05 16:01 ` yadm encrypt fails, it should find tar voidlinux-github
2020-02-05 16:04 ` voidlinux-github
2020-02-05 16:07 ` voidlinux-github
2020-02-05 16:08 ` voidlinux-github
2020-02-05 16:09 ` voidlinux-github
2020-02-05 16:33 ` voidlinux-github
2020-02-05 16:33 ` [ISSUE] [CLOSED] " voidlinux-github

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