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 434534 - notecase failed massrebuild attempt for GCC 4.3
Summary: notecase failed massrebuild attempt for GCC 4.3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: notecase
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Damien Durand
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: gcc43errors
TreeView+ depends on / blocked
 
Reported: 2008-02-22 16:34 UTC by Jesse Keating
Modified: 2013-01-10 03:17 UTC (History)
1 user (show)

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


Attachments (Terms of Use)
Fix the build (6.07 KB, patch)
2008-03-27 04:21 UTC, Christopher Aillon
no flags Details | Diff

Description Jesse Keating 2008-02-22 16:34:21 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=452297
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Jesse Keating 2008-02-22 22:14:21 UTC
Putting this back on the tracker until it gets triaged.  Please don't remove it.

Comment 2 Henning Norén 2008-02-22 22:51:59 UTC
===> Compiling src/OptionsDialog.cpp
./src/callbacks.cpp: In function 'gint treeview_keyboard_handler(GtkWidget*,
GdkEventKey*)':
./src/callbacks.cpp:1642: error: 'abs' was not declared in this scope
./src/callbacks.cpp: In function 'void on_menu_insert_date_time(GtkMenuItem*,
void*)':
./src/callbacks.cpp:3349: error: 'abs' was not declared in this scope
./src/callbacks.cpp:3388: error: 'abs' was not declared in this scope
./src/callbacks.cpp: In function 'bool autosave_check_crash()':
./src/callbacks.cpp:3612: error: 'atoi' was not declared in this scope
In file included from ./src/interface.cpp:48:
./src/../res/internal_blank.xpm:30: warning: deprecated conversion from string 

...

./src/../res/internal_recycle.xpm:25: warning: deprecated conversion from string
constant to 'char*'
make: *** [bin/callbacks.o] Error 1
make: *** Waiting for unfinished jobs....
./src/DocActionSort.cpp: In member function 'bool
SortComparator::operator()(const int&, const int&)':
./src/DocActionSort.cpp:41: error: 'strcasecmp' was not declared in this scope
make: *** [bin/DocActionSort.o] Error 1
./src/main.cpp: In function 'const char* GetIniFile()':
./src/main.cpp:69: error: 'getenv' was not declared in this scope
./src/main.cpp: In function 'std::string GetHelpFile()':
./src/main.cpp:87: error: 'getenv' was not declared in this scope
./src/main.cpp: In function 'void lock_process_memory()':
./src/main.cpp:246: error: 'exit' was not declared in this scope
./src/main.cpp: In function 'int main(int, char**)':
./src/main.cpp:270: error: 'exit' was not declared in this scope
./src/main.cpp:418: error: 'atoi' was not declared in this scope
./src/main.cpp:427: error: 'atoi' was not declared in this scope
make: *** [bin/main.o] Error 1

Comment 3 Christopher Aillon 2008-03-27 04:21:11 UTC
Created attachment 299265 [details]
Fix the build

This patch fixes the build against gcc 4.3

Comment 4 Christopher Aillon 2008-03-27 04:30:18 UTC
Committed and built successfully.
http://koji.fedoraproject.org/koji/buildinfo?buildID=44011


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