on the tc-work-musl branch of the package repository we have flex version 2.6.3. We need to update it to latest 2.6.4 but after an update the build fails with:
/usr/lib64/gcc/x86_64-unknown-linux-musl/6.3.0/../../../../x86_64-unknown-linux-musl/bin/ld: stage1flex-scan.o: unable to initialize decompress status for section .debug_info
the next message is that stage1flex-scan.o is unrecogniozed format.
on the tc-work-musl branch of the package repository we have flex version 2.6.3. We need to update it to latest 2.6.4 but after an update the build fails with:
```
/usr/lib64/gcc/x86_64-unknown-linux-musl/6.3.0/../../../../x86_64-unknown-linux-musl/bin/ld: stage1flex-scan.o: unable to initialize decompress status for section .debug_info
```
the next message is that `stage1flex-scan.o` is unrecogniozed format.
not that it means anything, but 0-flex works on user/amery/janus over a ubuntu 20.04 host at least
== 2020-11-09 20:49:43 =[0]=> Building base/flex [2.6.4 master].
-> Parallel build using 24 jobs enabled.
-> Preparing build in src.flex.multi.20201109.204942.1873.37f43797a206
-> Writing build output to $root/var/adm/logs/0-flex.out
*> Corrected ./m4/libtool.m4
-> $root/var/adm/logs/0-flex.out -> 0-flex.log
== 2020-11-09 20:50:47 =[0]=> Finished building package flex.
not that it means anything, but `0-flex` works on `user/amery/janus` over a ubuntu 20.04 host at least
```txt
== 2020-11-09 20:49:43 =[0]=> Building base/flex [2.6.4 master].
-> Parallel build using 24 jobs enabled.
-> Preparing build in src.flex.multi.20201109.204942.1873.37f43797a206
-> Writing build output to $root/var/adm/logs/0-flex.out
*> Corrected ./m4/libtool.m4
-> $root/var/adm/logs/0-flex.out -> 0-flex.log
== 2020-11-09 20:50:47 =[0]=> Finished building package flex.
```
karasz
added this to the (deleted) project 4 years ago
karasz
added this to the Toolchain modernization project 4 years ago
on the tc-work-musl branch of the package repository we have flex version 2.6.3. We need to update it to latest 2.6.4 but after an update the build fails with:
the next message is that
stage1flex-scan.o
is unrecogniozed format.not that it means anything, but
0-flex
works onuser/amery/janus
over a ubuntu 20.04 host at least