Re: [sage-release] Sage 6.2.beta5 released

2014-04-01 Thread kcrisman

>
>
> > Same as with eclib and FLINT... 
> > 


And in retrospect this makes sense.
 

>
> > > After all, 
> > > 
> > > $ ls local/lib/R/lib/ 
> > > libR.dylib  libRblas.dylib  libRlapack.dylib 
> > > 
> > > $ otool -L local/lib/R/lib/libRblas.dylib 
> > > 
> > > local/lib/R/lib/libRblas.dylib: 
> > >  libRblas.dylib (compatibility version 0.0.0, current version 
> > >  0.0.0) 
> > 
> > ^^ 
> > 
> > You have to change this to an absolute path ($SAGE_LOCAL/lib/R/lib/...), 
> > with 'install_name_tool -id ...'. 
> > 
> Indeed from the corresponding gentoo ebuild: 
> if use prefix; then 
> if [[ ${CHOST} == *-darwin* ]] ; then 
> sed -i \ 
> -e 's:-install_name 
> libR.dylib:-install_name 
> ${libdir}/R/lib/libR.dylib:' \ 
> -e 's:-install_name 
> libRlapack.dylib:-install_name 
> ${libdir}/R/lib/libRlapack.dylib:' \ 
> -e 's:-install_name 
> libRblas.dylib:-install_name 
> ${libdir}/R/lib/libRblas.dylib:' \ 
>

Nice.  At least this time I knew to use otool to ask...

I have a feeling R is going to be less excited about this downstream 
request.  What say I just open http://trac.sagemath.org/ticket/16044 for 
any remaining such things and we call it a day?  Hopefully this build 
finally will finish - I'll update tomorrow.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.2.beta6 released

2014-04-01 Thread François Bissey
On Tue, 01 Apr 2014 17:09:20 Volker Braun wrote:
> Get it from the "develop" git branch or the source tarball
> at
> http://boxen.math.washington.edu/home/release/sage-6.2.beta6/sage-6.2.beta6
> .tar.gz
> 
> Mini-changelog:
> 
> 12bbca0 Updated Sage version to 6.2.beta6
> a473d6f Trac #14800: Implement Pynac->Python callback for function::subs()
> cdfaa4a Trac #15723: move CryptoMiniSat SPKG to build/pkgs
> 1039e08 Trac #11840:
> sage.symbolic.expression.Expression.collect_common_factors has no
> documentation
> 5864971 Trac #15138: BuiltinFunction._is_registered is giving false
> negatives
> 696140c Trac #14816: Implement absolute order for coxeter groups
> d40939f Trac #15870: (LaTeX)-typesetting of multi-character variables wrong
> a113723 Trac #15998: Restore some documentation and doctests and a function
> removed with #15466
> 76998bf Trac #15928: Typesetting errors in docstring of
> FiniteStateMachine._latex_transition_label_
> f4ce665 Trac #13917: IndependentSets class
> b5cca4c Trac #15288: Balanced Incomplete Block Designs with k=4
> 1d28062 Trac #16024: incorrect deleting of states in finite state machine
> b2d98f2 Trac #16021: remove deprecated code in rings/
> fe97289 Trac #16019: Connected components for immutable digraphs does not
> work
> 7ea77e7 Trac #15992: Python 3 preparation: Change backticks into repr()
> cb8562e Trac #15991: Python 3 preparation: Rename sys.maxint to sys.maxsize
> 317e5ff Trac #12892: Toric fibration morphisms
> 416f22b Trac #10745: bug in elliptic curve gens()
> b78a148 Trac #16016: FiniteStateMachine.__and__ calls intersection and
> FiniteStateMachine.__or__ calls union.
> 0fb48b1 Trac #15969: New class method: Kazhdan-Lusztig R_tilde polynomial
> e231e52 Trac #14050: Cleaning up docs in Finite Coxeter Groups
> 10facf2 Trac #16028: bad formatting in the doc of the genus method for
> graphs
> 16f8906 Trac #15997: a typo in stirling1 numbers
> d4d9b99 Trac #16032: Bug in IncidenceStructure.dual_design
> b019163 Trac #10735: Simon 2-descent only returns an upper bound on the
> 2-Selmer rank
> 527c91b Trac #15988: Python 3 preparation: Add missing parentheses in list
> comprension
> 9d3d9a4 Trac #15982: Python 3 preparation: Change the syntax of the except
> clause
> 367ab0c Trac #15949: Involutions on NSym and QSym part II
> f0c8b3f Trac #15705: functions PowerSeries.ogf() and egf() named wrong
> f4ae33f Trac #15287: Orthogonal Arrays
> f663334 Trac #9322: long time in simon_two_descent for elliptic curves
> 27de53f Trac #16009: Compute rank of elliptic curve defined over relative
> number field
> 16069ee Trac #11907: Modify tutorials: no more 'examples' directory
> c738289 Trac #16011: Fix _torsion_bound() for elliptic curves over relative
> number fields
> c31b2bb Trac #15351: import_statements sometimes fails
> e41c9db Trac #16027: Implement q-dimension for classical and KR crystals
> 3b73d16 Trac #14780: allow embedding python tuples in SR
> 1b6930b Trac #16022: simon_two_descent sometimes gives wrong answers
> 72e748f Trac #16015: dateutils requires setuptools
> e439592 Trac #16002: matplotlib-1.3.1 does not install
> 47619bc Trac #15972: IPython ProfileDirError if IPython was never run
> e046d7a Trac #15942: fix md5 in sage-spkg
> 9db8c5c Updated Sage version to 6.2.beta5
I cannot see the pynac upgrade ticket in there, yet pynac has been updated
to 0.3.2, is it in that list under a non-obvious name?

