[4suite-dev] Re: [4suite] Last call for heavy testing
Jeremy Kloth
jeremy.kloth at 4suite.org
Sun Sep 24 20:16:09 MDT 2006
On Sunday, September 24, 2006 7:51 pm, Uche Ogbuji wrote:
> Ross Jekel wrote:
> > Using this snapshot:
> > 4Suite-2006-09-24.tar.bz2 1854 KB 09/24/06 12:29:00
> > With Python2.4.3 SuSE 9.2 AMD64, just a couple of warnings (see below).
> > Staging servers of production code using this 4Suite and Amara 1.1.9
> > passed no problems.
> > jekel at linux:~/4Suite> sudo python setup.py install > out
> > Ft/Xml/XPath/XPathParser.c: In function `lexer_match':
> > Ft/Xml/XPath/XPathParser.c:3296: warning: int format, different type arg
> > (arg 2)
> > Ft/Xml/XPointer/XPtrExprParser.c: In function `lexer_match':
> > Ft/Xml/XPointer/XPtrExprParser.c:3391: warning: int format, different
> > type arg (arg 2)
> > Ft/Xml/XPointer/XPointerParser.c: In function `lexer_match':
> > Ft/Xml/XPointer/XPointerParser.c:1586: warning: int format, different
> > type arg (arg 2)
> > Ft/Xml/Xslt/XPatternParser.c: In function `lexer_match':
> > Ft/Xml/Xslt/XPatternParser.c:4654: warning: int format, different type
> > arg (arg 2)
> > Ft/Xml/Xslt/AvtParser.c: In function `lexer_match':
> > Ft/Xml/Xslt/AvtParser.c:3586: warning: int format, different type arg
> > (arg 2)
> > Ft/Rdf/Parsers/Versa/VersaParser.c: In function `lexer_match':
> > Ft/Rdf/Parsers/Versa/VersaParser.c:1800: warning: int format, different
> > type arg (arg 2)
> > warning: install_localstate: no files found matching
> > 'Ft/Server/Share/Data/README'
>
> Hmm. That looks as if you didn't pick up the fixes, because all those
> warnings are squashed. When did you download this?
>
> Jeremy, just double-checking. You did build the latest CVS snapshots on
> 1.0-maint, right?
Those snapshots don't have all my latest changes, but they do have your
changes for PY_FORMAT_SIZE_T. The issue here is that the parsers aren't
working with ssize_t arguments, but ptrdiff_t ones as well as this is with
Python 2.4 where PY_FORMAT_SIZE_T isn't defined.
> > For Python2.5 compiled on SuSE 9.2 AMD64, I'm still getting the
> > segmentation fault:
> >
> > Let me know what I can do to help find the segfault on my machine if you
> > can't repro it. I did not try to run under 2.5 with this build.
Um, did you test with 2.5 or not? These two statements are contradicting.
Either way, a gdb backtrace would be quite useful.
> Let me be sure you do have the latest code, then we'll take it from there.
Verified that the changes are in the snapshot.
> If it's convenient for you to try directly from CVS (on the XML1_0-maint
> branch), that would be great.
>
> http://4suite.org/docs/4SuiteCVS.xml
>
> Thanks.
--
Jeremy Kloth
http://4suite.org/
More information about the 4suite-dev
mailing list