[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] sip failure on ubuntu 16.04 and 4.19.4.dev~
From:       Kevin Mcintyre <kebin70 () gmail ! com>
Date:       2017-10-11 1:12:27
Message-ID: CAA-sNEYggKJmJgQoa4U2GZSS96Ni1y-rkThgVZmmb2YFs_eqew () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Thanks - it worked on the latest.



On Mon, Oct 9, 2017 at 2:34 PM, Phil Thompson <phil@riverbankcomputing.com>
wrote:

> On 9 Oct 2017, at 10:14 pm, Kevin Mcintyre <kebin70@gmail.com> wrote:
> >
> > 4.19.3 works fine but 4.19.4 isn't getting past make - thanks for any
> pointers.
> >
> > https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.4.
> dev1709181706.tar.gz
> >
> > make[1]: Entering directory '/home/ubuntu/sip-4.19.4.
> dev1709181706/sipgen'
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o main.o main.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o export.o export.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c
> > gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c
> > sip-4.19.4.dev1709181706/sipgen/lexer.c: In function
> ‘yy_get_next_buffer':
> > sip-4.19.4.dev1709181706/sipgen/lexer.c:3277:44: warning: comparison
> between signed and unsigned integer expressions [-Wsign-compare]
> > g++  -o sip main.o transform.o gencode.o extracts.o export.o
> type_hints.o heap.o parser.o lexer.o
> > make[1]: Leaving directory '/home/ubuntu/sip-4.19.4.
> dev1709181706/sipgen'
> > make[1]: Entering directory '/home/ubuntu/sip-4.19.4.
> dev1709181706/siplib'
> > gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o
> siplib.o siplib.c
> > siplib.c: In function ‘parsePass1':
> > siplib.c:5355:48: error: ‘sipParseFailure {aka struct _sipParseFailure}'
> has no member named ‘detail_ob'
> >          if ((exc_str_obj = PyObject_Str(failure.detail_ob)) == NULL)
> >                                                 ^
> > siplib.c:5380:47: warning: format ‘%s' expects argument of type ‘char
> *', but argument 3 has type ‘int' [-Wformat=]
> >              PyErr_Format(PyExc_OverflowError, "argument '%s'
> overflowed: %s",
> >                                                ^
> > Makefile:29: recipe for target 'siplib.o' failed
> > make[1]: *** [siplib.o] Error 1
> > make[1]: Leaving directory '/home/ubuntu/sip-4.19.4.
> dev1709181706/siplib'
> > Makefile:3: recipe for target 'all' failed
> > make: *** [all] Error 2
>
> Should be fixed in tonight's snapshot.
>
> Thanks,
> Phil
>
>

[Attachment #5 (text/html)]

<div dir="ltr">Thanks - it worked on the \
latest.<div><br></div><div><br></div></div><div class="gmail_extra"><br><div \
class="gmail_quote">On Mon, Oct 9, 2017 at 2:34 PM, Phil Thompson <span \
dir="ltr">&lt;<a href="mailto:phil@riverbankcomputing.com" \
target="_blank">phil@riverbankcomputing.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 9 Oct 2017, at 10:14 \
pm, Kevin Mcintyre &lt;<a href="mailto:kebin70@gmail.com">kebin70@gmail.com</a>&gt; \
wrote:<br> &gt;<br>
&gt; 4.19.3 works fine but 4.19.4 isn&#39;t getting past make - thanks for any \
pointers.<br> &gt;<br>
&gt; <a href="https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.4.dev1709181706.tar.gz" \
rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/static/<wbr>Downloads/sip/sip-4.19.4.<wbr>dev1709181706.tar.gz</a><br>
 &gt;<br>
&gt; make[1]: Entering directory \
&#39;/home/ubuntu/sip-4.19.4.<wbr>dev1709181706/sipgen&#39;<br> &gt; gcc -c -pipe -O2 \
-Wall -W -DNDEBUG -I. -o main.o main.c<br> &gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG \
-I. -o transform.o transform.c<br> &gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o \
gencode.o gencode.c<br> &gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o extracts.o \
extracts.c<br> &gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o export.o export.c<br>
&gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c<br>
&gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c<br>
&gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c<br>
&gt; gcc -c -pipe -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c<br>
&gt; sip-4.19.4.dev1709181706/<wbr>sipgen/lexer.c: In function \
‘yy_get_next_buffer':<br> &gt; \
sip-4.19.4.dev1709181706/<wbr>sipgen/lexer.c:3277:44: warning: comparison between \
signed and unsigned integer expressions [-Wsign-compare]<br> &gt; g++   -o sip main.o \
transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o<br> \
&gt; make[1]: Leaving directory \
&#39;/home/ubuntu/sip-4.19.4.<wbr>dev1709181706/sipgen&#39;<br> &gt; make[1]: \
Entering directory &#39;/home/ubuntu/sip-4.19.4.<wbr>dev1709181706/siplib&#39;<br> \
&gt; gcc -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python2.7 -o \
siplib.o siplib.c<br> &gt; siplib.c: In function ‘parsePass1':<br>
&gt; siplib.c:5355:48: error: ‘sipParseFailure {aka struct _sipParseFailure}' has \
no member named ‘detail_ob'<br> &gt;               if ((exc_str_obj = \
PyObject_Str(failure.detail_<wbr>ob)) == NULL)<br> &gt;                               \
^<br> &gt; siplib.c:5380:47: warning: format ‘%s' expects argument of type ‘char \
*', but argument 3 has type ‘int' [-Wformat=]<br> &gt;                     \
PyErr_Format(PyExc_<wbr>OverflowError, &quot;argument &#39;%s&#39; overflowed: \
%s&quot;,<br> &gt;                                                                    \
^<br> &gt; Makefile:29: recipe for target &#39;siplib.o&#39; failed<br>
&gt; make[1]: *** [siplib.o] Error 1<br>
&gt; make[1]: Leaving directory \
&#39;/home/ubuntu/sip-4.19.4.<wbr>dev1709181706/siplib&#39;<br> &gt; Makefile:3: \
recipe for target &#39;all&#39; failed<br> &gt; make: *** [all] Error 2<br>
<br>
</div></div>Should be fixed in tonight&#39;s snapshot.<br>
<br>
Thanks,<br>
Phil<br>
<br>
</blockquote></div><br></div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic