Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xbps-src is missing tar
@ 2020-01-05 21:25 voidlinux-github
  2020-01-05 21:28 ` voidlinux-github
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:25 UTC (permalink / raw)
  To: ml

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

New issue by ndowens on void-packages repository

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

Description:
### System

* xuname:  
Void 5.3.18_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFFFFFFFFFFFF
* package:  
  xbps-src

### Expected behavior
xbps-src to find tar and extract the distfile
### Actual behavior
=> help2man-1.47.12_1: running do-fetch hook: 00-distfiles ...
=> help2man-1.47.12_1: running do-extract hook: 00-distfiles ...
|=> help2man-1.47.12_1: extracting distfile(s), please wait...
/void-packages/common/hooks/do-extract/00-distfiles.sh: line 74: tar: command not found
### Steps to reproduce the behavior
./xbps-src pkg ${pkgname} (any)


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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
@ 2020-01-05 21:28 ` voidlinux-github
  2020-01-05 21:30 ` voidlinux-github
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:28 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-570949572

Comment:
works here? d3ef446021

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
  2020-01-05 21:28 ` voidlinux-github
@ 2020-01-05 21:30 ` voidlinux-github
  2020-01-05 21:30 ` voidlinux-github
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:30 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-570949688

Comment:
I've made sure that my xbps-src is up2date and tar is atleast installed locally.


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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
  2020-01-05 21:28 ` voidlinux-github
  2020-01-05 21:30 ` voidlinux-github
@ 2020-01-05 21:30 ` voidlinux-github
  2020-01-05 21:32 ` voidlinux-github
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:30 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-570949723

Comment:
zap and binary-bootstrap perhaps.

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-05 21:30 ` voidlinux-github
@ 2020-01-05 21:32 ` voidlinux-github
  2020-01-05 21:36 ` [ISSUE] [CLOSED] " voidlinux-github
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:32 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-570949837

Comment:
> zap and binary-bootstrap perhaps.

Will try that and report back or close(if working)

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

* Re: [ISSUE] [CLOSED] xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-05 21:32 ` voidlinux-github
@ 2020-01-05 21:36 ` voidlinux-github
  2020-01-05 21:40 ` voidlinux-github
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:36 UTC (permalink / raw)
  To: ml

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

Closed issue by ndowens on void-packages repository

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

Description:
### System

* xuname:  
Void 5.3.18_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFFFFFFFFFFFF
* package:  
  xbps-src

### Expected behavior
xbps-src to find tar and extract the distfile
### Actual behavior
=> help2man-1.47.12_1: running do-fetch hook: 00-distfiles ...
=> help2man-1.47.12_1: running do-extract hook: 00-distfiles ...
|=> help2man-1.47.12_1: extracting distfile(s), please wait...
/void-packages/common/hooks/do-extract/00-distfiles.sh: line 74: tar: command not found
### Steps to reproduce the behavior
./xbps-src pkg ${pkgname} (any)


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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-05 21:36 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2020-01-05 21:40 ` voidlinux-github
  2020-01-05 21:42 ` voidlinux-github
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:40 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-570950571

Comment:
Re-opening, I thought it was working, but went back to same error

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-05 21:40 ` voidlinux-github
@ 2020-01-05 21:42 ` voidlinux-github
  2020-01-05 22:25 ` [ISSUE] [CLOSED] " voidlinux-github
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 21:42 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-570950571

Comment:
Re-opening, I thought it was working, but went back to same error.

Reason I thought it was fixed, was I did a zfs rollback, and it worked, and ran into a new issue. So I did a zap and binary-bootstrap and back to same error.

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

* Re: [ISSUE] [CLOSED] xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-05 21:42 ` voidlinux-github
@ 2020-01-05 22:25 ` voidlinux-github
  2020-01-06  8:59 ` voidlinux-github
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 22:25 UTC (permalink / raw)
  To: ml

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

Closed issue by ndowens on void-packages repository

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

Description:
### System

* xuname:  
Void 5.3.18_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFFFFFFFFFFFF
* package:  
  xbps-src

