[Bug 257025] devel/glib20: fails to build on 13/amd64

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 Jul 2021 23:43:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257025

--- Comment #4 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Adriaan de Groot from comment #3)
Thanks for the reply, Adriaan.
> (Progress information varies because of parallelism)
Indeed. I added MAKE_JOBS_UNSAFE=    yes
to the Makefile prior to submitting this pr w/o success. :-(

> I suggest you go to your ports-dir and run that test by hand
> to figure out what's going on. Maybe remove `-k --quiet` from
> the command.

It's on line 274 in
work/glib-2.66.8/glib/tests/meson.build
changing
command : [ gtester, '-k', '--quiet', '--i-know-this-is-deprecated', '-o',
'@OUTPUT@',
to
command : [ gtester, '--i-know-this-is-deprecated', '-o', '@OUTPUT@',

and firing
make -DBATCH -DMAKE_JOBS_UNSAFE check-plist

still returns
[ 27% 299/1087] /usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester
--i-know-this-is-deprecated -o glib/tests/tmpsample.xml
--test-arg=--gtester-selftest
/usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester
FAILED: glib/tests/tmpsample.xml 
/usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester
--i-know-this-is-deprecated -o glib/tests/tmpsample.xml
--test-arg=--gtester-selftest
/usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester
TEST: /usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester...
(pid=13009)
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.

I'll keep digging.

Thanks again!

--Chris

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