Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2023 14:44:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 270496] ports-mgmt/pkg: Broken JSON with -o EVENT_PIPE
Message-ID:  <bug-270496-32340-jsxctunbA5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270496-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270496-32340@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg (Nobody)
<pkg@FreeBSD.org> for maintainer-feedback:
Bug 270496: ports-mgmt/pkg: Broken JSON with -o EVENT_PIPE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270496



--- Description ---
We're using a fork of the pkgng module in ansible.
Our fork uses '-o EVENT_PIPE' to parse the output from pkg.

Our module sometimes fails with a JSONDecodeError and I've tracked it down to
this output from pkg:

'{ "type": "INFO_INSTALL_FINISHED", "data": { "pkgname": "php81-sysvsem",
"pkgversion": "8.1.17", "message": "[{"message":"This file has been added to
automatically load the installed
extension:\n/usr/local/etc/php/ext-20-sysvsem.ini","type":"install"}]"}}'

I assume the problem is the quotes around the array in data.message


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270496-32340-jsxctunbA5>