From: Ben C. <bcl...@pe...> - 2005-02-02 10:09:31
Attachments:
pp-0.105.2.patch.gz
|
Yves, I have an urgent bug which will effect MySQL users and stored graphs. As luck would have it, I don't have access to my release machine. This machine having no access to Internet at the moment. I don't trust the machine I do have. 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? 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 |
From: Yves <yme...@pe...> - 2005-02-02 10:47:59
Attachments:
pp-0.105.2.patch.ym1.gz
|
> 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 up= load and I would not have tried. Good thing that I have postgresql and not mysql on that computer : I foun= d another bug (see ChangeLog and configure.ac) Bad thing : this is MacOSX and I did not manage to run "make" or "make di= stcheck". 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=3D"<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 > --=20 - 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/ - |
From: Flo G. <fl...@bi...> - 2005-02-02 13:13:04
|
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/ - |
From: Ben C. <bcl...@pe...> - 2005-02-02 13:51:05
|
Flo, Yves, I found another buffer-overflow bug in the raw-report, not a good day for bugs. I've managed to find a machine, but no compile. My error is: $ aclocal -I m4 aclocal:configure.ac:92: warning: macro `AM_PATH_GLIB_2_0' not found in library With automake 1.9.4 and libtoolize 1.5.10. (Very latest versions.) Failure after this. Yves, I don't seem to have any 'aclocal -I' include directories for aclocal which include this definition. Flo, I'll let you know if I find your problem whilst trying to find a solution to this problem. :) 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 > -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: Ben C. <Ben...@ro...> - 2005-02-02 14:02:34
|
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 > |
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 |