Bug 433905
Summary: | agave failed massrebuild attempt for GCC 4.3 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||
Component: | agave | Assignee: | Aurelien Bompard <gauret> | ||||
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: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-03-27 16:58:03 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 | ||||||
Attachments: |
|
Description
Jesse Keating
2008-02-22 01:39:46 UTC
PPC: In file included from gcs-bookmarklist.h:38, from gcs-bookmarklist.cc:37: ../../src/paletteparser/palette.h: In member function 'Glib::ustring pp::Palette::parse_name(const char*)': ../../src/paletteparser/palette.h:157: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:159: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'size_t pp::Palette::parse_columns(const char*)': ../../src/paletteparser/palette.h:172: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:175: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'bool pp::Palette::parse_header(const char*)': ../../src/paletteparser/palette.h:189: error: 'strncmp' was not declared in this scope i386: n file included from gcs-paletteview.h:42, from gcs-paletteview.cc:33: ../../src/paletteparser/palette.h: In member function 'Glib::ustring pp::Palette::parse_name(const char*)': ../../src/paletteparser/palette.h:157: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:159: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'size_t pp::Palette::parse_columns(const char*)': ../../src/paletteparser/palette.h:172: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:175: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'bool pp::Palette::parse_header(const char*)': ../../src/paletteparser/palette.h:189: error: 'strncmp' was not declared in this scope In file included from palette-selector.h:33, from palette-selector.cc:31: ../../src/paletteparser/palette.h: In member function 'Glib::ustring pp::Palette::parse_name(const char*)': ../../src/paletteparser/palette.h:157: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:159: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'size_t pp::Palette::parse_columns(const char*)': ../../src/paletteparser/palette.h:172: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:175: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'bool pp::Palette::parse_header(const char*)': ../../src/paletteparser/palette.h:189: error: 'strncmp' was not declared in this scope gcs-cellrendererswatch.cc: In member function 'virtual void gcs::Widgets::CellRendererSwatch::render_vfunc(const Glib::RefPtr<Gdk::Drawable>&, Gtk::Widget&, const Gdk::Rectangle&, const Gdk::Rectangle&, const Gdk::Rectangle&, Gtk::CellRendererState)': gcs-cellrendererswatch.cc:110: warning: suggest parentheses around comparison in operand of & In file included from gcs-bookmarklist.h:38, from gcs-bookmarklist.cc:37: ../../src/paletteparser/palette.h: In member function 'Glib::ustring pp::Palette::parse_name(const char*)': ../../src/paletteparser/palette.h:157: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:159: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'size_t pp::Palette::parse_columns(const char*)': ../../src/paletteparser/palette.h:172: error: 'strstr' was not declared in this scope ../../src/paletteparser/palette.h:175: error: 'strlen' was not declared in this scope ../../src/paletteparser/palette.h: In member function 'bool pp::Palette::parse_header(const char*)': ../../src/paletteparser/palette.h:189: error: 'strncmp' was not declared in this scope Created attachment 299345 [details]
Patch to fix the build
Easy fix in the afflicted header file.
Committed and built: http://koji.fedoraproject.org/koji/buildinfo?buildID=44055 |