Hello Maintainer
I am getting the following error while build the program
gmake[2]: Entering directory
`/users.old/awarikoo/OpenSource/ccrypt-1.9/emacs'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
set x; \
list='ps-ccrypt.el'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS="emacs" /bin/sh ../elisp-comp "$@" || exit 1; \
else : ; fi
emacs: Invalid control argument. -batch
To overcome this temporarily I just remove the emacs directory from the
list of directories in the Makefile. The compilation goes on successfully
now.
However when I execute the check I get the following errors
gmake[2]: Entering directory
`/users.old/awarikoo/OpenSource/ccrypt-1.9/check'
gcc -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE rijndael-check.c -o
rijndael-check
bind: Undefined entry point: rijndaelKeySched, first referenced by
cc3NSgqj.
bind: Undefined entry point: xrijndaelKeySched, first referenced by
cc3NSgqj.
bind: Undefined entry point: rijndaelEncrypt, first referenced by
cc3NSgqj.
bind: Undefined entry point: xrijndaelEncrypt, first referenced by
cc3NSgqj.
bind: Undefined entry point: rijndaelDecrypt, first referenced by
cc3NSgqj.
bind: Undefined entry point: xrijndaelDecrypt, first referenced by
cc3NSgqj.
bind: Binding had warnings.
I added in the rijndael-alg-ref.o to get rid of all of the errors except
xrjindael* errors. I tried including ../src/rjindael.o but that threw a lot
more errors.
Please suggest a solution. I have attached the build log.
Thank You
bornlibra23
Nobody/Anonymous
None
None
Public
|
Date: 2009-09-08 14:19 I just verified that the patch works correctly. Please apply the patch to a |
|
Date: 2009-09-08 04:32 Hello Maintainer |
|
Date: 2009-09-07 21:48 Hi, |
|
Date: 2009-09-07 05:07 Hello Maintainer |
|
Date: 2009-09-07 04:36 Thank You Maintainer |
|
Date: 2009-09-05 00:19 OK, I have also added a --disable-emacs configuration option for |
|
Date: 2009-09-04 23:25 Thanks for reporting this bug. I am not familiar with Stratus VOS, and this |
|
Date: 2009-09-04 11:13 The program itself works fine through the basic tests I threw at it. |
| Filename | Description | Download |
|---|---|---|
| ccrypt-1.9-patch2-ac.diff | Patch including automake/autoconf-generated changes | Download |
| ccrypt-1.9-patch2.diff | Patch | Download |
| ccrypt-1.9.txt | Build Log | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 342123: ccrypt-1.9-patch2-ac.diff | 2009-09-07 21:50 | selinger |
| allow_comments | 0 | 2009-09-05 00:22 | selinger |
| close_date | - | 2009-09-05 00:19 | selinger |
| allow_comments | 1 | 2009-09-05 00:19 | selinger |
| resolution_id | None | 2009-09-05 00:19 | selinger |
| status_id | Open | 2009-09-05 00:19 | selinger |
| File Added | 341833: ccrypt-1.9-patch2.diff | 2009-09-05 00:16 | selinger |
| File Deleted | 341830: | 2009-09-05 00:14 | selinger |
| data_type | 429289 | 2009-09-04 23:25 | selinger |
| File Added | 341830: ccrypt-1.9-patch.diff | 2009-09-04 23:20 | selinger |
| File Added | 341751: ccrypt-1.9.txt | 2009-09-04 11:10 | bornlibra23 |