Francois

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 6.2.beta6 released

2014-04-01 Thread Volker Braun
Get it from the "develop" git branch or the source tarball 
at 
http://boxen.math.washington.edu/home/release/sage-6.2.beta6/sage-6.2.beta6.tar.gz

Mini-changelog:

12bbca0 Updated Sage version to 6.2.beta6
a473d6f Trac #14800: Implement Pynac->Python callback for function::subs()
cdfaa4a Trac #15723: move CryptoMiniSat SPKG to build/pkgs
1039e08 Trac #11840: 
sage.symbolic.expression.Expression.collect_common_factors has no 
documentation
5864971 Trac #15138: BuiltinFunction._is_registered is giving false 
negatives
696140c Trac #14816: Implement absolute order for coxeter groups
d40939f Trac #15870: (LaTeX)-typesetting of multi-character variables wrong
a113723 Trac #15998: Restore some documentation and doctests and a function 
removed with #15466
76998bf Trac #15928: Typesetting errors in docstring of 
FiniteStateMachine._latex_transition_label_
f4ce665 Trac #13917: IndependentSets class
b5cca4c Trac #15288: Balanced Incomplete Block Designs with k=4
1d28062 Trac #16024: incorrect deleting of states in finite state machine
b2d98f2 Trac #16021: remove deprecated code in rings/
fe97289 Trac #16019: Connected components for immutable digraphs does not 
work
7ea77e7 Trac #15992: Python 3 preparation: Change backticks into repr()
cb8562e Trac #15991: Python 3 preparation: Rename sys.maxint to sys.maxsize
317e5ff Trac #12892: Toric fibration morphisms
416f22b Trac #10745: bug in elliptic curve gens()
b78a148 Trac #16016: FiniteStateMachine.__and__ calls intersection and 
FiniteStateMachine.__or__ calls union.
0fb48b1 Trac #15969: New class method: Kazhdan-Lusztig R_tilde polynomial
e231e52 Trac #14050: Cleaning up docs in Finite Coxeter Groups
10facf2 Trac #16028: bad formatting in the doc of the genus method for 
graphs
16f8906 Trac #15997: a typo in stirling1 numbers
d4d9b99 Trac #16032: Bug in IncidenceStructure.dual_design
b019163 Trac #10735: Simon 2-descent only returns an upper bound on the 
2-Selmer rank
527c91b Trac #15988: Python 3 preparation: Add missing parentheses in list 
comprension
9d3d9a4 Trac #15982: Python 3 preparation: Change the syntax of the except 
clause
367ab0c Trac #15949: Involutions on NSym and QSym part II
f0c8b3f Trac #15705: functions PowerSeries.ogf() and egf() named wrong
f4ae33f Trac #15287: Orthogonal Arrays
f663334 Trac #9322: long time in simon_two_descent for elliptic curves
27de53f Trac #16009: Compute rank of elliptic curve defined over relative 
number field
16069ee Trac #11907: Modify tutorials: no more 'examples' directory
c738289 Trac #16011: Fix _torsion_bound() for elliptic curves over relative 
number fields
c31b2bb Trac #15351: import_statements sometimes fails
e41c9db Trac #16027: Implement q-dimension for classical and KR crystals
3b73d16 Trac #14780: allow embedding python tuples in SR
1b6930b Trac #16022: simon_two_descent sometimes gives wrong answers
72e748f Trac #16015: dateutils requires setuptools
e439592 Trac #16002: matplotlib-1.3.1 does not install
47619bc Trac #15972: IPython ProfileDirError if IPython was never run
e046d7a Trac #15942: fix md5 in sage-spkg
9db8c5c Updated Sage version to 6.2.beta5

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.2.beta5 released

