Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 11:31:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 273859] pkgbase: fails to pkg upgrade after base 4e899378bf5d
Message-ID:  <bug-273859-36141-HoEGApQo4U@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273859-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273859-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273859

--- Comment #12 from (intentionally left blank) <throwaway_vthgwq4@protonma=
il.com> ---
(In reply to dfr from comment #11)

Seems to work fine, although autoremove wanted to remove clang first, and t=
here
was a missing dependency warning.

# pkg list FreeBSD-libcompiler_rt
/usr/lib/libgcc.a

# file /usr/lib/libgcc.a
/usr/lib/libgcc.a: symbolic link to libcompiler_rt.a

# pkg remove FreeBSD-libcompiler_rt
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 5 packages (of 0 packag=
es
in the universe):

Installed packages to be REMOVED:
        FreeBSD-clang: 15.snap20230918100456
        FreeBSD-clang-dev: 15.snap20230918100456
        FreeBSD-clang-man: 15.snap20230825032023
        FreeBSD-libcompiler_rt: 15.snap20230918104253
        FreeBSD-libcompiler_rt-dev: 15.snap20230918104253

Number of packages to be removed: 5

The operation will free 211 MiB.

Proceed with deinstalling packages? [y/N]: ^C

# pkg remove -f FreeBSD-libcompiler_rt
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packag=
es
in the universe):

Installed packages to be REMOVED:
        FreeBSD-libcompiler_rt: 15.snap20230918104253

Number of packages to be removed: 1

Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling FreeBSD-libcompiler_rt-15.snap20230918104253...
[1/1] Deleting files for FreeBSD-libcompiler_rt-15.snap20230918104253: 100%

# pkg upgrade
Updating base repository catalogue...
base repository is up to date.
Updating ports repository catalogue...
ports repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
pkg: FreeBSD-libcompiler_rt-dev has a missing dependency:
FreeBSD-libcompiler_rt
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
        FreeBSD-libcompiler_rt-dev: 15.snap20230918104253 ->
15.snap20230918111945 [base]

Number of packages to be upgraded: 1

185 KiB to be downloaded.

Proceed with this action? [y/N]: y
[1/1] Fetching FreeBSD-libcompiler_rt-dev-15.snap20230918111945.pkg: 100%  =
185
KiB 189.4kB/s    00:01=20=20=20=20
Checking integrity... done (0 conflicting)
[1/1] Upgrading FreeBSD-libcompiler_rt-dev from 15.snap20230918104253 to
15.snap20230918111945...
[1/1] Extracting FreeBSD-libcompiler_rt-dev-15.snap20230918111945: 100%

# pkg upgrade
Updating base repository catalogue...
base repository is up to date.
Updating ports repository catalogue...
ports repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273859-36141-HoEGApQo4U>