Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: GnuPG: devel

Libgcrypt compile on aix 4.3.2.0 failing, any help?

 

 

GnuPG devel RSS feed   Index | Next | Previous | View Threaded


rfransix at comcast

Mar 13, 2009, 9:15 PM

Post #1 of 4 (917 views)
Permalink
Libgcrypt compile on aix 4.3.2.0 failing, any help?

Any help on resolving this is greatly appreciated.

This is from libgcrypt-1.4.3, and the make for 1.4.4 is below (both fail).

# make
make all-recursive
Making all in mpi
source='mpih-div.c' object='mpih-div.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -Wpointer-arith -c -o mpih-div.lo mpih-div.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -Wpointer-arith -c mpih-div.c -Wp,-MD,.deps/mpih-div.TPlo -DPIC -o
.libs
/mpih-div.o
mpih-div.c: In function `_gcry_mpih_mod_1':
mpih-div.c:84: warning: implicit declaration of function `__udiv_w_sdiv'
mpih-div.c:98: Invalid `asm' statement:
mpih-div.c:98: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:99: Invalid `asm' statement:
mpih-div.c:99: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:104: Invalid `asm' statement:
mpih-div.c:104: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:105: Invalid `asm' statement:
mpih-div.c:105: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divrem':
mpih-div.c:288: Invalid `asm' statement:
mpih-div.c:288: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:352: Invalid `asm' statement:
mpih-div.c:352: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divmod_1':
mpih-div.c:445: Invalid `asm' statement:
mpih-div.c:445: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:446: Invalid `asm' statement:
mpih-div.c:446: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:451: Invalid `asm' statement:
mpih-div.c:451: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:452: Invalid `asm' statement:
mpih-div.c:452: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.






libgcrypt-1.4.4 make:

# make
make all-recursive
Making all in mpi
source='mpi-add.c' object='mpi-add.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-add.lo mpi-add.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-add.c -Wp,-MD,.deps/mpi-add.TPlo -DPIC -o .libs/mpi-add.o
source='mpi-bit.c' object='mpi-bit.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-bit.lo mpi-bit.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-bit.c -Wp,-MD,.deps/mpi-bit.TPlo -DPIC -o .libs/mpi-bit.o
source='mpi-cmp.c' object='mpi-cmp.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-cmp.lo mpi-cmp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-cmp.c -Wp,-MD,.deps/mpi-cmp.TPlo -DPIC -o .libs/mpi-cmp.o
source='mpi-div.c' object='mpi-div.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-div.lo mpi-div.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-div.c -Wp,-MD,.deps/mpi-div.TPlo -DPIC -o .libs/mpi-div.o
source='mpi-gcd.c' object='mpi-gcd.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-gcd.lo mpi-gcd.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-gcd.c -Wp,-MD,.deps/mpi-gcd.TPlo -DPIC -o .libs/mpi-gcd.o
source='mpi-inline.c' object='mpi-inline.lo' libtool=yes
DEPDIR=.deps depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compil
e gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g
-O2 -Wall -c -o mpi-inline.lo mpi-inline.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-inline.c -Wp,-MD,.deps/mpi-inline.TPlo -DPIC -o
.libs/mpi-inline.
o
source='mpi-inv.c' object='mpi-inv.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-inv.lo mpi-inv.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-inv.c -Wp,-MD,.deps/mpi-inv.TPlo -DPIC -o .libs/mpi-inv.o
source='mpi-mul.c' object='mpi-mul.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-mul.lo mpi-mul.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-mul.c -Wp,-MD,.deps/mpi-mul.TPlo -DPIC -o .libs/mpi-mul.o
source='mpi-mod.c' object='mpi-mod.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-mod.lo mpi-mod.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-mod.c -Wp,-MD,.deps/mpi-mod.TPlo -DPIC -o .libs/mpi-mod.o
source='mpi-pow.c' object='mpi-pow.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-pow.lo mpi-pow.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-pow.c -Wp,-MD,.deps/mpi-pow.TPlo -DPIC -o .libs/mpi-pow.o
source='mpi-mpow.c' object='mpi-mpow.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-mpow.lo mpi-mpow.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-mpow.c -Wp,-MD,.deps/mpi-mpow.TPlo -DPIC -o .libs/mpi-mpow.o
source='mpi-scan.c' object='mpi-scan.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-scan.lo mpi-scan.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-scan.c -Wp,-MD,.deps/mpi-scan.TPlo -DPIC -o .libs/mpi-scan.o
source='mpicoder.c' object='mpicoder.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpicoder.lo mpicoder.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpicoder.c -Wp,-MD,.deps/mpicoder.TPlo -DPIC -o .libs/mpicoder.o
source='mpih-div.c' object='mpih-div.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpih-div.lo mpih-div.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpih-div.c -Wp,-MD,.deps/mpih-div.TPlo -DPIC -o .libs/mpih-div.o
mpih-div.c: In function `_gcry_mpih_mod_1':
mpih-div.c:84: warning: implicit declaration of function `__udiv_w_sdiv'
mpih-div.c:98: Invalid `asm' statement:
mpih-div.c:98: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:99: Invalid `asm' statement:
mpih-div.c:99: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:104: Invalid `asm' statement:
mpih-div.c:104: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:105: Invalid `asm' statement:
mpih-div.c:105: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divrem':
mpih-div.c:288: Invalid `asm' statement:
mpih-div.c:288: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:352: Invalid `asm' statement:
mpih-div.c:352: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divmod_1':
mpih-div.c:445: Invalid `asm' statement:
mpih-div.c:445: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:446: Invalid `asm' statement:
mpih-div.c:446: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:451: Invalid `asm' statement:
mpih-div.c:451: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:452: Invalid `asm' statement:
mpih-div.c:452: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.


