#11159: Corrections to the "Install from Source Code" section of the Sage
Installation Guide
------------------------------+---------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: needs_info
Priority: blocker | Milestone: sage-4.7
Component: documentation | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: Jeroen Demeyer | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by jhpalmieri):
* status: positive_review => needs_info
Comment:
Do we have a meta-ticket for gcc 4.6.0 issues? Once they're sorted out,
we need to make sure to fix the installation guide accordingly.
Regarding the actual patch here, the description says something about GNU
tar vs. BSD tar, but the patch discusses GNU make vs. BSD make. On my OS
X box, I have GNU make and BSD tar, so is the patch saying what it's
supposed to?
{{{
$ which make # (or "command -v make")
/usr/bin/make
$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i386-apple-darwin10.0
}}}
and
{{{
$ which tar
/usr/bin/tar
$ tar --version
bsdtar 2.6.2 - libarchive 2.6.2
}}}
I also have a program installed called "bsdmake". When I tried building
Sage with {{{export MAKE="bsdmake -j2"}}}, I got an error building
boehm_gc:
{{{
...
config.status: creating tests/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing default commands
(null): illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
make[1]: *** [all-recursive] Error 1
Error building BoehmGC.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11159#comment:11>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.