Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jul 2021 23:43:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 257025] devel/glib20: fails to build on 13/amd64
Message-ID:  <bug-257025-39348-et3sQIlBR7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257025-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257025-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=3D257025

--- 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=3D    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=3D--gtester-selftest
/usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester
FAILED: glib/tests/tmpsample.xml=20
/usr/ports/devel/glib20/work/glib-2.66.8/_build/glib/gtester
--i-know-this-is-deprecated -o glib/tests/tmpsample.xml
--test-arg=3D--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=3D13009)
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.

I'll keep digging.

Thanks again!

--Chris

--=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-257025-39348-et3sQIlBR7>