Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214181 - dev-util/xxdiff-3.2-r1 fails w/gcc 4.3.0
Summary: dev-util/xxdiff-3.2-r1 fails w/gcc 4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 218534 (view as bug list)
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-03-21 22:27 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-20 09:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
05_417780_gcc4.3_ftbfs.dpatch (05_417780_gcc4.3_ftbfs.dpatch,872 bytes, patch)
2008-03-21 22:29 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***