2014-04-01 Thread François Bissey
On Tue, 01 Apr 2014 22:50:43 leif wrote:
> kcrisman wrote:
> > In the meantime, yet another build error - this time rpy.  What the
> > heck?
> 
> Same as with eclib and FLINT...
> 
> > After all,
> > 
> > $ ls local/lib/R/lib/
> > libR.dylib  libRblas.dylib  libRlapack.dylib
> > 
> > $ otool -L local/lib/R/lib/libRblas.dylib
> > 
> > local/lib/R/lib/libRblas.dylib:
> >  libRblas.dylib (compatibility version 0.0.0, current version
> >  0.0.0)
> 
> ^^
> 
> You have to change this to an absolute path ($SAGE_LOCAL/lib/R/lib/...),
> with 'install_name_tool -id ...'.
> 
Indeed from the corresponding gentoo ebuild:
if use prefix; then
if [[ ${CHOST} == *-darwin* ]] ; then
sed -i \
-e 's:-install_name libR.dylib:-install_name 
${libdir}/R/lib/libR.dylib:' \
-e 's:-install_name 
libRlapack.dylib:-install_name 
${libdir}/R/lib/libRlapack.dylib:' \
-e 's:-install_name 
libRblas.dylib:-install_name 
${libdir}/R/lib/libRblas.dylib:' \
-e "/SHLIB_EXT/s/\.so/.dylib/" \
configure.ac || die
# sort of "undo" 2.14.1-rmath-shared.patch
sed -i \
-e "s:-Wl,-soname=libRmath.so:-install_name 
${EROOT%/}/usr/$(get_libdir)/libRmath.dylib:" \
src/nmath/standalone/Makefile.in || die
else
append-ldflags 
-Wl,-rpath="${EROOT%/}/usr/$(get_libdir)/R/lib"
fi
fi


Francois

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.2.beta5 released

2014-04-01 Thread leif

kcrisman wrote:

In the meantime, yet another build error - this time rpy.  What the
heck?


Same as with eclib and FLINT...


After all,

$ ls local/lib/R/lib/
libR.dylib  libRblas.dylib  libRlapack.dylib

$ otool -L local/lib/R/lib/libRblas.dylib
local/lib/R/lib/libRblas.dylib:
 libRblas.dylib (compatibility version 0.0.0, current version 0.0.0)

   ^^

You have to change this to an absolute path ($SAGE_LOCAL/lib/R/lib/...), 
with 'install_name_tool -id ...'.


Presumably the same for libRlapack.dylib, probably libR.dylib as well.


Don't know what changed (since Sage 6.2.beta0, inclusive, or probably 
later) that makes this necessary now.



-leif



