Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198344 - xf86-video-ati-6.7.195 fails to build because uint32_t is not defined, patch provided
Summary: xf86-video-ati-6.7.195 fails to build because uint32_t is not defined, patch ...
Status: VERIFIED DUPLICATE of bug 195035
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-07 11:08 UTC by Christopher Friedt
Modified: 2007-11-07 11:15 UTC (History)
0 users

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


Attachments
source patch to include <stdint.h> (xf86-video-ati-6.7.195-stdint.patch,963 bytes, patch)
2007-11-07 11:09 UTC, Christopher Friedt
Details | Diff
add the stdint patch source to the ebuild (xf86-video-ati-6.7.195-stdint-ebuild.patch,383 bytes, patch)
2007-11-07 11:13 UTC, Christopher Friedt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Friedt 2007-11-07 11:08:16 UTC
uint32_t is usually defined by including <stdint.h>
I will supply an ebuild patch as well as a patch which changes files src/atiprobe.h and src/atiprint.h

Reproducible: Always
Comment 1 Christopher Friedt 2007-11-07 11:09:51 UTC
Created attachment 135413 [details, diff]
source patch to include <stdint.h>

adds <stdint.h> into atiprobe.h and atiprint.h
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-07 11:10:08 UTC

*** This bug has been marked as a duplicate of bug 195035 ***

*** This bug has been marked as a duplicate of bug 195035 ***
Comment 3 Christopher Friedt 2007-11-07 11:13:47 UTC
Created attachment 135414 [details, diff]
add the stdint patch source to the ebuild

add the stdint patch source to the ebuild