Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] redo with xbps-src
@ 2021-01-20  8:56 dkwo
  2021-01-20  9:54 ` Anachron
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dkwo @ 2021-01-20  8:56 UTC (permalink / raw)
  To: ml

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

New issue by dkwo on void-packages repository

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

Description:
Does `xbps-src` support using `redo` instead of `make`?
Say either the one which is packaged in Void, or [goredo](http://www.goredo.cypherpunks.ru).
Thanks.

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
@ 2021-01-20  9:54 ` Anachron
  2021-01-20  9:55 ` Anachron
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Anachron @ 2021-01-20  9:54 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763483375

Comment:
You can clean the builddir using the `./xbps-src clean` action:

```
clean [pkgname]
    Removes auto dependencies, cleans up <masterdir>/builddir and <masterdir>/destdir.
    If <pkgname> argument is specified, package files from <masterdir>/destdir and its
    build directory in <masterdir>/buiddir are removed.
```

As always, make sure to read the manual/help.

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
  2021-01-20  9:54 ` Anachron
@ 2021-01-20  9:55 ` Anachron
  2021-01-20  9:58 ` Anachron
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Anachron @ 2021-01-20  9:55 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763483375

Comment:
Not directly, unless you change your make command in the template file. 

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
  2021-01-20  9:54 ` Anachron
  2021-01-20  9:55 ` Anachron
@ 2021-01-20  9:58 ` Anachron
  2021-01-20  9:58 ` dkwo
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Anachron @ 2021-01-20  9:58 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763483375

Comment:
Not directly, unless you change your make command in the template file. 

[Build-Style](https://github.com/void-linux/void-packages/blob/f3d06c1c23d855eb8460da98a56398123d393439/common/build-style/gnu-makefile.sh)

[Template-Var](https://github.com/void-linux/void-packages/blob/394b27be686b3ae9e18d3ff91b1c734042a30ec4/srcpkgs/font-spleen/template#L7)

You can't just switch `make` implementations and expect all templates to build with it. 

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
                   ` (2 preceding siblings ...)
  2021-01-20  9:58 ` Anachron
@ 2021-01-20  9:58 ` dkwo
  2021-01-20 10:00 ` Anachron
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dkwo @ 2021-01-20  9:58 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763485762

Comment:
Ehm, what are you talking about?

https://cr.yp.to/redo.html


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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
                   ` (3 preceding siblings ...)
  2021-01-20  9:58 ` dkwo
@ 2021-01-20 10:00 ` Anachron
  2021-01-20 10:04 ` dkwo
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Anachron @ 2021-01-20 10:00 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763486959

Comment:
You can replace the `make_cmd` to use `redo` instead of `make`, but that requires manual intervention for all your `templates`. 

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
                   ` (4 preceding siblings ...)
  2021-01-20 10:00 ` Anachron
@ 2021-01-20 10:04 ` dkwo
  2021-01-20 10:48 ` dkwo
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dkwo @ 2021-01-20 10:04 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763489886

Comment:
I see, after the edit it makes sense.
What I had in mind is the possibility (for certain templates) to use `redo` instead of `make` (not necessarily all of them).

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
                   ` (5 preceding siblings ...)
  2021-01-20 10:04 ` dkwo
@ 2021-01-20 10:48 ` dkwo
  2021-01-20 11:02 ` q66
  2021-01-20 11:02 ` [ISSUE] [CLOSED] " q66
  8 siblings, 0 replies; 10+ messages in thread
From: dkwo @ 2021-01-20 10:48 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763516218

Comment:
I guess one option is to add it as a `build-style`, right?

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

* Re: redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
                   ` (6 preceding siblings ...)
  2021-01-20 10:48 ` dkwo
@ 2021-01-20 11:02 ` q66
  2021-01-20 11:02 ` [ISSUE] [CLOSED] " q66
  8 siblings, 0 replies; 10+ messages in thread
From: q66 @ 2021-01-20 11:02 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/28050#issuecomment-763524320

Comment:
build-styles are only added if something needs them

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

* Re: [ISSUE] [CLOSED] redo with xbps-src
  2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
                   ` (7 preceding siblings ...)
  2021-01-20 11:02 ` q66
@ 2021-01-20 11:02 ` q66
  8 siblings, 0 replies; 10+ messages in thread
From: q66 @ 2021-01-20 11:02 UTC (permalink / raw)
  To: ml

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

Closed issue by dkwo on void-packages repository

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

Description:
Does `xbps-src` support using `redo` instead of `make`?
Say either the one which is packaged in Void, or [goredo](http://www.goredo.cypherpunks.ru).
Thanks.

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20  8:56 [ISSUE] redo with xbps-src dkwo
2021-01-20  9:54 ` Anachron
2021-01-20  9:55 ` Anachron
2021-01-20  9:58 ` Anachron
2021-01-20  9:58 ` dkwo
2021-01-20 10:00 ` Anachron
2021-01-20 10:04 ` dkwo
2021-01-20 10:48 ` dkwo
2021-01-20 11:02 ` q66
2021-01-20 11:02 ` [ISSUE] [CLOSED] " q66

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