>>> Source unpacked.
gcc -Wall -DAPG_USE_CRYPT -DAPG_USE_CRACKLIB
'-DCRACKLIB_DICTPATH="/usr/lib/cracklib_dict"' -o apg bloom.c ./sha/sha.c
./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c
convert.c -lm -lcrypt -lcrack
gcc -DAPGBFM -o apgbfm apgbfm.c bloom.c sha/sha.c errors.c getopt.c convert.c
-lm
In file included from restrict.h:37,
from restrict.c:36:
/usr/include/packer.h:91: error: syntax error before "FindPW"
restrict.c: In function `cracklib_check_pass':
restrict.c:206: warning: implicit declaration of function `FascistCheck'
restrict.c:206: warning: assignment makes pointer from integer without a cast
In file included from restrict.h:37,
from apg.c:83:
/usr/include/packer.h:91: error: syntax error before "FindPW"
apg.c: In function `get_user_seq':
apg.c:616: warning: int format, different type arg (arg 2)
make: *** [apg] Error 1
Emerge works fine with USE="-cracklib". I have emerged this package before on
my ~amd64 machine perfectly before I upgraded to glibc-2.4
The exact vsion is: app-admin/apg-2.3.0b-r1