Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xbps-src show-build-deps breaks with version restrictions
@ 2022-07-04 13:09 paper42
  2022-07-04 16:54 ` Duncaen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2022-07-04 13:09 UTC (permalink / raw)
  To: ml

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

New issue by paper42 on void-packages repository

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

Description:
For example openocd has jimtcl in makedepends, but it's version restricted: `jimtcl-devel>=0.81_1<=0.81_9999`
```
%: ./xbps-src show-build-deps openocd
=> ERROR: openocd-0.11.0+1_1: dependency 'jimtcl-devel>=0.81_1<=0.81_9999' does not exist!
```
show-build-deps should understand version restrictions and not throw an error.

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

* Re: xbps-src show-build-deps breaks with version restrictions
  2022-07-04 13:09 [ISSUE] xbps-src show-build-deps breaks with version restrictions paper42
@ 2022-07-04 16:54 ` Duncaen
  2022-10-03  2:13 ` github-actions
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-07-04 16:54 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/37837#issuecomment-1174003886

Comment:
Its simply not allowed in `hostmakedepends` or `makedepends` they always depend on the version we have the template for.

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

* Re: xbps-src show-build-deps breaks with version restrictions
  2022-07-04 13:09 [ISSUE] xbps-src show-build-deps breaks with version restrictions paper42
  2022-07-04 16:54 ` Duncaen
@ 2022-10-03  2:13 ` github-actions
  2022-10-17  2:15 ` [ISSUE] [CLOSED] " github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-10-03  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/37837#issuecomment-1264840749

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] xbps-src show-build-deps breaks with version restrictions
  2022-07-04 13:09 [ISSUE] xbps-src show-build-deps breaks with version restrictions paper42
  2022-07-04 16:54 ` Duncaen
  2022-10-03  2:13 ` github-actions
@ 2022-10-17  2:15 ` github-actions
  2023-01-16  1:58 ` github-actions
  2023-02-14  1:09 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-10-17  2:15 UTC (permalink / raw)
  To: ml

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

Closed issue by paper42 on void-packages repository

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

Description:
For example openocd has jimtcl in makedepends, but it's version restricted: `jimtcl-devel>=0.81_1<=0.81_9999`
```
%: ./xbps-src show-build-deps openocd
=> ERROR: openocd-0.11.0+1_1: dependency 'jimtcl-devel>=0.81_1<=0.81_9999' does not exist!
```
show-build-deps should understand version restrictions and not throw an error.

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

* Re: xbps-src show-build-deps breaks with version restrictions
  2022-07-04 13:09 [ISSUE] xbps-src show-build-deps breaks with version restrictions paper42
                   ` (2 preceding siblings ...)
  2022-10-17  2:15 ` [ISSUE] [CLOSED] " github-actions
@ 2023-01-16  1:58 ` github-actions
  2023-02-14  1:09 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-01-16  1:58 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/37837#issuecomment-1383353084

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] xbps-src show-build-deps breaks with version restrictions
  2022-07-04 13:09 [ISSUE] xbps-src show-build-deps breaks with version restrictions paper42
                   ` (3 preceding siblings ...)
  2023-01-16  1:58 ` github-actions
@ 2023-02-14  1:09 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-14  1:09 UTC (permalink / raw)
  To: ml

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

Closed issue by paper42 on void-packages repository

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

Description:
For example openocd has jimtcl in makedepends, but it's version restricted: `jimtcl-devel>=0.81_1<=0.81_9999`
```
%: ./xbps-src show-build-deps openocd
=> ERROR: openocd-0.11.0+1_1: dependency 'jimtcl-devel>=0.81_1<=0.81_9999' does not exist!
```
show-build-deps should understand version restrictions and not throw an error.

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

end of thread, other threads:[~2023-02-14  1:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 13:09 [ISSUE] xbps-src show-build-deps breaks with version restrictions paper42
2022-07-04 16:54 ` Duncaen
2022-10-03  2:13 ` github-actions
2022-10-17  2:15 ` [ISSUE] [CLOSED] " github-actions
2023-01-16  1:58 ` github-actions
2023-02-14  1:09 ` [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).