I'm trying to compile pgp and get the following error: ---> Configuring pgp ---> Building pgp with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_pgp5/work/pgp50i/src" && make all " returned error 2 Command output: gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpFileNames.o pgpFileNames.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpFileRef.o pgpFileRef.c pgpFileRef.c:100:10: warning: trigraph ??' ignored, use -trigraphs to enable pgpFileRef.c:629:32: warning: trigraph ??' ignored, use -trigraphs to enable + echo pgpAnnotate.o pgpByteFIFO.o pgpCharMap.o pgpFIFO.o pgpGlobals.o pgpPassCach.o pgpPipeFile.o pgpErr.o pgpFile.o pgpMemFile.o pgpMsg.o pgpStr2Key.o pgpTimeDate.o pgpFileFIFO.o pgpFlexFIFO.o pgpMem.o pgpDebug.o pgpLeaks.o pgpFileNames.o pgpFileRef.o Making all in lib/pgp/compress gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpZInflate.o pgpZInflate.c + echo pgpZInflate.o Making all in lib/pgp/hash gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpHash.o pgpHash.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpMD5.o pgpMD5.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpSHA.o pgpSHA.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpRIPEMD160.o pgpRIPEMD160.c + echo pgpHash.o pgpMD5.o pgpSHA.o pgpRIPEMD160.o Making all in lib/pgp/cipher gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpCFB.o pgpCFB.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpCipher.o pgpCipher.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpIDEA.o pgpIDEA.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpDES3.o pgpDES3.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpCAST5.o pgpCAST5.c + echo pgpCFB.o pgpCipher.o pgpIDEA.o pgpDES3.o pgpCAST5.o Making all in lib/pgp/random gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpRndom.o pgpRndom.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c -o pgpRndPool.o pgpRndPool.c pgpRndPool.c: In function 'pgpRandPoolAddEntropy': pgpRndPool.c:339: error: can't find a register in class 'AREG' while reloading 'asm' make[3]: *** [pgpRndPool.o] Error 1 make[2]: *** [all] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: Status 1 encountered during processing. any help welcome :-( -nodje -- View this message in context: http://www.nabble.com/problem-with-PGP-build-tf4605582.html#a13150885 Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Oct 11, 2007, at 02:33, nodje wrote:
I'm trying to compile pgp and get the following error:
---> Configuring pgp ---> Building pgp with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_ pgp5/work/pgp50i/src" && make all " returned error 2 Command output: gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 - I../../../. -I../../.././include -I../include -I. -c -o pgpFileNames.o pgpFileNames.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpFileRef.o pgpFileRef.c pgpFileRef.c:100:10: warning: trigraph ??' ignored, use -trigraphs to enable pgpFileRef.c:629:32: warning: trigraph ??' ignored, use -trigraphs to enable + echo pgpAnnotate.o pgpByteFIFO.o pgpCharMap.o pgpFIFO.o pgpGlobals.o pgpPassCach.o pgpPipeFile.o pgpErr.o pgpFile.o pgpMemFile.o pgpMsg.o pgpStr2Key.o pgpTimeDate.o pgpFileFIFO.o pgpFlexFIFO.o pgpMem.o pgpDebug.o pgpLeaks.o pgpFileNames.o pgpFileRef.o Making all in lib/pgp/compress gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpZInflate.o pgpZInflate.c + echo pgpZInflate.o Making all in lib/pgp/hash gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpHash.o pgpHash.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpMD5.o pgpMD5.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpSHA.o pgpSHA.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpRIPEMD160.o pgpRIPEMD160.c + echo pgpHash.o pgpMD5.o pgpSHA.o pgpRIPEMD160.o Making all in lib/pgp/cipher gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpCFB.o pgpCFB.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpCipher.o pgpCipher.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpIDEA.o pgpIDEA.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpDES3.o pgpDES3.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpCAST5.o pgpCAST5.c + echo pgpCFB.o pgpCipher.o pgpIDEA.o pgpDES3.o pgpCAST5.o Making all in lib/pgp/random gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpRndom.o pgpRndom.c gcc -O2 -DUNIX=1 -I/opt/local/include -DHAVE_CONFIG_H - DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././ include -I../include -I. -c -o pgpRndPool.o pgpRndPool.c pgpRndPool.c: In function 'pgpRandPoolAddEntropy': pgpRndPool.c:339: error: can't find a register in class 'AREG' while reloading 'asm' make[3]: *** [pgpRndPool.o] Error 1 make[2]: *** [all] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1
Error: Status 1 encountered during processing.
any help welcome :-(
What processor do you have? It looks like it's trying to use assembly code designed for [not your processor]. Disturbingly, this port is for a version of pgp from 1998. Surely such old software isn't so useful anymore?
On 11 Oct 2007, at 04:46, Ryan Schmidt wrote:
On Oct 11, 2007, at 02:33, nodje wrote:
I'm trying to compile pgp and get the following error: [snip]
Disturbingly, this port is for a version of pgp from 1998. Surely such old software isn't so useful anymore?
You probably actually want the gnupg software instead. Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
On Oct 11, 2007, at 1:58 AM, Randall Wood wrote:
On 11 Oct 2007, at 04:46, Ryan Schmidt wrote:
On Oct 11, 2007, at 02:33, nodje wrote:
I'm trying to compile pgp and get the following error: [snip]
Disturbingly, this port is for a version of pgp from 1998. Surely such old software isn't so useful anymore?
You probably actually want the gnupg software instead.
If you want PGP you may want to go purchase PGP Command Line 9.6 from PGP Corporation. Otherwise, grab gnupg (gpg) from MacPorts. --Shawn
thanks for the tip guys. I just needed some pgp software, tried my luck with 'sudo port install pgp'. I thought I'd be the latest version. I'm unfortunately unable, yet, to understand the cause of the error by reading stacktrace. I ended up downloading gnupg binaries for 1.4.7. I'd be happy to get the 2.0 from Macports. What would be a good way to check version availability in port? More generally, when some fix have been commited to SVN, like the one for compiling firefox-x11, what is the best way to get the latest update? 'port selfupdate' doesn't get you the latest version of the trunk isn't it? cheers Randall Wood wrote:
On 11 Oct 2007, at 04:46, Ryan Schmidt wrote:
On Oct 11, 2007, at 02:33, nodje wrote:
I'm trying to compile pgp and get the following error: [snip]
Disturbingly, this port is for a version of pgp from 1998. Surely such old software isn't so useful anymore?
You probably actually want the gnupg software instead.
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com
"The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
On Oct 12, 2007, at 02:01, Nodje wrote:
Randall Wood wrote:
On 11 Oct 2007, at 04:46, Ryan Schmidt wrote:
On Oct 11, 2007, at 02:33, nodje wrote:
I'm trying to compile pgp and get the following error: [snip]
Disturbingly, this port is for a version of pgp from 1998. Surely such old software isn't so useful anymore?
You probably actually want the gnupg software instead.
thanks for the tip guys. I just needed some pgp software, tried my luck with 'sudo port install pgp'. I thought I'd be the latest version. I'm unfortunately unable, yet, to understand the cause of the error by reading stacktrace. I ended up downloading gnupg binaries for 1.4.7. I'd be happy to get the 2.0 from Macports. What would be a good way to check version availability in port?
"port search gnupg" shows that gnupg 2.0.4 is available as the gnupg2 port.
More generally, when some fix have been commited to SVN, like the one for compiling firefox-x11, what is the best way to get the latest update? 'port selfupdate' doesn't get you the latest version of the trunk isn't it?
selfupdate gets you the latest released version of MacPorts (curently 1.5.2), and also does a sync. sync gets you the latest ports tree from SVN. (Well, actually, from rsync, by default, but the rsync server syncs with the svn server every half hour.)
On Oct 11, 2007, at 03:58, Randall Wood wrote:
On 11 Oct 2007, at 04:46, Ryan Schmidt wrote:
On Oct 11, 2007, at 02:33, nodje wrote:
I'm trying to compile pgp and get the following error: [snip]
Disturbingly, this port is for a version of pgp from 1998. Surely such old software isn't so useful anymore?
You probably actually want the gnupg software instead.
Thanks, Randall, I added a note to this effect to pgp's description.
participants (5)
-
Nodje
-
nodje
-
Randall Wood
-
Ryan Schmidt
-
Shawn Protsman