From: Ben C. <bcl...@pe...> - 2005-02-02 15:40:47
|
Thanks gues for your help, and exposure of three sets of bugs. New version will be out soon. Good to get a clean release out. I think there are still two bugs somewhere: - The exit problem from perfparsed - The missing variable from libpp_postgresql (??) I've thrown in a report on Tim's excellent summary data as well, (MySQL only), which makes a great addition to the product. Ben Ben Clewett wrote: > Flo, > > What database support did you request? > > To fix if not using MySQL: > > Edit scripts/Makefile.am > > Change: > > if USE_DB_MYSQL > GO_PERFPARSE_SH = perfparse.sh.example > endif > > To: > > GO_PERFPARSE_SH = perfparse.sh.example > > (This script is database independent anyway...) > > Thanks for trying to get a release out. I need to work on other bugs a > little more first. For which I need to get aclocal working first :) > > Ben. > > > > > Flo Gleixner wrote: > >> >> >> As i have a full featured internet access (including a firewall admin >> access), i tried to create the package: >> patch -p 1 < ../pp-0.105.2.patch.ym1 >> libtoolize -f -c >> aclocal -I m4 >> autoconf >> autoheader >> ./configure >> make distcheck >> >> but had no success: >> scripts/Makefile.am:12: variable `GO_PERFPARSE_SH' not defined >> make: *** [Makefile.in] Error 1 >> >> I also tried with the configure options in >> http://wiki.perfparse.org/tiki-view_faq.php?faqId=1 >> but had no success. >> >> If someone can give me detailed instructions, i will do it (I'm not >> familiar with auto-tools). >> >> Flo >> >> On Wed, 2 Feb 2005, Yves wrote: >> >>>> As this would be really good training for your gues, I wonder if you >>>> wanted to give them a go at getting a release out? >>> >>> >>> >>> Good thing that I was at home, otherwise I could not have been able >>> to upload and I >>> would not have tried. >>> Good thing that I have postgresql and not mysql on that computer : I >>> found another bug >>> (see ChangeLog and configure.ac) >>> Bad thing : this is MacOSX and I did not manage to run "make" or >>> "make distcheck". >>> >>> Please use my patch (attached), that includes the change to version >>> 0.105.3. >>> Then: >>> >>> libtoolize -f -c >>> aclocal -I m4 >>> autoconf >>> autoheader >>> automake -a -c >>> configure <your options here> >>> make distcheck DISTCHECK_CONFIGURE_FLAGS="<your options here>" >>> Then upload the resulting package as Ben writes it below. >>> >>> I will probably not answer the mail until tomorrow. Don't expect for >>> soon answers now. >>> If some want to meet me, I should spend a lot of time near Linux >>> Magazine at the >>> SolutionsLinux2005 meeting at La Defense, Paris this afternoon. >>> >>> Yves >>> >>>> >>>> If you agree, I need: >>>> - The patch attached. >>>> - Version changed to 0.105.3 >>>> - aclocal, autoconf etc >>>> - make distcheck >>>> - ftp to upload.sf.net as anonymous and placed in directory 'incoming'. >>>> >>>> I can take it from there :) >>>> >>>> If not, I'll wrangle something together... >>>> >>>> Thanks! >>>> >>>> Ben >>>> >>>> >>>> >>>> >>>> -- >>>> Ben Clewett bcl...@pe... >>>> PerfParse http://www.perfparse.org >>>> PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php >>>> >>> >>> >>> -- >>> - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - >>> - GPG key - http://ymettier.free.fr/gpg.txt - >>> - Maitretarot - http://www.nongnu.org/maitretarot/ - >>> - Perfparse - http://perfparse.sf.net/ - >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting >> Tool for open source databases. Create drag-&-drop reports. Save time >> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. >> Download a FREE copy at http://www.intelliview.com/go/osdn_nl >> _______________________________________________ >> Perfparse-devel-int mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-devel-int >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Perfparse-devel-int mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-devel-int > -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |