Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Upgrading packages with breaking changes
@ 2022-12-10 18:03 zlice
  2022-12-10 20:20 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zlice @ 2022-12-10 18:03 UTC (permalink / raw)
  To: ml

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

New issue by zlice on void-packages repository

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

Description:
Wanted to test something in ffmpeg 5.1.2 out. Upgrading `shlibs` and the `template` work, however it appears that `libavresample` was deprecated. And xbps complains about trying to upgrade anything with `libavutil` that relied on it.

```
xbps-install -fu --repository=.
libavutil-5.1.2_1 in transaction breaks installed pkg `libavresample-4.4.3_2'
libavutil-5.1.2_1 in transaction breaks installed pkg `libavresample-32bit-4.4.3_2'
Transaction aborted due to unresolved dependencies.
```

Is there a good way to upgrade? I could force dependency removal but that doesn't seem clean or like what a common update would do.

I only see ffmpeg packages directly used by this on a remove so I'm not sure if anything using ffmpeg relies on it.

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

* Re: Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
@ 2022-12-10 20:20 ` paper42
  2022-12-10 20:49 ` zlice
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-10 20:20 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/40998#issuecomment-1345376876

Comment:
Make libavresample a transitional meta package.

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

* Re: Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
  2022-12-10 20:20 ` paper42
@ 2022-12-10 20:49 ` zlice
  2022-12-10 20:50 ` zlice
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2022-12-10 20:49 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/40998#issuecomment-1345381846

Comment:
Thanks. Think that solves it. Though I forgot all the deps complain about shlibs and stop the install.

I guess follow up, should I make a PR? I doubt anybody is hurting for ffmpeg-5 and I imagine it may break things.

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

* Re: Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
  2022-12-10 20:20 ` paper42
  2022-12-10 20:49 ` zlice
@ 2022-12-10 20:50 ` zlice
  2022-12-10 20:51 ` zlice
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2022-12-10 20:50 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/40998#issuecomment-1345381846

Comment:
Thanks. Think that solves it. Though I forgot all the deps complain about shlibs and stop the install.

I guess follow up, should I make a PR? I doubt anybody is hurting for ffmpeg-5 and I imagine it may break things (and I didn't reall test, read changelogs, all that).

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

* Re: Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
                   ` (2 preceding siblings ...)
  2022-12-10 20:50 ` zlice
@ 2022-12-10 20:51 ` zlice
  2022-12-10 21:02 ` paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2022-12-10 20:51 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/40998#issuecomment-1345381846

Comment:
Thanks. Think that solves it. Though I forgot all the deps complain about shlibs and stop the install.

I guess follow up, should I make a PR? I doubt anybody is hurting for ffmpeg-5 and I imagine it may break things (and I didn't really test, read changelogs, all that).

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

* Re: Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
                   ` (3 preceding siblings ...)
  2022-12-10 20:51 ` zlice
@ 2022-12-10 21:02 ` paper42
  2022-12-10 21:06 ` [ISSUE] [CLOSED] " zlice
  2022-12-11 17:45 ` zlice
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-10 21:02 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/40998#issuecomment-1345383828

Comment:
https://github.com/void-linux/void-packages/pull/36315

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

* Re: [ISSUE] [CLOSED] Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
                   ` (4 preceding siblings ...)
  2022-12-10 21:02 ` paper42
@ 2022-12-10 21:06 ` zlice
  2022-12-11 17:45 ` zlice
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2022-12-10 21:06 UTC (permalink / raw)
  To: ml

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

Closed issue by zlice on void-packages repository

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

Description:
Wanted to test something in ffmpeg 5.1.2 out. Upgrading `shlibs` and the `template` work, however it appears that `libavresample` was deprecated. And xbps complains about trying to upgrade anything with `libavutil` that relied on it.

```
xbps-install -fu --repository=.
libavutil-5.1.2_1 in transaction breaks installed pkg `libavresample-4.4.3_2'
libavutil-5.1.2_1 in transaction breaks installed pkg `libavresample-32bit-4.4.3_2'
Transaction aborted due to unresolved dependencies.
```

Is there a good way to upgrade? I could force dependency removal but that doesn't seem clean or like what a common update would do.

I only see ffmpeg packages directly used by this on a remove so I'm not sure if anything using ffmpeg relies on it.

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

* Re: Upgrading packages with breaking changes
  2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
                   ` (5 preceding siblings ...)
  2022-12-10 21:06 ` [ISSUE] [CLOSED] " zlice
@ 2022-12-11 17:45 ` zlice
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2022-12-11 17:45 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/40998#issuecomment-1345614824

Comment:
Think I found a better answer to the original question. `srcpkgs/removed-packages/template` looks to be the proper way to remove packages.

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

end of thread, other threads:[~2022-12-11 17:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10 18:03 [ISSUE] Upgrading packages with breaking changes zlice
2022-12-10 20:20 ` paper42
2022-12-10 20:49 ` zlice
2022-12-10 20:50 ` zlice
2022-12-10 20:51 ` zlice
2022-12-10 21:02 ` paper42
2022-12-10 21:06 ` [ISSUE] [CLOSED] " zlice
2022-12-11 17:45 ` zlice

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