(Sent from my iPhone.)

Begin forwarded message:

> From: Rob Gross <[EMAIL PROTECTED]>
> Date: December 26, 2007 3:53:45 PM MST
> To: William Stein <[EMAIL PROTECTED]>
> Subject: "noclobber" problem
> Reply-To: Robert Gross <[EMAIL PROTECTED]>
>

> Hi, William,
>
> I have had trouble getting the most recent versions of sage to
> compile.  (This is Mac OS X 10.4.11, gcc 4.0.1, 5367.)  My problem
> started with 2.8.15, and continued with 2.9.  Eventually, I found out
> that something (I can't figure out what just yet) is returning the
> string "noclobber", which in turn is being passed along as an argument
> to local/bin/sage-spkg.
>
> After the line
>
>    PKG_BASE=`echo "$PKG_NAME" | sed -e "s/-.*//"`
>
> I added
>
>    if [ $PKG_SRC == "noclobber" ]; then
>      exit 0
>    fi
>
> which cleared up the problem; otherwise, sage tries (and obviously
> fails) to compile noclobber.spkg.
>
> I wish that I had the time to track down which environment variable or
> alias is causing the problem.  This has something to do with
> redirecting output, and specifically 2>&1 as an option to some
> command.  I never quite worked out where the problem is, and I don't
> think that my work-around could be harmful, so I suggest that you
> include it in the next release.--Rob
>
> -- 
> Rob Gross                              (617) 552-3758
> Department of Mathematics              http://fmwww.bc.edu/gross/
> Boston College                         [EMAIL PROTECTED]
> Chestnut Hill, MA 02467-3806

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to