Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] check-file-conflicts in CI: `column: command not found`
@ 2022-11-01 23:20 paper42
  2022-11-01 23:23 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2022-11-01 23:20 UTC (permalink / raw)
  To: ml

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

New issue by paper42 on void-packages repository

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

Description:
Since https://github.com/leahneukirchen/xtools/commit/5c5aa1daa36a022a404ef9fede2ca21c628e7694 xlocate uses column which doesn't seem to be available in the container which results in this error message:
```
Cloning into bare repository '/github/home/.cache/xlocate.git'...
warning: templates not found in /usr/share/git-core/templates
/tmp/bin/xlocate: line 91: column: command not found
No conflicts found in /github/home/hostdir/binpkgs /github/home/hostdir/binpkgs/nonfree
```

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

* Re: check-file-conflicts in CI: `column: command not found`
  2022-11-01 23:20 [ISSUE] check-file-conflicts in CI: `column: command not found` paper42
@ 2022-11-01 23:23 ` classabbyamp
  2022-11-01 23:34 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-01 23:23 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40287#issuecomment-1299349930

Comment:
i think this should be solved in xlocate with a `command -v column` test

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

* Re: check-file-conflicts in CI: `column: command not found`
  2022-11-01 23:20 [ISSUE] check-file-conflicts in CI: `column: command not found` paper42
  2022-11-01 23:23 ` classabbyamp
@ 2022-11-01 23:34 ` classabbyamp
  2022-11-01 23:35 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-01 23:34 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40287#issuecomment-1299356752

Comment:
https://github.com/leahneukirchen/xtools/pull/270


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

* Re: check-file-conflicts in CI: `column: command not found`
  2022-11-01 23:20 [ISSUE] check-file-conflicts in CI: `column: command not found` paper42
  2022-11-01 23:23 ` classabbyamp
  2022-11-01 23:34 ` classabbyamp
@ 2022-11-01 23:35 ` classabbyamp
  2022-11-01 23:35 ` classabbyamp
  2022-11-01 23:48 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-01 23:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40287#issuecomment-1299349930

Comment:
i think this should be solved in xlocate with a `command -v column` test, rather than having util-linux installed

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

* Re: check-file-conflicts in CI: `column: command not found`
  2022-11-01 23:20 [ISSUE] check-file-conflicts in CI: `column: command not found` paper42
                   ` (2 preceding siblings ...)
  2022-11-01 23:35 ` classabbyamp
@ 2022-11-01 23:35 ` classabbyamp
  2022-11-01 23:48 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-01 23:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40287#issuecomment-1299349930

Comment:
i think this should be solved in xlocate with a `command -v column` test, rather than adding util-linux to the ci container

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

* Re: [ISSUE] [CLOSED] check-file-conflicts in CI: `column: command not found`
  2022-11-01 23:20 [ISSUE] check-file-conflicts in CI: `column: command not found` paper42
                   ` (3 preceding siblings ...)
  2022-11-01 23:35 ` classabbyamp
@ 2022-11-01 23:48 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-01 23:48 UTC (permalink / raw)
  To: ml

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

Closed issue by paper42 on void-packages repository

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

Description:
Since https://github.com/leahneukirchen/xtools/commit/5c5aa1daa36a022a404ef9fede2ca21c628e7694 xlocate uses column which doesn't seem to be available in the container which results in this error message:
```
Cloning into bare repository '/github/home/.cache/xlocate.git'...
warning: templates not found in /usr/share/git-core/templates
/tmp/bin/xlocate: line 91: column: command not found
No conflicts found in /github/home/hostdir/binpkgs /github/home/hostdir/binpkgs/nonfree
```

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

end of thread, other threads:[~2022-11-01 23:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 23:20 [ISSUE] check-file-conflicts in CI: `column: command not found` paper42
2022-11-01 23:23 ` classabbyamp
2022-11-01 23:34 ` classabbyamp
2022-11-01 23:35 ` classabbyamp
2022-11-01 23:35 ` classabbyamp
2022-11-01 23:48 ` [ISSUE] [CLOSED] " classabbyamp

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