my build script (worked for more than 10 years up to 3.7.14) failes with 3.7.16
/opt/python3/bin/python3 ../tables.py -i
Reading from `iconv -l'
Traceback (most recent call last):
File "/usr/src/rpm/BUILD/recode-3.7.16/src/../tables.py", line 1234, in <module>
main(*sys.argv[1:])
File "/usr/src/rpm/BUILD/recode-3.7.16/src/../tables.py", line 104, in main
self.iconv.digest()
File "/usr/src/rpm/BUILD/recode-3.7.16/src/../tables.py", line 487, in digest
self.data.append((aliases[0], aliases[1:]))
~~~~~~~^^^
IndexError: list index out of range
can you help? This is old platform (old glibc) but i keep the used software up to date
$ iconv --version iconv (GNU libc) 2.3.2
$ gcc4 --version gcc4 (GCC) 12.2.0
my build script (worked for more than 10 years up to 3.7.14) failes with 3.7.16
can you help? This is old platform (old glibc) but i keep the used software up to date
$ iconv --version iconv (GNU libc) 2.3.2
$ gcc4 --version gcc4 (GCC) 12.2.0