Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2023 07:38:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268652] Qt5:  Some apps fails to start after upgrading to 5.15.8
Message-ID:  <bug-268652-7788-W0BukHg3xM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268652-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268652-7788@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=3D268652

--- Comment #77 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Tatsuki Makino from comment #76)

Thanks for heads-up.
This time, fortunately, I've not bitten.

For the record, what I've performed this time (after updating ports tree) a=
re:

 For stable/14 poudriere build (to be paranoid):
  *Fetch distfiles with `pkg_replace -a -c -m 'WITH+=3D"NVIDIA,NVIDIA_GL" \
   DISABLE_VULNERABILITIES=3Dyes' -F -k`
  *Build qt5-qmake with `poudriere bulk -j jailname -J 6 -S devel/qt5-qmake=
`.
  *Build qt5-buildtools with `poudriere bulk -j jailname -J 6 -S \
   devel/qt5-buildtools`.
  *Build qt5-core with `poudriere bulk -j jailname -J 6 -S devel/qt5-core`.
  *Created list of remaining Qt5 components as /poudriere/pkglist.qt5.
  *Build remaining Qt5 components with `poudriere bulk -f
/poudriere/pkglist.qt5 \
   -j 14amd64 -J 6 -S`.
  *Single port (sorry, forgot to take memo) failed complaining
graphics/vulkan-loader
   is missing (maybe poudriere missed the dependency, although it was delet=
ed
before
   actual builds were started), so built it like others.
  *Redo remaining Qt5 components builds.
  *Build all other updated ports as usual.

 For main pkg_replace build:
  *Update qt5-qmake with `pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=3Dy=
es' \
   -u -b devel/qt5-qmake`.
  *Update qt5-buildtools with `pkg_replace -c -v -m
'DISABLE_VULNERABILITIES=3Dyes' \
   -u -b devel/qt5-buildtools`.
  *Update qt5-core with `pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=3Dye=
s' \
   -u -b devel/qt5-core`.
  *Update remaining Qt5 components with `pkg_replace -c -v \
   -m 'DISABLE_VULNERABILITIES=3Dyes' -u -b qt5-\*`.
  *Update everything else as usual.

--=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-268652-7788-W0BukHg3xM>