Control: reopen -1
Am 20.06.22 um 09:16 schrieb xiao sheng wen(肖盛文):
The libecap build success on most arches in experimental.
pkgkde-getbuildlogs can download all build logs.
There are 19 arches logs now, I checked these logs:
cd libecap_experimental_logs
grep "^-\ (optional=templinst" * |awk -F":" {'print $2'}|sort|uniq
- (optional=templinst|arch=!powerpc
!riscv64)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag@Base 1.0.1
- (optional=templinst|arch=!powerpc
!riscv64)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 1.0.1
grep "^-\ (optional=templinst" * |awk -F":" {'print $2'}|wc -l
34
That is say, these two lines are not need in these 19 arches.
Please note that Ubuntu has resolved this with
libecap (1.0.1-3.2ubuntu1) focal; urgency=medium
* Update symbols file for riscv64.
-- Matthias Klose <d...@ubuntu.com> Sun, 05 Apr 2020 09:38:05 +0200
Please check first if you are missing something else.