rfransix at comcast

Apr 7, 2009, 11:16 AM

Post #2 of 4 (832 views)
Permalink
RE: Libgcrypt compile on aix 4.3.2.0 failing, any help? [In reply to]

don't flame me...i'm struggling to libgcrypt made, any ideas are greatly
appreciated...i see fragments of this issue frequently...surely there is a
straightforward resolution...hoping so. thanks in advance.

_____

From: Richard Francis [mailto:rfransix [at] comcast]
Sent: Friday, March 13, 2009 11:15 PM
To: gnupg-devel [at] gnupg
Subject: Libgcrypt compile on aix 4.3.2.0 failing, any help?


Any help on resolving this is greatly appreciated.

This is from libgcrypt-1.4.3, and the make for 1.4.4 is below (both fail).

# make
make all-recursive
Making all in mpi
source='mpih-div.c' object='mpih-div.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -Wpointer-arith -c -o mpih-div.lo mpih-div.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -Wpointer-arith -c mpih-div.c -Wp,-MD,.deps/mpih-div.TPlo -DPIC -o
.libs
/mpih-div.o
mpih-div.c: In function `_gcry_mpih_mod_1':
mpih-div.c:84: warning: implicit declaration of function `__udiv_w_sdiv'
mpih-div.c:98: Invalid `asm' statement:
mpih-div.c:98: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:99: Invalid `asm' statement:
mpih-div.c:99: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:104: Invalid `asm' statement:
mpih-div.c:104: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:105: Invalid `asm' statement:
mpih-div.c:105: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divrem':
mpih-div.c:288: Invalid `asm' statement:
mpih-div.c:288: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:352: Invalid `asm' statement:
mpih-div.c:352: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divmod_1':
mpih-div.c:445: Invalid `asm' statement:
mpih-div.c:445: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:446: Invalid `asm' statement:
mpih-div.c:446: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:451: Invalid `asm' statement:
mpih-div.c:451: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:452: Invalid `asm' statement:
mpih-div.c:452: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.






libgcrypt-1.4.4 make:

