Summary: | FTBFS in loader: missing fstat | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vadim Rutkovsky <vrutkovs> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Always include stat header in loader |
Description
Vadim Rutkovsky
2015-03-11 10:48:57 UTC
Sigh... you again with the fstat() implicit declaration :P But seriously that code has been there for 3+ months and no-one has reported a thing, despite the missing include. There must be something really special in your setup. Anywho this patch should address the error. Can you give it a try ? http://patchwork.freedesktop.org/patch/44455/ Thanks Emil And just in case there was some misunderstanding - your system is reporting the correct thing. I'm wondering why we haven't seen this before. (In reply to Emil Velikov from comment #1) > Sigh... you again with the fstat() implicit declaration :P > But seriously that code has been there for 3+ months and no-one has reported > a thing, despite the missing include. There must be something really special > in your setup. Its Continuous being extremely pedantic during build - this will most likely not affect distributions, but might uncover some bugs. > Anywho this patch should address the error. Can you give it a try ? > http://patchwork.freedesktop.org/patch/44455/ Rebuild mesa from master with this patch, so +1 from me > Rebuild mesa from master with this patch, so +1 from me What is G+ doing to us :P Pushed to master commit 771cd266b9d00bdcf2cf7acaa3c8363c358d7478 Author: Emil Velikov <emil.l.velikov@gmail.com> Date: Wed Mar 11 19:12:35 2015 +0000 loader: include <sys/stat.h> for non-sysfs builds |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.