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

Bug 88773

Summary: Missing include statement in cracklib-2.8.2
Product: Gentoo Linux Reporter: Christian Roessner <c>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Roessner 2005-04-11 14:39:48 UTC
Hi,

in file /usr/include/packer.h there is a #include missing.

--- snip ---
/* This header expects the SUSv2 integer types to be available, if not,
   it will not compile. */


#include <stdio.h>
#include <ctype.h>
#include <crack.h>
#include <idn-int.h>
--- snap ---

You need the idn-int.h for the uint*_t types, otherwise you will get errors while trying to compile something like mod_php-4.3.11-r1.

Regards

Christian


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-04-11 17:53:07 UTC

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