Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xbps-src prefers old local binary packages over version in template
@ 2021-06-07 18:23 Chocimier
  2021-06-07 18:30 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Chocimier @ 2021-06-07 18:23 UTC (permalink / raw)
  To: ml

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

New issue by Chocimier on void-packages repository

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

Description:
xbps-src rebuilds dependencies listed in template, but not their runtime dependencies.
This causes errors in building packages[1][2] when such transitive dependency was build long ago enough to become uninstallable (eg. solib conflicts).
This may also cause local builds to use older version of build-time dependencies than available in template.

Reproduction simulating gtkd built before revbump for ldc:

    git revert 81d682966271c
    git revert 07f83ffb9bb87
    ./xbps-src pkg gtkd
    rm hostdir/binpkgs/ldc*-1.24.0_2.x86_64.xbps
    xbps-rindex --clean hostdir/binpkgs
    git checkout HEAD~2
    xnew a # let it makedepend on tilix (it has runtime dependency on gtkd)
    ./xbps-src fetch a
    # gtkd-3.9.0_4: broken, unresolvable shlib `libdruntime-ldc-shared.so.94'

Ideas to fix it other than rebuilding all old local packages?

[1] https://github.com/void-linux/void-packages/pull/24765#issuecomment-855386084
[2] https://www.reddit.com/r/voidlinux/comments/nov7b2/dependency_issues_while_updating_chromium_through/

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
@ 2021-06-07 18:30 ` ericonr
  2021-06-07 18:31 ` ericonr
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-07 18:30 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/31347#issuecomment-856165484

Comment:
`bestmatching=yes`? The repo list that `xbps-src` uses should be more tightly controlled than the one in a user's system, where `bestmatching` can be more dangerous.

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
  2021-06-07 18:30 ` ericonr
@ 2021-06-07 18:31 ` ericonr
  2021-06-07 18:31 ` ericonr
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-07 18:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/31347#issuecomment-856165484

Comment:
`bestmatching=true`? The repo list that `xbps-src` uses should be more tightly controlled than the one in a user's system, where `bestmatching` can be more dangerous.

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
  2021-06-07 18:30 ` ericonr
  2021-06-07 18:31 ` ericonr
@ 2021-06-07 18:31 ` ericonr
  2021-06-07 18:40 ` Chocimier
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-07 18:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/31347#issuecomment-856165484

Comment:
`bestmatching=true`? The repo list that `xbps-src` uses should be more tightly controlled than the one in a user's system, where `bestmatching` can be more dangerous.

EDIT: this would break if templates have older versions and we want to use those, I guess.

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (2 preceding siblings ...)
  2021-06-07 18:31 ` ericonr
@ 2021-06-07 18:40 ` Chocimier
  2021-06-07 18:40 ` Chocimier
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-06-07 18:40 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/31347#issuecomment-856171157

Comment:
Hmm, this is more binary vs template, not local vs template/remote. With big push of templates, this can take form of using remote binary packages older than templates.

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (3 preceding siblings ...)
  2021-06-07 18:40 ` Chocimier
@ 2021-06-07 18:40 ` Chocimier
  2022-05-21  2:00 ` github-actions
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-06-07 18:40 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/31347#issuecomment-856171157

Comment:
Hmm, this is more binary vs template, than local vs template/remote. With big push of templates, this can take form of using remote binary packages older than templates.

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (4 preceding siblings ...)
  2021-06-07 18:40 ` Chocimier
@ 2022-05-21  2:00 ` github-actions
  2022-08-20  2:14 ` github-actions
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-05-21  2:00 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/31347#issuecomment-1133500183

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] 12+ messages in thread

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (5 preceding siblings ...)
  2022-05-21  2:00 ` github-actions
@ 2022-08-20  2:14 ` github-actions
  2022-09-03  2:14 ` [ISSUE] [CLOSED] " github-actions
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-08-20  2:14 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/31347#issuecomment-1221209009

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] 12+ messages in thread

* Re: [ISSUE] [CLOSED] xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (6 preceding siblings ...)
  2022-08-20  2:14 ` github-actions
@ 2022-09-03  2:14 ` github-actions
  2023-05-22  1:57 ` github-actions
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-09-03  2:14 UTC (permalink / raw)
  To: ml

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

