Bug ID | 1231041 |
---|---|
Summary | taigo: fails to build in Factory |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | All |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | uhhadd@gmail.com |
Reporter | bwiedemann@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | Development |
Blocker | --- |
While working on reproducible builds for openSUSE, I noticed that taigo started to fail to build in Factory on 2024-08-27 maybe with the switch to gcc14 as default compiler. https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Rebuild/taigo/standard/x86_64 ../src/gdb.c: In function ‘gdb_check’: ../src/gdb.c:22:7: error: implicit declaration of function ‘perror’; did you mean ‘strerror’? [-Wimplicit-function-declaration] 22 | perror("fork");