-
-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental gdb spkg #13866
Comments
comment:1
Usable but still need to fill out |
comment:3
What does one need to do in order to use it? With the current SAGE_DEBUG version of sage-5.6.b1 as discussed on #13864, when I simply install the gdb package, running
Hence, do I need to re-install something? ./sage -ba even? |
Dependencies: #13669 |
comment:4
You just need the fix from #13669 which I posted ages ago but nobody wants to review a one-liner so until then |
Author: Volker Braun |
comment:5
I've filled in the SPKG.txt so this is ready to become an experimental spkg |
comment:6
Nitpicks: remove Are you sure that gmp, mpfr, mpc and ppl are dependencies of
|
comment:7
I removed the backup~ file. I don't know what gdb uses gmp, mpfr, mpc, ppl for, but the configure script lets you specify them. GDB doesn't link against these libraries but perhaps it picks bitwidths from headers? In any case since we do ship with all of them I thought it best to add them to configure. |
comment:8
Replying to @vbraun:
Yes, that's weird. It looks like they copy/pasted the GCC configure script. I agree that it doesn't hurt. |
comment:9
For the record, this spkg can't work on OSX because of Apple braindamage:
|
Reviewer: Jeroen Demeyer |
comment:11
spkg has been mirrored. |
I made a quick gdb spkg. If you used
SAGE_DEBUG=yes
to build a debug python, then the host python will most likely be unhappy: debug and normal python have a different ABI, and new gdb's link against libpython since they have significant knowledge about python internals.http://www.stp.dias.ie/~vbraun/Sage/spkg/gdb-7.5.1.spkg
Depends on #13669
CC: @jpflori
Component: packages: experimental
Author: Volker Braun
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/13866
The text was updated successfully, but these errors were encountered: