Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289608 - app-crypt/xca-0.7.0 does not compile with GCC 4.4
Summary: app-crypt/xca-0.7.0 does not compile with GCC 4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-18 17:42 UTC by nebojsa
Modified: 2009-11-02 09:32 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nebojsa 2009-10-18 17:42:49 UTC
When trying to emerge app-crypt/xca-0.7.0 on a sistem with sys-devel/gcc-4.4.x it failed complaining that:
‘uint32_t’ does not name a type


Reproducible: Always

Steps to Reproduce:
1. emerge sys-devel/gcc-4.4.x 
2. emerge =app-crypt/xca-0.7.0 


Actual Results:  
emerge fails with:
db.h:36: error: ‘uint32_t’ does not name a type


Expected Results:  
clean compile

Editing 
lib/db.cpp
lib/pki_base.h
widgets/NewX509.h
lib/db_base.h
and adding 
#include <stdint.h> 
at the beginning fixes the problem
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-10-18 17:54:39 UTC
Thanks. You almost got it right, it was only db.h that needed it.
Comment 2 nebojsa 2009-10-18 18:03:23 UTC
(In reply to comment #1)
> Thanks. You almost got it right, it was only db.h that needed it.
> 

That was a really fast answer. Cheers.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-02 05:36:38 UTC
Please close this bug after sending the patch to upstream.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-11-02 09:32:35 UTC
Sent (by e-mail).