# make
make all-recursive
Making all in mpi
source='mpi-add.c' object='mpi-add.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-add.lo mpi-add.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-add.c -Wp,-MD,.deps/mpi-add.TPlo -DPIC -o .libs/mpi-add.o
source='mpi-bit.c' object='mpi-bit.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-bit.lo mpi-bit.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-bit.c -Wp,-MD,.deps/mpi-bit.TPlo -DPIC -o .libs/mpi-bit.o
source='mpi-cmp.c' object='mpi-cmp.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-cmp.lo mpi-cmp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-cmp.c -Wp,-MD,.deps/mpi-cmp.TPlo -DPIC -o .libs/mpi-cmp.o
source='mpi-div.c' object='mpi-div.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-div.lo mpi-div.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-div.c -Wp,-MD,.deps/mpi-div.TPlo -DPIC -o .libs/mpi-div.o
source='mpi-gcd.c' object='mpi-gcd.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-gcd.lo mpi-gcd.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-gcd.c -Wp,-MD,.deps/mpi-gcd.TPlo -DPIC -o .libs/mpi-gcd.o
source='mpi-inline.c' object='mpi-inline.lo' libtool=yes
DEPDIR=.deps depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compil
e gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g
-O2 -Wall -c -o mpi-inline.lo mpi-inline.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-inline.c -Wp,-MD,.deps/mpi-inline.TPlo -DPIC -o
.libs/mpi-inline.
o
source='mpi-inv.c' object='mpi-inv.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-inv.lo mpi-inv.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-inv.c -Wp,-MD,.deps/mpi-inv.TPlo -DPIC -o .libs/mpi-inv.o
source='mpi-mul.c' object='mpi-mul.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-mul.lo mpi-mul.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-mul.c -Wp,-MD,.deps/mpi-mul.TPlo -DPIC -o .libs/mpi-mul.o
source='mpi-mod.c' object='mpi-mod.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-mod.lo mpi-mod.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-mod.c -Wp,-MD,.deps/mpi-mod.TPlo -DPIC -o .libs/mpi-mod.o
source='mpi-pow.c' object='mpi-pow.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gcc
-DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-pow.lo mpi-pow.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-pow.c -Wp,-MD,.deps/mpi-pow.TPlo -DPIC -o .libs/mpi-pow.o
source='mpi-mpow.c' object='mpi-mpow.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-mpow.lo mpi-mpow.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-mpow.c -Wp,-MD,.deps/mpi-mpow.TPlo -DPIC -o .libs/mpi-mpow.o
source='mpi-scan.c' object='mpi-scan.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpi-scan.lo mpi-scan.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpi-scan.c -Wp,-MD,.deps/mpi-scan.TPlo -DPIC -o .libs/mpi-scan.o
source='mpicoder.c' object='mpicoder.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpicoder.lo mpicoder.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpicoder.c -Wp,-MD,.deps/mpicoder.TPlo -DPIC -o .libs/mpicoder.o
source='mpih-div.c' object='mpih-div.lo' libtool=yes DEPDIR=.deps
depmode=gcc /bin/sh ../depcomp /bin/sh ../libtool --tag=CC
--mode=compile gc
c -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c -o mpih-div.lo mpih-div.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/usr/local/include -g -O2
-Wall -c mpih-div.c -Wp,-MD,.deps/mpih-div.TPlo -DPIC -o .libs/mpih-div.o
mpih-div.c: In function `_gcry_mpih_mod_1':
mpih-div.c:84: warning: implicit declaration of function `__udiv_w_sdiv'
mpih-div.c:98: Invalid `asm' statement:
mpih-div.c:98: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:99: Invalid `asm' statement:
mpih-div.c:99: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:104: Invalid `asm' statement:
mpih-div.c:104: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:105: Invalid `asm' statement:
mpih-div.c:105: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:134: Invalid `asm' statement:
mpih-div.c:134: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divrem':
mpih-div.c:288: Invalid `asm' statement:
mpih-div.c:288: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:352: Invalid `asm' statement:
mpih-div.c:352: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c: In function `_gcry_mpih_divmod_1':
mpih-div.c:445: Invalid `asm' statement:
mpih-div.c:445: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:446: Invalid `asm' statement:
mpih-div.c:446: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:451: Invalid `asm' statement:
mpih-div.c:451: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:452: Invalid `asm' statement:
mpih-div.c:452: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
mpih-div.c:480: Invalid `asm' statement:
mpih-div.c:480: fixed or forbidden register 64 (mq) was spilled for class
MQ_REGS.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.


cswiger at mac

Apr 7, 2009, 11:25 AM

Post #3 of 4 (847 views)
Permalink
Re: Libgcrypt compile on aix 4.3.2.0 failing, any help? [In reply to]

Hi--

On Apr 7, 2009, at 11:16 AM, Richard Francis wrote:
> don't flame me...i'm struggling to libgcrypt made, any ideas are
> greatly appreciated...i see fragments of this issue
> frequently...surely there is a straightforward resolution...hoping
> so. thanks in advance.

A quick search on the error message suggests that passing "--disable-
asm" to ./configure might help. It's not clear whether this is an
actual problem with the inline assembly code within libgcryppt, or a
result of a GCC bug...if the latter, it's also possible that using a
newer or different version of the compiler itself might be helpful.

Regards,
--
-Chuck


_______________________________________________
Gnupg-devel mailing list
Gnupg-devel [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-devel


rfransix at comcast

Apr 7, 2009, 1:03 PM

Post #4 of 4 (831 views)
Permalink
RE: Libgcrypt compile on aix 4.3.2.0 failing, any help? [In reply to]

Thanks for the reply.

The --disable-asm fails to help MAKE complete, same errors result. I've read
a report where the IBM C compiler does not encounter these errors. I will
try an earlier version of GCC++/GCC.



-----Original Message-----
From: Chuck Swiger [mailto:cswiger [at] mac]
Sent: Tuesday, April 07, 2009 1:26 PM
To: rfransix [at] comcast
Cc: gnupg-devel [at] gnupg
Subject: Re: Libgcrypt compile on aix 4.3.2.0 failing, any help?

Hi--

On Apr 7, 2009, at 11:16 AM, Richard Francis wrote:
> don't flame me...i'm struggling to libgcrypt made, any ideas are
> greatly appreciated...i see fragments of this issue
> frequently...surely there is a straightforward resolution...hoping so.
> thanks in advance.

A quick search on the error message suggests that passing "--disable- asm"
to ./configure might help. It's not clear whether this is an actual problem
with the inline assembly code within libgcryppt, or a result of a GCC
bug...if the latter, it's also possible that using a newer or different
version of the compiler itself might be helpful.

Regards,
--
-Chuck


_______________________________________________
Gnupg-devel mailing list
Gnupg-devel [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gnupg-devel

GnuPG devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.