Summary: | section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Vitaly Chikunov <vt> |
Component: | rust | Assignee: | Ajrat Makhmutov <rauty> |
Status: | RESOLVED LATER | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | crux, iv, ldv, legion, rauty |
Version: | unstable | ||
Hardware: | x86 | ||
OS: | Linux |
Description
Vitaly Chikunov
2022-02-19 08:45:02 MSK
Потрудитесь описать проблему нормально. Цитата лога сборки таковым описанием не является. Я не буду тратить время и выяснять, что вы имели в виду этой цитатой.
> ldv had some suggestions, but I forgot what he said.
Вот это вообще прекрасно.
Переоткройте багу, когда вспомните и переформулируете.
Every binary produced by rust has this problem diagnosed by eu-elfint: section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS $ cd beehive/logs/Sisyphus/x86_64/latest/success/ && grep -F 'ALLOC|MERGE|STRINGS' * alacritty-0.10.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS b3sum-1.2.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS cbindgen-0.20.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS fractal-4.4.1b1-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS git-delta-0.12.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS hyperfine-1.12.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS maturin-0.11.3-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS rav1e-0.5.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS ripgrep-13.0.0-alt2:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS solanum-3.0.1-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS vector-0.18.1-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS vml-0.1.5-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS watchexec-1.17.1-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS waylock-0.3.3-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS xsv-0.13.0-alt1:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS zincati-0.0.22-alt6:section [18] '.debug_gdb_scripts' has wrong flags: expected none, is ALLOC|MERGE|STRINGS При сборке утилит вместе с rust я ничего такого не наблюдаю. Так что это не "every binary". Продолжаю настаивать на нормальном формулировании багрепорта. Наш rpm-build пишет много чего. (In reply to Alexey Gladkov from comment #4) > При сборке утилит вместе с rust я ничего такого не наблюдаю. Так что это не > "every binary". Every non-stripped binary? (Ответ для Dmitry V. Levin на комментарий #6) > (In reply to Alexey Gladkov from comment #4) > > При сборке утилит вместе с rust я ничего такого не наблюдаю. Так что это не > > "every binary". > > Every non-stripped binary? Вот это и стоит отразить в новом тексте багрепорта. А также стоит упомянуть почему этот "wrong flags" плох и чем грозит. У меня нет никакой информации об этом, а также серьёзность проблемы. Более простой reproducer также был бы полезен. Прошло достаточно времени, чтобы сформулировать что же не работает. Переоткройте, когда появится конкретная информация. |