On Thursday 13 August 2015 01:55:08 Stefan Bruens wrote:
On my system, acorrding to:
for p in `rpm -q --whatrequires libstdc++.so.6`; \
do rpm -q $p --queryformat '[%{FILEMODES:perms} %{FILENAMES}\n]' | \
awk '/^-.*\.so\./ {print $2 }' | \
xargs -r -n1 sh -c '\
nm -DC --defined-only $0 | \
egrep -q -m1 "std::string|std::list" && \
echo $0' \
;done
/usr/lib/yui/libyui-ncurses-pkg.so.6.0.0
/usr/lib/libzypp.so.1503.1.0
use the old C++03 strings/list
For both, no newer packages are available, as the build failed:
https://build.opensuse.org/project/monitor?utf8=%E2%9C%93&commit=Filter%3A&failed=1&repo_standard=1&arch_armv6l=1&project=openSUSE%3AFactory%3AARM&defaults=0
Kind regards,
Stefan
--
Stefan Brüns / Bergstraße 21 / 52062 Aachen
home: +49 241 53809034 mobile: +49 151 50412019
work: +49 2405 49936-424
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]