Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 433905 - agave failed massrebuild attempt for GCC 4.3
Summary: agave failed massrebuild attempt for GCC 4.3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: agave
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Aurelien Bompard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: gcc43errors
TreeView+ depends on / blocked
 
Reported: 2008-02-22 01:39 UTC by Jesse Keating
Modified: 2013-01-10 02:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-27 16:58:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to fix the build (418 bytes, patch)
2008-03-27 15:44 UTC, Christopher Aillon
no flags Details | Diff

Description Jesse Keating 2008-02-22 01:39:46 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=435845
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Jon Stanley 2008-02-22 01:53:13 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

Comment 2 Christopher Aillon 2008-03-27 15:44:56 UTC
Created attachment 299345 [details]
Patch to fix the build

Easy fix in the afflicted header file.

Comment 3 Christopher Aillon 2008-03-27 16:58:03 UTC
Committed and built:
http://koji.fedoraproject.org/koji/buildinfo?buildID=44055


Note You need to log in before you can comment on or make changes to this bug.