Release?

Simon Josefsson jas@extundo.com
Sat, 05 Jul 2003 20:54:59 +0200


Moritz Schulte <moritz@duesseldorf.ccc.de> writes:

> Simon Josefsson <jas@extundo.com> writes:
>
>> Is a release far away?
>
> No. :) The plan seems to be to release in about two weeks or something
> like that.

Great.  Two portability problems with libgpg-error:

Many platforms, e.g., alphaev68-dec-osf5.1:

Making install in errcrypto
No suffix list.
Making install in m4
No suffix list.
No suffix list.
Making install in src
nawk -f ./mkstrtable.awk ./err-sources.h.in >err-sources.h
nawk -f ./mkstrtable.awk ./err-codes.h.in >err-codes.h
nawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
nawk -f ./mkerrcodes1.awk ./errnos.in  | cc -E - | grep GPG_ERR_ | sort -n  | nawk -f ./mkerrcodes2.awk >code-from-errno.h
make  install-am
source='strsource.c' object='strsource.lo' libtool=yes  depfile='.deps/strsource.Plo' tmpdepfile='.deps/strsource.TPlo'  depmode=tru64 /bin/ksh ../depcomp  /bin/ksh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..      -g -c -o strsource.lo `test -f 'strsource.c' || echo './'`strsource.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I.. -g -c -MD strsource.c  -o .libs/strsource.o
cc: Error: ./gpg-error.h, line 438: Missing ";". (nosemi)
static __inline__ gpg_error_t
------------------^
cc: Error: ./gpg-error.h, line 453: Missing ";". (nosemi)
static __inline__ gpg_error_t
------------------^
cc: Error: ./gpg-error.h, line 461: Missing ";". (nosemi)
static __inline__ gpg_err_code_t
------------------^
cc: Error: ./gpg-error.h, line 469: Missing ";". (nosemi)
static __inline__ gpg_err_source_t
------------------^
cc: Error: ./gpg-error.h, line 502: Missing ";". (nosemi)
static __inline__ gpg_error_t
------------------^
cc: Error: ./gpg-error.h, line 509: Missing ";". (nosemi)
static __inline__ gpg_error_t
------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

Those that can handle the above faile later, since sha1.c is missing
from Makefile.am.  This could be a local problem though.

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/tmp/jas/include -g -O2 -I../../errcrypto/src -Wall -c md5.c -Wp,-MD,.deps/md5.TPlo  -fPIC -o .libs/md5.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/tmp/jas/include -g -O2 -I../../errcrypto/src -Wall -c md5.c -Wp,-MD,.deps/md5.TPlo -o md5.o >/dev/null 2>&1
make: don't know how to make sha1.lo. Stop

make: stopped in /tmp/jas/shishi-0.0.1/crypto/cipher
*** Error code 1

Stop.
make: stopped in /tmp/jas/shishi-0.0.1/crypto
*** Error code 1

Stop.
make: stopped in /tmp/jas/shishi-0.0.1