diff options
Diffstat (limited to 'results/scraper/fex/1450')
| -rw-r--r-- | results/scraper/fex/1450 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/scraper/fex/1450 b/results/scraper/fex/1450 new file mode 100644 index 000000000..c33865c9f --- /dev/null +++ b/results/scraper/fex/1450 @@ -0,0 +1,27 @@ +no member named '__sem_otime_high' in 'semid_ds' +Looks like a glibc and kernel desync. Needs to get investigated. +``` +now stuck in +../Source/Tests/LinuxSyscalls/x64/Types.h:83:11: error: no member named '__sem_otime_high' in 'semid_ds' + buf.__sem_otime_high = sem_otime_high; +Loads of these? +skmp@mangie:~/projects/FEX/build$ uname -a +Linux mangie.hosts.hn.nilware.io 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux +skmp@mangie:~/projects/FEX/build$ lsb_release -a +No LSB modules are available. +Distributor ID: Ubuntu +Description: Ubuntu 20.04.3 LTS +Release: 20.04 +Codename: focal +uhoh +#ifndef _M_ARM_64 + // AArch64 doesn't have these legacy high variables + buf.__sem_otime_high = sem_otime_high; + buf.__sem_ctime_high = sem_ctime_high; +#endif +apparently, x86_64 doesn't either? +yes +those ifdefs seem broken +Sonicadvance1 — Today at 4:33 AM +Create an issue report about it. Will need to double check the kernel interface and see if this is a mismatch between glibc and kernel +``` \ No newline at end of file |