Re: [sage-release] Sage 8.2.beta2 released

2018-01-09 Thread François Bissey
What about something like PKG_CONFIG_PATH?

> On 10/01/2018, at 11:40, Samuel Lelièvre  wrote:
> 
> Thanks François for spotting that.  I am indeed using Homebrew.
> But before the build I set the PATH to avoid /usr/local:
> 
> $ export PATH='/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin'
> 
> so I'm surprised anything from /usr/local gets picked up.
> 
> Samuel
> 
> 2018-01-09 12:47 GMT-06:00 François Bissey :
> It’s picking up an installation of webs in /usr/local
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused 
> -DHAVE_WEBPMUX -I/opt/s/sage-8.2.beta2/local/include/freetype2 
> -I/opt/s/sage-8.2.beta2/local/var/tmp/sage/build/pillow-3.3.0/src/libImaging 
> -I/opt/s/sage-8.2.beta2/local/include -I/opt/local/include -I/opt/X11/include 
> -I/usr/local/include -I/usr/include 
> -I/opt/s/sage-8.2.beta2/local/include/python2.7 -c _webp.c -o 
> build/temp.macosx-10.9-x86_64-2.7/_webp.o
> In file included from _webp.c:9:0:
> /usr/local/include/webp/mux.h:101:13: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before 'int'
>  WEBP_EXTERN int WebPGetMuxVersion(void);
>  ^~~
> /usr/local/include/webp/mux.h:107:1: error: unknown type name 'WEBP_EXTERN'
>  WEBP_EXTERN WebPMux* WebPNewInternal(int);
>  ^~~
> /usr/local/include/webp/mux.h:107:20: error: expected '=', ',', ';', 'asm' or 
> '__attribute__' before '*' token
>  WEBP_EXTERN WebPMux* WebPNewInternal(int);
> 
> 
> using brew?
> 
> François
> 
> > On 10/01/2018, at 03:08, Samuel Lelièvre  wrote:
> >
> >
> > Under macOS 10.10.5, the build failed on pillow-3.3.0.
> >
> > http://www.math.u-psud.fr/~lelievre/t/install.log
> > http://www.math.u-psud.fr/~lelievre/t/pillow-3.3.0.log
> >
> > --
> > 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 https://groups.google.com/group/sage-release.
> > For more options, visit https://groups.google.com/d/optout.
> 
> --
> 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 https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> -- 
> 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 https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.2.beta2 released

2018-01-09 Thread Samuel Lelièvre
Thanks François for spotting that.  I am indeed using Homebrew.
But before the build I set the PATH to avoid /usr/local:

$ export PATH='/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin'

so I'm surprised anything from /usr/local gets picked up.

Samuel

2018-01-09 12:47 GMT-06:00 François Bissey :

> It’s picking up an installation of webs in /usr/local
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused
> -DHAVE_WEBPMUX -I/opt/s/sage-8.2.beta2/local/include/freetype2
> -I/opt/s/sage-8.2.beta2/local/var/tmp/sage/build/pillow-3.3.0/src/libImaging
> -I/opt/s/sage-8.2.beta2/local/include -I/opt/local/include
> -I/opt/X11/include -I/usr/local/include -I/usr/include
> -I/opt/s/sage-8.2.beta2/local/include/python2.7 -c _webp.c -o
> build/temp.macosx-10.9-x86_64-2.7/_webp.o
> In file included from _webp.c:9:0:
> /usr/local/include/webp/mux.h:101:13: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before 'int'
>  WEBP_EXTERN int WebPGetMuxVersion(void);
>  ^~~
> /usr/local/include/webp/mux.h:107:1: error: unknown type name
> 'WEBP_EXTERN'
>  WEBP_EXTERN WebPMux* WebPNewInternal(int);
>  ^~~
> /usr/local/include/webp/mux.h:107:20: error: expected '=', ',', ';',
> 'asm' or '__attribute__' before '*' token
>  WEBP_EXTERN WebPMux* WebPNewInternal(int);
>
>
> using brew?
>
> François
>
> > On 10/01/2018, at 03:08, Samuel Lelièvre 
> wrote:
> >
> >
> > Under macOS 10.10.5, the build failed on pillow-3.3.0.
> >
> > http://www.math.u-psud.fr/~lelievre/t/install.log
> > http://www.math.u-psud.fr/~lelievre/t/pillow-3.3.0.log
> >
> > --
> > 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 https://groups.google.com/group/sage-release.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.2.beta2 released

2018-01-09 Thread François Bissey
It’s picking up an installation of webs in /usr/local
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused 
-DHAVE_WEBPMUX -I/opt/s/sage-8.2.beta2/local/include/freetype2 
-I/opt/s/sage-8.2.beta2/local/var/tmp/sage/build/pillow-3.3.0/src/libImaging 
-I/opt/s/sage-8.2.beta2/local/include -I/opt/local/include -I/opt/X11/include 
-I/usr/local/include -I/usr/include 
-I/opt/s/sage-8.2.beta2/local/include/python2.7 -c _webp.c -o 
build/temp.macosx-10.9-x86_64-2.7/_webp.o
In file included from _webp.c:9:0:
/usr/local/include/webp/mux.h:101:13: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'int'
 WEBP_EXTERN int WebPGetMuxVersion(void);
 ^~~
/usr/local/include/webp/mux.h:107:1: error: unknown type name 'WEBP_EXTERN'
 WEBP_EXTERN WebPMux* WebPNewInternal(int);
 ^~~
/usr/local/include/webp/mux.h:107:20: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
 WEBP_EXTERN WebPMux* WebPNewInternal(int);


using brew?

François

> On 10/01/2018, at 03:08, Samuel Lelièvre  wrote:
> 
> 
> Under macOS 10.10.5, the build failed on pillow-3.3.0.
> 
> http://www.math.u-psud.fr/~lelievre/t/install.log
> http://www.math.u-psud.fr/~lelievre/t/pillow-3.3.0.log
> 
> -- 
> 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 https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.2.beta2 released

2018-01-09 Thread Samuel Lelièvre
Under macOS 10.10.5, the build failed on pillow-3.3.0.

http://www.math.u-psud.fr/~lelievre/t/install.log
http://www.math.u-psud.fr/~lelievre/t/pillow-3.3.0.log

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.