Hi!
Help me!
I mostly use Linux, but I have 2 hard disks with FreeBSD, one is full binary...
but this one is supposed to be source.
I say supposed, because I suspect I may have installed XFCE and Firefox by pkg
rather than ports... but frankly I don't really knows.
Anyways...
I just updated by sources, by:
# git pull -C /usr/src
check /usr/src/UPDATING
# cd /usr/src
# make -j4 buildworld
# make -j4 kernel
# shutdown -r now
# etcupdate -p
# cd /usr/src
# make installworld
# etcupdate -B
# shutdown -r now
So that:
$ uname -a
FreeBSD esther 15.0-CURRENT FreeBSD 15.0-CURRENT #1 main-n274386-c91dd7a054b3:
Thu Dec 19 09:38:03 EST 2024
paul@esther:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
$
So now I did:
portmaster -a
but I get:
Running custom install script '/usr/local/bin/meson --internal gettext install
--subdir=po --localedir=share/locale --pkgname=atk10'
====> Compressing man pages (compress-man)
===>>> Starting check for runtime dependencies
===>>> Gathering dependency list for accessibility/atk from ports
===>>> Dependency check complete for accessibility/atk
===>>> adwaita-icon-theme-42.0 1/7 >> accessibility/atk (4/56)
===> Installing for atk-2.36.0
===> Checking if atk is already installed
===> Registering installation for atk-2.36.0 as automatic
Installing atk-2.36.0...
pkg-static: atk-2.36.0 conflicts with at-spi2-core-2.52.0 (installs files into
the same place). Problematic file:
/usr/local/include/atk-1.0/atk/atk-enum-types.h
*** Error code 1
Stop.
make: stopped making "install" in /usr/ports/accessibility/atk
===>>> Installation of atk-2.36.0 (accessibility/atk) failed
===>>> Aborting update
===>>> Update for accessibility/atk failed
===>>> Aborting update
===>>> Update for adwaita-icon-theme-42.0 failed
===>>> Aborting update
===>>> The following actions were performed:
Installation of devel/ninja (ninja-1.10.2,2)
Installation of devel/meson (meson-0.59.1)
Installation of devel/pkgconf (pkgconf-1.7.4,1)
===>>> You can restart from the point of failure with this command line: [not
copied long command line]
So I am writing this to get help.