unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#15662: guile-2.0 does not work on ia64
@ 2013-10-20 11:40 Andreas Metzler
  2016-06-21 11:26 ` Andy Wingo
  2016-06-21 11:26 ` Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Metzler @ 2013-10-20 11:40 UTC (permalink / raw)
  To: 15662

Hello,

guile-2.0 (2.0.9) does not work on ia64. It builds, but the executable
segfaults:


--------------------
  SNARF  regex-posix.doc
  GEN      guile-procedures.texi
/bin/bash: line 1: 30416 Broken pipe             cat alist.doc arbiters.doc array-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc expand.doc extensions.doc feature.doc filesys.doc fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalized-arrays.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc trees.doc uniform.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc dynl.doc posix.doc net_db.doc socket.doc regex-posix.doc
     30417 Segmentation fault      | GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild snarf-check-and-output-texi > guile-procedures.texi
make[4]: *** [guile-procedures.texi] Error 1
make[4]: Leaving directory `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile'
--------------------

The core file is not helpful at all:
--------------------
ametzler@merulo:~/GUILE2/guile-2.0-2.0.9+1/libguile$ gdb -c core
[...]
[New LWP 659]
Core was generated by `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile/.libs/lt-guile -e (@@ (guild)'.
Program terminated with signal 11, Segmentation fault.
#0  0x20000000000de741 in ?? ()
(gdb) bt
#0  0x20000000000de741 in ?? ()
#1  0x20000000000de700 in ?? ()
#2  0x0000000000000000 in ?? ()
--------------------

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#15662: guile-2.0 does not work on ia64
  2013-10-20 11:40 bug#15662: guile-2.0 does not work on ia64 Andreas Metzler
@ 2016-06-21 11:26 ` Andy Wingo
  2016-06-21 11:26 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2016-06-21 11:26 UTC (permalink / raw)
  To: Andreas Metzler; +Cc: 15662

Hi,

I don't know what's going on here.  It should work!  However without any
more info we can't do anything.  Please file a new report if you cannot
build Guile 2.0.11 or 2.1.3.  Cheers :)

Andy

On Sun 20 Oct 2013 13:40, Andreas Metzler <ametzler@bebt.de> writes:

> Hello,
>
> guile-2.0 (2.0.9) does not work on ia64. It builds, but the executable
> segfaults:
>
>
> --------------------
>   SNARF  regex-posix.doc
>   GEN      guile-procedures.texi
> /bin/bash: line 1: 30416 Broken pipe             cat alist.doc arbiters.doc array-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc expand.doc extensions.doc feature.doc filesys.doc fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalized-arrays.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc trees.doc uniform.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc dynl.doc posix.doc net_db.doc socket.doc regex-posix.doc
>      30417 Segmentation fault      | GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild snarf-check-and-output-texi > guile-procedures.texi
> make[4]: *** [guile-procedures.texi] Error 1
> make[4]: Leaving directory `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile'
> --------------------
>
> The core file is not helpful at all:
> --------------------
> ametzler@merulo:~/GUILE2/guile-2.0-2.0.9+1/libguile$ gdb -c core
> [...]
> [New LWP 659]
> Core was generated by `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile/.libs/lt-guile -e (@@ (guild)'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x20000000000de741 in ?? ()
> (gdb) bt
> #0  0x20000000000de741 in ?? ()
> #1  0x20000000000de700 in ?? ()
> #2  0x0000000000000000 in ?? ()
> --------------------
>
> cu Andreas





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#15662: guile-2.0 does not work on ia64
  2013-10-20 11:40 bug#15662: guile-2.0 does not work on ia64 Andreas Metzler
  2016-06-21 11:26 ` Andy Wingo
@ 2016-06-21 11:26 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2016-06-21 11:26 UTC (permalink / raw)
  To: 15662-done

close
thanks

On Sun 20 Oct 2013 13:40, Andreas Metzler <ametzler@bebt.de> writes:

> Hello,
>
> guile-2.0 (2.0.9) does not work on ia64. It builds, but the executable
> segfaults:
>
>
> --------------------
>   SNARF  regex-posix.doc
>   GEN      guile-procedures.texi
> /bin/bash: line 1: 30416 Broken pipe             cat alist.doc arbiters.doc array-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc debug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc expand.doc extensions.doc feature.doc filesys.doc fluids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalized-arrays.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.doc load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc promises.doc r6rs-ports.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.doc strings.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc trees.doc uniform.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc dynl.doc posix.doc net_db.doc socket.doc regex-posix.doc
>      30417 Segmentation fault      | GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild snarf-check-and-output-texi > guile-procedures.texi
> make[4]: *** [guile-procedures.texi] Error 1
> make[4]: Leaving directory `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile'
> --------------------
>
> The core file is not helpful at all:
> --------------------
> ametzler@merulo:~/GUILE2/guile-2.0-2.0.9+1/libguile$ gdb -c core
> [...]
> [New LWP 659]
> Core was generated by `/home/ametzler/GUILE2/guile-2.0-2.0.9+1/libguile/.libs/lt-guile -e (@@ (guild)'.
> Program terminated with signal 11, Segmentation fault.
> #0  0x20000000000de741 in ?? ()
> (gdb) bt
> #0  0x20000000000de741 in ?? ()
> #1  0x20000000000de700 in ?? ()
> #2  0x0000000000000000 in ?? ()
> --------------------
>
> cu Andreas





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-21 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 11:40 bug#15662: guile-2.0 does not work on ia64 Andreas Metzler
2016-06-21 11:26 ` Andy Wingo
2016-06-21 11:26 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).