/Users/student/Desktop/sage-6.2.beta5/local/lib/libgfortran.3.dylib
(compatibility version 4.0.0, current version 4.0.0)
 /Users/student/Desktop/sage-6.2.beta5/local/lib/libgomp.1.dylib
(compatibility version 2.0.0, current version 2.0.0)
 /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)

/Users/student/Desktop/sage-6.2.beta5/local/lib/libgcc_s.1.dylib
(compatibility version 1.0.0, current version 1.0.0)
 /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.1.12)


building 'rpy2.rinterface._rinterface' extension
creating build/temp.macosx-10.4-ppc-2.7
creating build/temp.macosx-10.4-ppc-2.7/rpy
creating build/temp.macosx-10.4-ppc-2.7/rpy/rinterface
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall
-DR_INTERFACE_PTRS=1 -DHAVE_POSIX_SIGJMP=1 -DRIF_HAS_RSIGHAND=1
-DCSTACK_DEFNS=1 -DHAS_READLINE=1 -DRPY_BIGENDIAN=1 -I./rpy/rinterface
-I/Users/student/Desktop/sage-6.2.beta5/local/include/python2.7
-I/Users/student/Desktop/sage-6.2.beta5/local/lib/R//include -c
./rpy/rinterface/_rinterface.c -o
build/temp.macosx-10.4-ppc-2.7/./rpy/rinterface/_rinterface.o
In file included from ./rpy/rinterface/_rinterface.c:125:0:
./rpy/rinterface/sexp.c: In function 'Sexp_rclass_set':
./rpy/rinterface/sexp.c:369:5: warning: return makes integer from
pointer without a cast [enabled by default]
./rpy/rinterface/sexp.c: In function 'Sexp_init':
./rpy/rinterface/sexp.c:711:13: warning: unused variable 'copy'
[-Wunused-variable]
In file included from ./rpy/rinterface/_rinterface.c:104:0:
./rpy/rinterface/_rinterface.c: At top level:
./rpy/rinterface/embeddedr.h:20:20: warning: '_Rpy_PreserveObject'
declared 'static' but never defined [-Wunused-function]
In file included from ./rpy/rinterface/_rinterface.c:129:0:
./rpy/rinterface/sequence.c:2190:1: warning: 'ComplexVectorSexp_AsSexp'
defined but not used [-Wunused-function]
./rpy/rinterface/_rinterface.c: In function 'EmbeddedR_ShowFiles':
./rpy/rinterface/_rinterface.c:893:3: warning: 'gstate' may be used
uninitialized in this function [-Wmaybe-uninitialized]
gcc -bundle -undefined dynamic_lookup
-L/Users/student/Desktop/sage-6.2.beta5/local/lib
build/temp.macosx-10.4-ppc-2.7/./rpy/rinterface/_rinterface.o
-L/Users/student/Desktop/sage-6.2.beta5/local/lib/R//lib
-L/Users/student/Desktop/sage-6.2.beta5/local/lib/R/modules -lR -lR -o
build/lib.macosx-10.4-ppc-2.7/rpy2/rinterface/_rinterface.so
/usr/bin/ld: warning can't open dynamic library: libRblas.dylib
referenced from:
/Users/student/Desktop/sage-6.2.beta5/local/lib/R//lib/libR.dylib
(checking for undefined symbols may be affected) (No such file or
directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_dgemm_ referenced from libR expected to be defined in libRblas.dylib
_dsyrk_ referenced from libR expected to be defined in libRblas.dylib
_dtrsm_ referenced from libR expected to be defined in libRblas.dylib
_zgemm_ referenced from libR expected to be defined in libRblas.dylib
_daxpy_ referenced from libR expected to be defined in libRblas.dylib
_dswap_ referenced from libR expected to be defined in libRblas.dylib
_ddot_ referenced from libR expected to be defined in libRblas.dylib
_dasum_ referenced from libR expected to be defined in libRblas.dylib
_dscal_ referenced from libR expected to be defined in libRblas.dylib
_dnrm2_ referenced from libR expected to be defined in libRblas.dylib
_dcopy_ referenced from libR expected to be defined in libRblas.dylib
_drot_ referenced from libR expected to be defined in libRblas.dylib
_drotg_ referenced from libR expected to be defined in libRblas.dylib
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

real0m39.928s
user0m18.498s
sys 0m4.154s

Error installing package rpy2-2.3.8



--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@g

Re: [sage-release] Sage 6.2.beta5 released

2014-04-01 Thread kcrisman
In the meantime, yet another build error - this time rpy.  What the heck?  
After all,

$ ls local/lib/R/lib/   
libR.dylib  libRblas.dylib  libRlapack.dylib

$ otool -L local/lib/R/lib/libRblas.dylib 
local/lib/R/lib/libRblas.dylib:
libRblas.dylib (compatibility version 0.0.0, current version 0.0.0)
/Users/student/Desktop/sage-6.2.beta5/local/lib/libgfortran.3.dylib 
(compatibility version 4.0.0, current version 4.0.0)
/Users/student/Desktop/sage-6.2.beta5/local/lib/libgomp.1.dylib 
(compatibility version 2.0.0, current version 2.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current 
version 1.0.0)
/Users/student/Desktop/sage-6.2.beta5/local/lib/libgcc_s.1.dylib 
(compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 88.1.12)


building 'rpy2.rinterface._rinterface' extension
creating build/temp.macosx-10.4-ppc-2.7
creating build/temp.macosx-10.4-ppc-2.7/rpy
creating build/temp.macosx-10.4-ppc-2.7/rpy/rinterface
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall 
-DR_INTERFACE_PTRS=1 -DHAVE_POSIX_SIGJMP=1 -DRIF_HAS_RSIGHAND=1 
-DCSTACK_DEFNS=1 -DHAS_READLINE=1 -DRPY_BIGENDIAN=1 -I./rpy/rinterface 
-I/Users/student/Desktop/sage-6.2.beta5/local/include/python2.7 
-I/Users/student/Desktop/sage-6.2.beta5/local/lib/R//include -c 
./rpy/rinterface/_rinterface.c -o 
build/temp.macosx-10.4-ppc-2.7/./rpy/rinterface/_rinterface.o
In file included from ./rpy/rinterface/_rinterface.c:125:0:
./rpy/rinterface/sexp.c: In function 'Sexp_rclass_set':
./rpy/rinterface/sexp.c:369:5: warning: return makes integer from pointer 
without a cast [enabled by default]
./rpy/rinterface/sexp.c: In function 'Sexp_init':
./rpy/rinterface/sexp.c:711:13: warning: unused variable 'copy' 
[-Wunused-variable]
In file included from ./rpy/rinterface/_rinterface.c:104:0:
./rpy/rinterface/_rinterface.c: At top level:
./rpy/rinterface/embeddedr.h:20:20: warning: '_Rpy_PreserveObject' declared 
'static' but never defined [-Wunused-function]
In file included from ./rpy/rinterface/_rinterface.c:129:0:
./rpy/rinterface/sequence.c:2190:1: warning: 'ComplexVectorSexp_AsSexp' 
defined but not used [-Wunused-function]
./rpy/rinterface/_rinterface.c: In function 'EmbeddedR_ShowFiles':
./rpy/rinterface/_rinterface.c:893:3: warning: 'gstate' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
gcc -bundle -undefined dynamic_lookup 
-L/Users/student/Desktop/sage-6.2.beta5/local/lib 
build/temp.macosx-10.4-ppc-2.7/./rpy/rinterface/_rinterface.o 
-L/Users/student/Desktop/sage-6.2.beta5/local/lib/R//lib 
-L/Users/student/Desktop/sage-6.2.beta5/local/lib/R/modules -lR -lR -o 
build/lib.macosx-10.4-ppc-2.7/rpy2/rinterface/_rinterface.so
/usr/bin/ld: warning can't open dynamic library: libRblas.dylib referenced 
from: /Users/student/Desktop/sage-6.2.beta5/local/lib/R//lib/libR.dylib 
(checking for undefined symbols may be affected) (No such file or 
directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_dgemm_ referenced from libR expected to be defined in libRblas.dylib
_dsyrk_ referenced from libR expected to be defined in libRblas.dylib
_dtrsm_ referenced from libR expected to be defined in libRblas.dylib
_zgemm_ referenced from libR expected to be defined in libRblas.dylib
_daxpy_ referenced from libR expected to be defined in libRblas.dylib
_dswap_ referenced from libR expected to be defined in libRblas.dylib
_ddot_ referenced from libR expected to be defined in libRblas.dylib
_dasum_ referenced from libR expected to be defined in libRblas.dylib
_dscal_ referenced from libR expected to be defined in libRblas.dylib
_dnrm2_ referenced from libR expected to be defined in libRblas.dylib
_dcopy_ referenced from libR expected to be defined in libRblas.dylib
_drot_ referenced from libR expected to be defined in libRblas.dylib
_drotg_ referenced from libR expected to be defined in libRblas.dylib
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

real0m39.928s
user0m18.498s
sys 0m4.154s

Error installing package rpy2-2.3.8


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.2.beta5 released

2014-04-01 Thread kcrisman


On Tuesday, April 1, 2014 3:14:38 PM UTC-4, kcrisman wrote:
>
>
>
> On Monday, March 31, 2014 8:53:43 PM UTC-4, François wrote:
>>
>> On Mon, 31 Mar 2014 17:26:06 kcrisman wrote: 
>> > And for when you come back: 
>> > > Do you have either "local/include/ft2build.h" or 
>> > > 
>> > >>> "local/include/freetype2/ft2build.h" present. 
>> > > 
>> > > Indeed, the latter is present, but not the former. 
>> > 
>> > Any ideas? 
>> Would you happen to have another version of freetype2 installed 
>> on the system along with a non-empty PKG_CONFIG_PATH? 
>>
>>
> $ ls /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/freetype2/freetype/
> cache ftchapters.h  ftincrem.hftoutln.h ftsynth.h 
> ftwinfnt.htttags.h
> configfterrdef.hftlist.h  ftpfr.h   ftsysio.h 
> ftxf86.h  
> freetype.hfterrors.hftmac.h   ftrender.hftsysmem.h
> internal  
> ftbbox.h  ftglyph.h ftmm.hftsizes.h ftsystem.h
> t1tables.h
> ftbdf.h   ftgzip.h  ftmoderr.hftsnames.hfttrigon.h
> ttnameid.h
> ftcache.h ftimage.h ftmodule.hftstroker.h   fttypes.h 
> tttables.h
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.2.beta5 released

2014-04-01 Thread kcrisman


On Monday, March 31, 2014 8:53:43 PM UTC-4, François wrote:
>
> On Mon, 31 Mar 2014 17:26:06 kcrisman wrote: 
> > And for when you come back: 
> > > Do you have either "local/include/ft2build.h" or 
> > > 
> > >>> "local/include/freetype2/ft2build.h" present. 
> > > 
> > > Indeed, the latter is present, but not the former. 
> > 
> > Any ideas? 
> Would you happen to have another version of freetype2 installed 
> on the system along with a non-empty PKG_CONFIG_PATH? 
>
>

In sage -sh, I have

PKG_CONFIG_PATH=/Users/student/Desktop/sage-6.2.beta5/local/lib/pkgconfig

And the pkgconfig for freetype2 is 

SAGE_ROOT=/Users/student/Desktop/sage-6.2.beta5
prefix="${SAGE_ROOT}/local"
exec_prefix="${SAGE_ROOT}/local"
libdir="${SAGE_ROOT}/local/lib"
includedir="${SAGE_ROOT}/local/include/freetype2"

Name: FreeType 2
Description: A free, high-quality, and portable font engine.
Version: 17.1.11
Requires:
Libs: -L${libdir} -lfreetype
Libs.private: -lz -lbz2 -lpng12
Cflags: -I${includedir}


There is no such path outside sage -sh, though.

There is 

$ ls /usr/X11R6/lib/libfreetype.
libfreetype.6.3.dylib  libfreetype.6.dyliblibfreetype.a  
libfreetype.dylib

but I don't know where else to look for freetype2 on such an old machine.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.