[Bug 270095] gstreamer1-plugins-bad fails to build in GstCodecs-1.0/gir

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Mar 2023 21:57:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270095

--- Comment #8 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Henri Hennebert from comment #3)

Thanks for your info!
I usually try the process if regular process failed, but this time, didn't try
as it seemed to be base toolchain specific (assumed that linker fais with the
process, too).

I should mention that I've actually did

 # portsclean -C
 # pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' -W -w -b
multimedia/gstreamer1-plugins-bad && portsclean -C

that failed, without cleaning up half-done ports directory, and following

 # pkg create -o /usr/ports/packages/All multimedia/gstreamer1-plugins-bad
 # pkg_deinstall -f multimedia/gstreamer1-plugins-bad
 # cd /usr/ports/multimedia/gstreamer1-plugins-bad
 # make deinstall reinstall clean

I should have tried next (same) pkg_replace run, but I forgot to do so.
Possibly, it could have succeeded.
Once the upgrade scceeds, the first pkg_replace run with -f (force upgrade)
succeeds and cannot reproduce.

Note that "-W -w" option for pkg_replace means
 *Do not “make clean” after each installation.
 *Do not “make clean” before each build.  This is the default.
This basically matches portupgrade's behaviour, except that -w is NOT the
default on portupgrade.

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