Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
@ 2022-01-24 21:38 classabbyamp
  2022-01-26 19:03 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: classabbyamp @ 2022-01-24 21:38 UTC (permalink / raw)
  To: ml

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

New issue by classabbyamp on void-packages repository

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

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.15.14_1 x86_64 AuthenticAMD notuptodate rrFFFFFFFFFFFFFFF

### Expected behavior

```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
12345
```
or
```
$ export XBPS_MAKEJOBS=12345
$ ./xbps-src show-var XBPS_MAKEJOBS
12345
```

### Actual behavior

```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
# takes value from etc/conf
12
```
or
```
$ export XBPS_MAKEJOBS=12345
$ ./xbps-src show-var XBPS_MAKEJOBS
# takes value from etc/conf
12
```

### Steps to reproduce the behavior

see above.


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

* Re: xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
  2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
@ 2022-01-26 19:03 ` Chocimier
  2022-01-26 21:01 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2022-01-26 19:03 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/35223#issuecomment-1022501980

Comment:
Documented ways to set jobs number are flag and etc/conf entry.
What makes you expect env var to set it?

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

* Re: xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
  2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
  2022-01-26 19:03 ` Chocimier
@ 2022-01-26 21:01 ` classabbyamp
  2022-01-27 19:43 ` Chocimier
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-01-26 21:01 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/35223#issuecomment-1022598190

Comment:
not sure, but someone else also ran into this when testing #34989 

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

* Re: xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
  2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
  2022-01-26 19:03 ` Chocimier
  2022-01-26 21:01 ` classabbyamp
@ 2022-01-27 19:43 ` Chocimier
  2022-02-04 15:01 ` abenson
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2022-01-27 19:43 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/35223#issuecomment-1023577698

Comment:
Ok, so this is just misunderstanding. Env var is not meant to work. I can leave it open as feature request, but I don't think it is good idea to multiply inputs.

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

* Re: xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
  2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
                   ` (2 preceding siblings ...)
  2022-01-27 19:43 ` Chocimier
@ 2022-02-04 15:01 ` abenson
  2022-02-04 17:22 ` classabbyamp
  2022-02-04 17:22 ` [ISSUE] [CLOSED] " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2022-02-04 15:01 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/35223#issuecomment-1030067581

Comment:
If you want to set it on the command line, use the `-j` flag.

     `$ ./xbps-src -j 8 pkg bigpackage`

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

* Re: xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
  2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
                   ` (3 preceding siblings ...)
  2022-02-04 15:01 ` abenson
@ 2022-02-04 17:22 ` classabbyamp
  2022-02-04 17:22 ` [ISSUE] [CLOSED] " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-02-04 17:22 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/35223#issuecomment-1030193076

Comment:
yes that was [discovered](https://github.com/void-linux/void-packages/pull/34989#issuecomment-1014878030)

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

* Re: [ISSUE] [CLOSED] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
  2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
                   ` (4 preceding siblings ...)
  2022-02-04 17:22 ` classabbyamp
@ 2022-02-04 17:22 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-02-04 17:22 UTC (permalink / raw)
  To: ml

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

Closed issue by classabbyamp on void-packages repository

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

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.15.14_1 x86_64 AuthenticAMD notuptodate rrFFFFFFFFFFFFFFF

### Expected behavior

```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
12345
```
or
```
$ export XBPS_MAKEJOBS=12345
$ ./xbps-src show-var XBPS_MAKEJOBS
12345
```

### Actual behavior

```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
# takes value from etc/conf
12
```
or
```
$ export XBPS_MAKEJOBS=12345
$ ./xbps-src show-var XBPS_MAKEJOBS
# takes value from etc/conf
12
```
If no value was set in `etc/conf`:
```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
# empty
```

### Steps to reproduce the behavior

see above.


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

end of thread, other threads:[~2022-02-04 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI classabbyamp
2022-01-26 19:03 ` Chocimier
2022-01-26 21:01 ` classabbyamp
2022-01-27 19:43 ` Chocimier
2022-02-04 15:01 ` abenson
2022-02-04 17:22 ` classabbyamp
2022-02-04 17:22 ` [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).