<div style>Hello,</div><div style><br></div><div style>Are you on slackware 13.37 ?</div><div style><br></div><div style>I remember I already saw this problem compiling heimdal 1.5.1, but it was on slackware 12.1, which have an different version of berkeley db than 13.37...</div>
<div style><br></div><div style>If you are on 12.1, 13.0 or 13.1, you can use heimdal 1.4 : <a href="http://slackbuilds.org/repository/13.1/network/heimdal/" target="_blank" style="color:rgb(17,85,204)">http://slackbuilds.org/repository/13.1/network/heimdal/</a></div>
<div style><br></div><div style>If you absolutly want to use heimdal 1.5.1, I'am afraid you have to upgrade your slackware version...</div><div style><br></div><div style>Sincerely yours,</div><div style>--</div><div style>
Thibaut</div><br><div class="gmail_quote">2012/1/23 Helmut Hullen <span dir="ltr"><<a href="mailto:Hullen@t-online.de">Hullen@t-online.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hallo, slackbuilds-users,<br>
<br>
I've just tried to compile heimdal-1.5.1<br>
<br>
It crashes with<br>
<br>
[...]<br>
<br>
Making all in hdb<br>
make[2]: Entering directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'<br>
../../lib/asn1/asn1_compile ./hdb.asn1 hdb_asn1<br>
../../lib/com_err/compile_et <a href="http://hdb_err.et" target="_blank">hdb_err.et</a><br>
make  all-am<br>
make[3]: Entering directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'<br>
/bin/sh ../../libtool --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include  -I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1   -DHDB_DB_DIR=\"/var/heimdal\" -I./../krb5 -I../../lib/sqlite   -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs  -O2 -march=i486 -mtune=i686 -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c<br>

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1 -DHDB_DB_DIR=\"/var/heimdal\" -I./../krb5 -I../../lib/sqlite -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -O2 -march=i486 -mtune=i686 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c  -fPIC -DPIC -o .libs/common.o<br>

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1 -DHDB_DB_DIR=\"/var/heimdal\" -I./../krb5 -I../../lib/sqlite -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -O2 -march=i486 -mtune=i686 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o >/dev/null 2>&1<br>

mv -f .deps/common.Tpo .deps/common.Plo<br>
/bin/sh ../../libtool --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include  -I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1   -DHDB_DB_DIR=\"/var/heimdal\" -I./../krb5 -I../../lib/sqlite   -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs  -O2 -march=i486 -mtune=i686 -MT db.lo -MD -MP -MF .deps/db.Tpo -c -o db.lo db.c<br>

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1 -DHDB_DB_DIR=\"/var/heimdal\" -I./../krb5 -I../../lib/sqlite -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -O2 -march=i486 -mtune=i686 -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c  -fPIC -DPIC -o .libs/db.o<br>

db.c: In function 'DB_close':<br>
db.c:48:5: error: too few arguments to function 'd->close'<br>
db.c: In function 'DB_lock':<br>
db.c:67:5: error: too few arguments to function 'd->fd'<br>
db.c: In function 'DB_unlock':<br>
db.c:80:5: error: too few arguments to function 'd->fd'<br>
db.c: In function 'DB_seq':<br>
db.c:104:15: error: 'DB' has no member named 'seq'<br>
db.c:123:43: error: 'R_NEXT' undeclared (first use in this function)<br>
db.c:123:43: note: each undeclared identifier is reported only once for each function it appears in<br>
db.c: In function 'DB_firstkey':<br>
db.c:146:46: error: 'R_FIRST' undeclared (first use in this function)<br>
db.c: In function 'DB_nextkey':<br>
db.c:153:46: error: 'R_NEXT' undeclared (first use in this function)<br>
db.c: In function 'DB__get':<br>
db.c:187:5: warning: passing argument 2 of 'd->get' from incompatible pointer type<br>
db.c:187:5: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'<br>
db.c:187:5: error: too few arguments to function 'd->get'<br>
db.c: In function 'DB__put':<br>
db.c:219:47: error: 'R_NOOVERWRITE' undeclared (first use in this function)<br>
db.c:219:5: warning: passing argument 2 of 'd->put' from incompatible pointer type<br>
db.c:219:5: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'<br>
db.c:219:5: error: too few arguments to function 'd->put'<br>
db.c: In function 'DB__del':<br>
db.c:245:5: warning: passing argument 2 of 'd->del' from incompatible pointer type<br>
db.c:245:5: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'<br>
db.c:245:5: error: too few arguments to function 'd->del'<br>
db.c: In function 'DB_open':<br>
db.c:269:5: warning: implicit declaration of function 'dbopen'<br>
db.c:269:5: warning: nested extern declaration of 'dbopen'<br>
db.c:269:16: warning: assignment makes pointer from integer without a cast<br>
db.c:273:13: warning: assignment makes pointer from integer without a cast<br>
db.c: In function 'DB_nextkey':<br>
db.c:154:1: warning: control reaches end of non-void function<br>
db.c: In function 'DB_firstkey':<br>
db.c:147:1: warning: control reaches end of non-void function<br>
make[3]: *** [db.lo] Error 1<br>
make[3]: Leaving directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'<br>
make[2]: *** [all] Error 2<br>
make[2]: Leaving directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/tmp/SBo/heimdal-1.5.1/lib'<br>
make: *** [all-recursive] Error 1<br>
<br>
#-------------------------------------------<br>
<br>
Where's the problem?<br>
<br>
Viele Gruesse!<br>
Helmut<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div><br><br>