http://qa.mandrakesoft.com/show_bug.cgi?id=4999
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-03-09 11:40 -------
ok, I have hopefuly fixed it in 3mdk
/usr/include/ext2fs/ext2_err.h:#include <et/com_err.h>
/usr/include/ext2fs/ext2fs.h:#include "com_err.h"
/usr/include/ext2fs/ext2fs.h:#include <et/com_err.h>
/usr/include/ss/ss_err.h:#include <et/com_err.h>
/usr/include/kadm5/adb_err.h:#include <et/com_err.h>
/usr/include/kadm5/adb.h:#include <et/com_err.h>
/usr/include/kadm5/admin.h:#include <et/com_err.h>
/usr/include/kadm5/chpass_util_strings.h:#include <et/com_err.h>
/usr/include/kadm5/kadm_err.h:#include <et/com_err.h>
/usr/include/kerberosIV/kadm_err.h:#include <et/com_err.h>
/usr/include/kerberosIV/krb_err.h:#include <et/com_err.h>
/usr/include/profile.h:#include <et/com_err.h>
/usr/include/krb5.h:#include <et/com_err.h>
/usr/include/krb5.h:#include <et/com_err.h>
/usr/include/krb5.h:#include <et/com_err.h>
/usr/include/krb5.h:#include <et/com_err.h>
/usr/include/krb5.h:#include <et/com_err.h>
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
Hi.
I'm trying to rebuild "php-kadm5" from contribs on klama but keep getting:
gcc -I. -I/home/oden/RPM/BUILD/kadm5-0.2.3 -DPHP_ATOM_INC
-I/home/oden/RPM/BUILD/kadm5-0.2.3/include
-I/home/oden/RPM/BUILD/kadm5-0.2.3/main -I/home/oden/RPM/BUILD/kadm5-0.2.3
-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend
-I/usr/include/php/TSRM -I/usr/include/krb5 -DHAVE_CONFIG_H -O2
-fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -c
/home/oden/RPM/BUILD/kadm5-0.2.3/kadm5.c -fPIC -DPIC -o kadm5.lo
In file included from /home/oden/RPM/BUILD/kadm5-0.2.3/kadm5.c:32:
/usr/include/kadm5/admin.h:44:28: com_err.h: No such file or directory
/home/oden/RPM/BUILD/kadm5-0.2.3/kadm5.c: In function `kadm5_error':
/home/oden/RPM/BUILD/kadm5-0.2.3/kadm5.c:439: warning: deprecated use of label
at end of compound statement
make: *** [kadm5.lo] Error 1
For some reason this file is missing all of a sudden. I cannot find why
looking(skimming) in the CVS online browser. The header file must have been
there at some point because I have built php-kadm5-4.3.2_0.2.3-1mdk around Thu
Jun 05 2003.
Well, anyway the header is present in the krb5-1.3 source, would have been nice
if it was present in the krb5-devel package too.