[Slackbuilds-users] heimdal crashes

Thibaut Notteboom thibaut.notteboom at gmail.com
Mon Jan 23 19:36:08 UTC 2012


Hello,

Are you on slackware 13.37 ?

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

If you are on 12.1, 13.0 or 13.1, you can use heimdal 1.4 :
http://slackbuilds.org/repository/13.1/network/heimdal/

If you absolutly want to use heimdal 1.5.1, I'am afraid you have to upgrade
your slackware version...

Sincerely yours,
--
Thibaut

2012/1/23 Helmut Hullen <Hullen at t-online.de>

> Hallo, slackbuilds-users,
>
> I've just tried to compile heimdal-1.5.1
>
> It crashes with
>
> [...]
>
> Making all in hdb
> make[2]: Entering directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'
> ../../lib/asn1/asn1_compile ./hdb.asn1 hdb_asn1
> ../../lib/com_err/compile_et hdb_err.et
> make  all-am
> make[3]: Entering directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'
> /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
> 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
> 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
> mv -f .deps/common.Tpo .deps/common.Plo
> /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
> 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
> db.c: In function 'DB_close':
> db.c:48:5: error: too few arguments to function 'd->close'
> db.c: In function 'DB_lock':
> db.c:67:5: error: too few arguments to function 'd->fd'
> db.c: In function 'DB_unlock':
> db.c:80:5: error: too few arguments to function 'd->fd'
> db.c: In function 'DB_seq':
> db.c:104:15: error: 'DB' has no member named 'seq'
> db.c:123:43: error: 'R_NEXT' undeclared (first use in this function)
> db.c:123:43: note: each undeclared identifier is reported only once for
> each function it appears in
> db.c: In function 'DB_firstkey':
> db.c:146:46: error: 'R_FIRST' undeclared (first use in this function)
> db.c: In function 'DB_nextkey':
> db.c:153:46: error: 'R_NEXT' undeclared (first use in this function)
> db.c: In function 'DB__get':
> db.c:187:5: warning: passing argument 2 of 'd->get' from incompatible
> pointer type
> db.c:187:5: note: expected 'struct DB_TXN *' but argument is of type
> 'struct DBT *'
> db.c:187:5: error: too few arguments to function 'd->get'
> db.c: In function 'DB__put':
> db.c:219:47: error: 'R_NOOVERWRITE' undeclared (first use in this function)
> db.c:219:5: warning: passing argument 2 of 'd->put' from incompatible
> pointer type
> db.c:219:5: note: expected 'struct DB_TXN *' but argument is of type
> 'struct DBT *'
> db.c:219:5: error: too few arguments to function 'd->put'
> db.c: In function 'DB__del':
> db.c:245:5: warning: passing argument 2 of 'd->del' from incompatible
> pointer type
> db.c:245:5: note: expected 'struct DB_TXN *' but argument is of type
> 'struct DBT *'
> db.c:245:5: error: too few arguments to function 'd->del'
> db.c: In function 'DB_open':
> db.c:269:5: warning: implicit declaration of function 'dbopen'
> db.c:269:5: warning: nested extern declaration of 'dbopen'
> db.c:269:16: warning: assignment makes pointer from integer without a cast
> db.c:273:13: warning: assignment makes pointer from integer without a cast
> db.c: In function 'DB_nextkey':
> db.c:154:1: warning: control reaches end of non-void function
> db.c: In function 'DB_firstkey':
> db.c:147:1: warning: control reaches end of non-void function
> make[3]: *** [db.lo] Error 1
> make[3]: Leaving directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/tmp/SBo/heimdal-1.5.1/lib/hdb'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/SBo/heimdal-1.5.1/lib'
> make: *** [all-recursive] Error 1
>
> #-------------------------------------------
>
> Where's the problem?
>
> Viele Gruesse!
> Helmut
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20120123/bbc8cc3c/attachment-0001.html>


More information about the SlackBuilds-users mailing list