#14491: Add FreeBSD as a supported platform
--------------------------------+-------------------------------------------
Reporter: kcrisman | Owner: pjeremy
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.10
Component: porting: BSD | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
--------------------------------+-------------------------------------------
Comment (by stephen):
OK, two pieces of good news.
1. The patch suggested by John worked.
{{{
--- eclib-20120830/src/libsrc/eclib/interface.h-orig 2013-04-26
23:46:24.000000000 +0000
+++ eclib-20120830/src/libsrc/eclib/interface.h 2013-04-26
23:47:09.000000000 +0000
@@ -48,6 +48,7 @@
#include <iterator>
using namespace std;
#include "templates.h"
+#include <stdint.h>
#ifndef MININT
#define MININT numeric_limits<int>::min()
}}}
2. I was able to solve the library problems. I used the FreeBSD gcc-4.7,
and the FreeBSD atlas. Then I linked everything in
{{{/usr/local/lib/gcc47}}} to {{{$SAGE_ROOT/local/lib}}} before starting
the build of sage. The problem was in the build of {{{r-2.15.2.p2}}}.
At some point during the build, it runs {{{R}}}, which is a script. My
guess is that it tries to run the binary {{{R}}}, and the binary gets
{{{libgcc_s.so.1}}} from {{{/lib}}} instead of {{{/usr/local/lib/gcc47}}}.
And unfortunately the version in {{{/lib}}} is incompatible with
{{{/usr/local/lib/gcc47/libgfortran.so.3}}}.
So when sage-5.9 comes out, I will be able to update the FreeBSD port.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14491#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.