[Bug 262039] graphics/jasper: Update to 3.0.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 2 00:47:45 GMT 2022


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262039

--- Comment #13 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
(In reply to Daniel Engberg from comment #12)

This is an unrelated piece of information to jasper.
But hopefully, it will accelerate the work of you and others who see this.

Probably the reason you are building llvm now is because llvm has lost python.
The reason why python was lost from llvm is that the readline was updated.
In this case, we can prevent the loss of llvm by building only python first.

poudriere bulk -j jailname -n -f origins-of-commonly-used-packages.txt
# got information about readline updates and the packages that will be delted
by them.
poudriere bulk -j jailname -S -f origins-of-commonly-used-packages.txt
# Built only what can be built, ignoring the dependencies of updated packages. 
poudriere bulk -j jailname lang/python39 lang/python38 lang/python27
# Build only python. The resulting python and llvm maintain their dependencies
on their own.
poudriere bulk -j jailname -n -f origins-of-commonly-used-packages.txt
# llvm shouldn't need to be built anymore.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list