Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88773 - Missing include statement in cracklib-2.8.2
Summary: Missing include statement in cracklib-2.8.2
Status: RESOLVED DUPLICATE of bug 85557
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 14:39 UTC by Christian Roessner
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 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 ***