Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 202446
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-gfx herd <graphics@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
graphviz-2.16.1-gcc43-missing-includes.patch graphviz-2.16.1-gcc43-missing-includes.patch patch Ryan Hill 2007-12-16 02:44 0000 673 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 202446 depends on: Show dependency tree
Bug 202446 blocks: 198121
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-16 02:39 0000
During the GCC 4.3 cycle there was a massive cleanup of the C++ header
dependencies.  A lot of headers were being pulled in indirectly by others even
if they weren't needed, wasting time and resources.  Code which worked up until
now because it happened to (accidentally or intentionally) rely on this can
fail to build.

The attached patch fixes two such errors in graphviz-2.12:

generate-constraints.cpp:155: error: 'qsort' was not declared in this scope
csolve_VPSC.cpp:97: error: 'exit' was not declared in this scope

These are also present in the latest version, 2.16.1.

------- Comment #1 From Ryan Hill 2007-12-16 02:44:33 0000 -------
Created an attachment (id=138598) [details]
graphviz-2.16.1-gcc43-missing-includes.patch

------- Comment #2 From Ryan Hill 2007-12-16 22:46:11 0000 -------
fixed in 2.16.1

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug