Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 214181

Summary: dev-util/xxdiff-3.2-r1 fails w/gcc 4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: gcc-porting, martin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: 05_417780_gcc4.3_ftbfs.dpatch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-03-21 22:27:17 UTC
main.cpp: In function ‘int main(int, char**, char**)’:
main.cpp:62: error: ‘putenv’ was not declared in this scope
make: *** [main.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ./resources.h:652,
                 from ./line.h:40,
                 from ./app.h:36,
                 from overview.cpp:29:
./resources.inline.h: In member function ‘int* XxResources::getDynProgTable(uint, uint) const’:
./resources.inline.h:266: error: ‘realloc’ was not declared in this scope
In file included from /usr/kde/3.5/include/kaboutdata.h:25,
                 from /usr/kde/3.5/include/kaboutapplication.h:27,
                 from ./kdeSupport.h:42,
                 from ./app.h:48,
                 from overview.cpp:29:
/usr/qt/3/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
/usr/qt/3/include/qimage.h:58: warning: suggest parentheses around && within ||
make: *** [overview.o] Error 1


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-03-21 22:29:22 UTC
Created attachment 146793 [details, diff]
05_417780_gcc4.3_ftbfs.dpatch

Fixes the problem.
Snatched from debian:
http://bugs.debian.org/417780
Comment 2 Martin Väth 2008-04-20 09:27:36 UTC
*** Bug 218534 has been marked as a duplicate of this bug. ***