[Bug 276182] qt5-imageformats-5.15.12p12 won't build from source

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Jan 2024 04:20:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276182

--- Comment #12 from Vladimir Druzenko <vvd@FreeBSD.org> ---
> Not sure why freebsd-version gives p9 and uname gives p8.
uname show the kernel version.
freebsd-version show the general version.
p9 fix doesn't change the kernel itself - it change userland and modules only.
p8 fix changed the kernel.

> Went to the qt5-imageformats source directory, did a "make clean" and "make" and unfortunately I still see the same unresolved reference during linking.
You have something broken in environment…
When I have similar issues, I start rebuilding the packages on which the faulty
one depends.
$ pkg info -d qt5-imageformats
qt5-imageformats-5.15.12p12:
        qt5-gui-5.15.12p148
        webp-1.3.2
        tiff-4.4.0_2
        libmng-1.0.10_4
        jasper-4.1.1
        qt5-core-5.15.12p148

You can install ports-mgmt/portmaster and then run:
portmaster qt5-core qt5-gui webp tiff libmng jasper

Also check:
pkg check -s

Do you something in /etc/make.conf?

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