Closed issue by Chocimier on void-packages repository

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

Description:
xbps-src rebuilds dependencies listed in template, but not their runtime dependencies.
This causes errors in building packages[1][2] when such transitive dependency was build long ago enough to become uninstallable (eg. solib conflicts).
This may also cause local builds to use older version of build-time dependencies than available in template.

Reproduction simulating gtkd built before revbump for ldc:

    git revert 81d682966271c
    git revert 07f83ffb9bb87
    ./xbps-src pkg gtkd
    rm hostdir/binpkgs/ldc*-1.24.0_2.x86_64.xbps
    xbps-rindex --clean hostdir/binpkgs
    git checkout HEAD~2
    xnew a # let it makedepend on tilix (it has runtime dependency on gtkd)
    ./xbps-src fetch a
    # gtkd-3.9.0_4: broken, unresolvable shlib `libdruntime-ldc-shared.so.94'

Ideas to fix it other than rebuilding all old local packages?

[1] https://github.com/void-linux/void-packages/pull/24765#issuecomment-855386084
[2] https://www.reddit.com/r/voidlinux/comments/nov7b2/dependency_issues_while_updating_chromium_through/

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (7 preceding siblings ...)
  2022-09-03  2:14 ` [ISSUE] [CLOSED] " github-actions
@ 2023-05-22  1:57 ` github-actions
  2023-06-05  2:04 ` [ISSUE] [CLOSED] " github-actions
  2023-07-11 20:06 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-05-22  1:57 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/31347#issuecomment-1556398661

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] 12+ messages in thread

* Re: [ISSUE] [CLOSED] xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (8 preceding siblings ...)
  2023-05-22  1:57 ` github-actions
@ 2023-06-05  2:04 ` github-actions
  2023-07-11 20:06 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-06-05  2:04 UTC (permalink / raw)
  To: ml

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

Closed issue by Chocimier on void-packages repository

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

Description:
xbps-src rebuilds dependencies listed in template, but not their runtime dependencies.
This causes errors in building packages[1][2] when such transitive dependency was build long ago enough to become uninstallable (eg. solib conflicts).
This may also cause local builds to use older version of build-time dependencies than available in template.

Reproduction simulating gtkd built before revbump for ldc:

    git revert 81d682966271c
    git revert 07f83ffb9bb87
    ./xbps-src pkg gtkd
    rm hostdir/binpkgs/ldc*-1.24.0_2.x86_64.xbps
    xbps-rindex --clean hostdir/binpkgs
    git checkout HEAD~2
    xnew a # let it makedepend on tilix (it has runtime dependency on gtkd)
    ./xbps-src fetch a
    # gtkd-3.9.0_4: broken, unresolvable shlib `libdruntime-ldc-shared.so.94'

Ideas to fix it other than rebuilding all old local packages?

[1] https://github.com/void-linux/void-packages/pull/24765#issuecomment-855386084
[2] https://www.reddit.com/r/voidlinux/comments/nov7b2/dependency_issues_while_updating_chromium_through/

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

* Re: xbps-src prefers old local binary packages over version in template
  2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
                   ` (9 preceding siblings ...)
  2023-06-05  2:04 ` [ISSUE] [CLOSED] " github-actions
@ 2023-07-11 20:06 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2023-07-11 20:06 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/31347#issuecomment-1631441508

Comment:
Assigning so it won't close, despite no acceptable solution known yet.

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

end of thread, other threads:[~2023-07-11 20:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 18:23 [ISSUE] xbps-src prefers old local binary packages over version in template Chocimier
2021-06-07 18:30 ` ericonr
2021-06-07 18:31 ` ericonr
2021-06-07 18:31 ` ericonr
2021-06-07 18:40 ` Chocimier
2021-06-07 18:40 ` Chocimier
2022-05-21  2:00 ` github-actions
2022-08-20  2:14 ` github-actions
2022-09-03  2:14 ` [ISSUE] [CLOSED] " github-actions
2023-05-22  1:57 ` github-actions
2023-06-05  2:04 ` [ISSUE] [CLOSED] " github-actions
2023-07-11 20:06 ` Chocimier

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