[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-10-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #26 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2eab6bc3c08f8f2238a24df336fcaa019592dca0 commit 2eab6bc3c08f8f2238a24df336fcaa019592dca0 Author

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-10-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #25 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=03ef42bbe15aed9226939daf2f3b0e10183dea7e commit 03ef42bbe15aed9226939daf2f3b0e10183dea7e Author

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Emmanuel Vadot changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #24 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=36468371ce9565bf8989ad8e561e041bfe9cb80f commit 36468371ce9565bf8989ad8e561e041bfe9cb80f Author:

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #23 from d...@rabson.org --- (In reply to Mikael Urankar from comment #22) I'll take care of it. Thanks for taking the time to look at the problem. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #22 from Mikael Urankar --- (In reply to dfr from comment #21) I took some days off and I don't have much spare time to commit it. Can you commit it please? Thanks. -- You are receiving this mail because: You are the assignee

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #21 from d...@rabson.org --- Or in fact, let Mikael commit. LGTM from me too :) -- You are receiving this mail because: You are the assignee for the bug.

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #20 from Emmanuel Vadot --- (In reply to Mikael Urankar from comment #17) LGTM, go ahead and commit it. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Emmanuel Vadot changed: What|Removed |Added CC||m...@freebsd.org --- Comment #19

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #18 from d...@rabson.org --- Testing with something very similar to your latest patch (I misordered the packages because I'm bad at sorting), I was able to upgrade libcompiler_rt-dev cleanly but for the full upgrade still needed

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Mikael Urankar changed: What|Removed |Added Attachment #244995|0 |1 is obsolete|

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Mikael Urankar changed: What|Removed |Added Attachment #244991|0 |1 is obsolete|

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #15 from d...@rabson.org --- I don't fully understand why we have to have a special case for -dev packages with no non-dev package but I think this can be combined into the 'libcompat-dev|liby-dev' one. Probably also need the lib

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Mikael Urankar changed: What|Removed |Added CC||mik...@freebsd.org --- Comment #1

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #13 from (intentionally left blank) --- >From 14-ALPHA2 to base 501edb1cc76b (WITH_LLVM_BINUTILS) without any reverts: export ABI="FreeBSD:15:amd64" pkg -r /usr/local/poudriere/jails/main upgrade -y FreeBSD-utilities pkg -r /u

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #12 from (intentionally left blank) --- (In reply to dfr from comment #11) Seems to work fine, although autoremove wanted to remove clang first, and there was a missing dependency warning. # pkg list FreeBSD-libcompiler_rt /u

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #11 from d...@rabson.org --- I'm not sure what happened to make pkg confused about libcompiler_rt but its ok to just remove that - literally the only thing in that package is a symlink which got moved to libcompiler_rt-dev. In m

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #10 from (intentionally left blank) --- (In reply to dfr from comment #4) I have tested the following after removing local reverting commit for base 4e899378bf5d, rebuilding pkgbase, and rolling back the testing jail to 14-ALP

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #9 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=4ff9d270893af757b4348398c887e630d71edf6e commit 4ff9d270893af757b4348398c887e630d71edf6e Author:

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #8 from d...@rabson.org --- I don't disagree about the need to document and possibly automate these workarounds but in the meantime, I added an entry to UPDATING here: https://reviews.freebsd.org/D41892 -- You are receiving thi

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #7 from Mina Galić --- UPDATING is for people updating from source. I would expect slightly more convince when updating with pkg. I'm thinking of the recent OPIE addition to UPDATING: That is something that freebsd-update + etc

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #6 from d...@rabson.org --- Traditionally, this kind of thing goes in UPDATING. I'll draft an entry which explains the problem and the workaround. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Mina Galić changed: What|Removed |Added CC||free...@igalic.co --- Comment #5 from

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #4 from d...@rabson.org --- To upgrade past this change, you need to: # pkg upgrade -y FreeBSD-utilities # pkg upgrade -y FreeBSD-utilities-dev # pkg upgrade -- You are receiving this mail because: You are the assignee for the

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Graham Perrin changed: What|Removed |Added Keywords||pkgbase Status|New

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #3 from d...@rabson.org --- I have a feeling that a work around for this would be to update the non-dev packages first which would remove the unwanted symlinks (and in a few cases files) which are moving from the main package to

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 --- Comment #2 from (intentionally left blank) --- After testing the unborked jail it seems that base 78847e1e5927 also causes FreeBSD-utilities-dev to be removed after pkg upgrade https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273749#c

[Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d

2023-09-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273859 Mina Galić changed: What|Removed |Added Assignee|b...@freebsd.org|pkgb...@freebsd.org -- You are recei