Bug 433973
| Summary: | slim failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | slim | Assignee: | Anders F Björklund <afb> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.3.0-4.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-22 14:48:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 433629 | ||
|
Description
Jesse Keating
2008-02-22 12:51:31 UTC
Error in i386 build.log: cfg.cpp: In member function 'std::string Cfg::getWelcomeMessage()': cfg.cpp:202: warning: ignoring return value of 'int getdomainname(char*, size_t)', declared with attribute warn_unused_result cfg.cpp: In static member function 'static int Cfg::string2int(const char*, bool*)': cfg.cpp:212: error: 'strtol' was not declared in this scope make: *** [cfg.o] Error 1 Yup, including <stdlib.h> should fix it I think... |