Bus error on Solaris 9

David Shaw dshaw at jabberwocky.com
Tue Feb 24 00:16:28 CET 2004


On Mon, Feb 23, 2004 at 11:45:55PM -0500, E. Stuart Hicks wrote:
> I'm trying to compile 1.2.4 on a Solaris 9 server and keep getting this
> during the make:
> 
> <snip>
> Making all in checks
> make[2]: Entering directory `/root/build/gnupg-1.2.4/checks'
> ../g10/gpg --homedir . --quiet --yes --no-permission-warning --import
> ./pubdemo.asc
> make[2]: *** [prepared.stamp] Bus Error
> make[2]: Leaving directory `/root/build/gnupg-1.2.4/checks'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/build/gnupg-1.2.4'
> make: *** [all] Error 2
> 
> This is using a standard ./configure; make.  Has anyone else had this
> problem?  Does anyone know what to do about it?  Thanks

I need some information.

1) What are the first two lines of your mpi/asm-syntax.h file?

2) Go into the g10 directory and run:
   gdb gpg

   Then enter (all one line):
   run --homedir checks --quiet --yes --no-permission-warning --import checks/pubdemo.asc

   You should get a bus error again.  When you do, enter "bt full" and
   send that information as well.

David



More information about the Gnupg-users mailing list