Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2022 00:47:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 262039] graphics/jasper: Update to 3.0.2
Message-ID:  <bug-262039-39348-CMJNyjQuXF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262039-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262039-39348@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=3D262039

--- Comment #13 from Tatsuki Makino <tatsuki_makino@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 pyth=
on.
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 delt=
ed
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 packag=
es.=20
poudriere bulk -j jailname lang/python39 lang/python38 lang/python27
# Build only python. The resulting python and llvm maintain their dependenc=
ies
on their own.
poudriere bulk -j jailname -n -f origins-of-commonly-used-packages.txt
# llvm shouldn't need to be built anymore.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262039-39348-CMJNyjQuXF>