Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 00:48:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259005] Mk/Scripts/qa.sh: Spurious SONAME warnings due to pipefail
Message-ID:  <bug-259005-7788-ol2ctOeVwG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259005-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259005-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=3D259005

--- Comment #2 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
readelf -d /usr/local/lib/libwx_gtk3u_core-3.1.so.5.0.0 | grep -q SONAME
 is not reproduced every time for some reason.

sync ; readelf -d /usr/local/lib/libwx_gtk3u_core-3.1.so.5.0.0 | grep -q SO=
NAME
 increases the rate of reproduction.

readelf -d /usr/local/lib/libwx_gtk3u_core-3.1.so.5.0.0 | stdbuf -i 0 grep =
-q
SONAME
 seems to be one of the workarounds.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259005-7788-ol2ctOeVwG>