### Expected behavior
xbps-src to find tar and extract the distfile
### Actual behavior
=> help2man-1.47.12_1: running do-fetch hook: 00-distfiles ...
=> help2man-1.47.12_1: running do-extract hook: 00-distfiles ...
|=> help2man-1.47.12_1: extracting distfile(s), please wait...
/void-packages/common/hooks/do-extract/00-distfiles.sh: line 74: tar: command not found
### Steps to reproduce the behavior
./xbps-src pkg ${pkgname} (any)


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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-05 22:25 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2020-01-06  8:59 ` voidlinux-github
  2020-01-06  8:59 ` voidlinux-github
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-06  8:59 UTC (permalink / raw)
  To: ml

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

New comment by wkk on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-571058617

Comment:
@ndowens Hi there. Have you solved the problem? Asking because I'm encountering the same problem.
@leahneukirchen I'm setting my `HEAD` at abe6e966a8 (because I want to install virtualbox 6.0) and the problem remains. I also tried `zap` and `binary-bootstrap` and nothing changed. I also changed `tar` to `/bin/tar` in `common/hooks/do-extract/00-distfiles.sh` line 74 and weirdly I get `/bin/tar: command not found`

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-06  8:59 ` voidlinux-github
@ 2020-01-06  8:59 ` voidlinux-github
  2020-01-06  9:02 ` voidlinux-github
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-06  8:59 UTC (permalink / raw)
  To: ml

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

New comment by wkk on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-571058617

Comment:
@ndowens Hi there. Have you solved the problem? Asking because I'm encountering the same problem.
@leahneukirchen I'm setting my `HEAD` at abe6e966a8 (because I want to install virtualbox 6.0). I also tried `zap` and `binary-bootstrap` and nothing changed. I also changed `tar` to `/bin/tar` in `common/hooks/do-extract/00-distfiles.sh` line 74 and weirdly I get `/bin/tar: command not found`

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (9 preceding siblings ...)
  2020-01-06  8:59 ` voidlinux-github
@ 2020-01-06  9:02 ` voidlinux-github
  2021-02-24 10:06 ` soppelmann
  2021-02-27 13:57 ` leahneukirchen
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-06  9:02 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-571059546

Comment:
right, because your git tree is outdated and there's base-chroot-0.66_1.

Not our fault

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (10 preceding siblings ...)
  2020-01-06  9:02 ` voidlinux-github
@ 2021-02-24 10:06 ` soppelmann
  2021-02-27 13:57 ` leahneukirchen
  12 siblings, 0 replies; 14+ messages in thread
From: soppelmann @ 2021-02-24 10:06 UTC (permalink / raw)
  To: ml

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

New comment by soppelmann on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-784961361

Comment:
If you run into this problem try entering the chroot and installing tar
`xbps-src chroot`
`xbps-install tar`

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

* Re: xbps-src is missing tar
  2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
                   ` (11 preceding siblings ...)
  2021-02-24 10:06 ` soppelmann
@ 2021-02-27 13:57 ` leahneukirchen
  12 siblings, 0 replies; 14+ messages in thread
From: leahneukirchen @ 2021-02-27 13:57 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/18058#issuecomment-787077006

Comment:
The chroot only contains bsdtar.

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

end of thread, other threads:[~2021-02-27 13:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05 21:25 [ISSUE] xbps-src is missing tar voidlinux-github
2020-01-05 21:28 ` voidlinux-github
2020-01-05 21:30 ` voidlinux-github
2020-01-05 21:30 ` voidlinux-github
2020-01-05 21:32 ` voidlinux-github
2020-01-05 21:36 ` [ISSUE] [CLOSED] " voidlinux-github
2020-01-05 21:40 ` voidlinux-github
2020-01-05 21:42 ` voidlinux-github
2020-01-05 22:25 ` [ISSUE] [CLOSED] " voidlinux-github
2020-01-06  8:59 ` voidlinux-github
2020-01-06  8:59 ` voidlinux-github
2020-01-06  9:02 ` voidlinux-github
2021-02-24 10:06 ` soppelmann
2021-02-27 13:57 ` leahneukirchen

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