|
From: Mojca M. <moj...@gm...> - 2016-07-21 08:47:33
|
Hi, On 21 July 2016 at 07:24, sfeam wrote: > The source package and release notes for gnuplot 5.0.4 are now available for download: > > https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.4/ > > The 5.0.4 source package contains only a single change from the testing packages > made available last week. This was a fix for slow pixel image rendering by aquaterm, > relevant only to OSX. I'm sorry for not having it tested earlier, but my compiler doesn't seem to be happy. In file included from term.c:1348: In file included from ./term.h:156: ../term/aquaterm.trm:963:55: error: use of undeclared identifier 'TERM_POLYGON_PIXELS' TERM_CAN_MULTIPLOT|TERM_NO_OUTPUTFILE|TERM_CAN_DASH|TERM_POLYGON_PIXELS, ^ term.c:1359:19: error: invalid application of 'sizeof' to an incomplete type 'struct TERMENTRY []' int sort_idxs[TERMCOUNT]; ^~~~~~~~~ term.c:1352:26: note: expanded from macro 'TERMCOUNT' #define TERMCOUNT (sizeof(term_tbl) / sizeof(term_tbl[0])) ^~~~~~~~~~ term.c:1362:21: error: invalid application of 'sizeof' to an incomplete type 'struct TERMENTRY []' for( i = 0; i < TERMCOUNT; i++ ) ^~~~~~~~~ term.c:1352:26: note: expanded from macro 'TERMCOUNT' Mojca |
|
From: sfeam <sf...@us...> - 2016-07-21 16:00:27
|
On Thursday, 21 July 2016 10:47:26 AM Mojca Miklavec wrote: > Hi, > > On 21 July 2016 at 07:24, sfeam wrote: > > The source package and release notes for gnuplot 5.0.4 are now available for download: > > > > https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.4/ > > > > The 5.0.4 source package contains only a single change from the testing packages > > made available last week. This was a fix for slow pixel image rendering by aquaterm, > > relevant only to OSX. > > I'm sorry for not having it tested earlier, but my compiler doesn't > seem to be happy. Proving once again that no change is too small to cause problems. I've uploaded an amended tarball that contains the other half of the aquaterm fix. Ethan > > > In file included from term.c:1348: > In file included from ./term.h:156: > ../term/aquaterm.trm:963:55: error: use of undeclared identifier > 'TERM_POLYGON_PIXELS' > TERM_CAN_MULTIPLOT|TERM_NO_OUTPUTFILE|TERM_CAN_DASH|TERM_POLYGON_PIXELS, > ^ > term.c:1359:19: error: invalid application of 'sizeof' to an > incomplete type 'struct TERMENTRY []' > int sort_idxs[TERMCOUNT]; > ^~~~~~~~~ > term.c:1352:26: note: expanded from macro 'TERMCOUNT' > #define TERMCOUNT (sizeof(term_tbl) / sizeof(term_tbl[0])) > ^~~~~~~~~~ > term.c:1362:21: error: invalid application of 'sizeof' to an > incomplete type 'struct TERMENTRY []' > for( i = 0; i < TERMCOUNT; i++ ) > ^~~~~~~~~ > term.c:1352:26: note: expanded from macro 'TERMCOUNT' > > Mojca > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |
|
From: Mojca M. <moj...@gm...> - 2016-07-21 16:31:58
|
On 21 July 2016 at 17:57, sfeam wrote: > On Thursday, 21 July 2016 10:47:26 AM Mojca Miklavec wrote: >> Hi, >> >> On 21 July 2016 at 07:24, sfeam wrote: >> > The source package and release notes for gnuplot 5.0.4 are now available for download: >> > >> > https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.4/ >> > >> > The 5.0.4 source package contains only a single change from the testing packages >> > made available last week. This was a fix for slow pixel image rendering by aquaterm, >> > relevant only to OSX. >> >> I'm sorry for not having it tested earlier, but my compiler doesn't >> seem to be happy. > > Proving once again that no change is too small to cause problems. > I've uploaded an amended tarball that contains the other half of the > aquaterm fix. Thank you. It seems better now. Mojca |
|
From: Tait <gnu...@t4...> - 2016-07-22 19:05:31
|
> > I'm sorry for not having it tested earlier, but my compiler doesn't > > seem to be happy. > > Proving once again that no change is too small to cause problems. > I've uploaded an amended tarball that contains the other half of the > aquaterm fix. It's history at this point, but there seems to be confusion and some mild alarm about two gnuplot-5.0.4.tar.gz files floating around with different SHA checksums. I imagine that for those who aren't aware of this thread, the first assumption may be that the distribution was compromised. If it happens again, it might be less confusing to just say "oops" and bump the version (e.g. to 5.0.5 in this case). |
|
From: Mojca M. <moj...@gm...> - 2016-08-02 15:45:49
|
On 22 July 2016 at 20:39, Tait wrote: > >> > I'm sorry for not having it tested earlier, but my compiler doesn't >> > seem to be happy. >> >> Proving once again that no change is too small to cause problems. >> I've uploaded an amended tarball that contains the other half of the >> aquaterm fix. > > It's history at this point, but there seems to be confusion and some > mild alarm about two gnuplot-5.0.4.tar.gz files floating around with > different SHA checksums. I imagine that for those who aren't aware > of this thread, the first assumption may be that the distribution > was compromised. If it happens again, it might be less confusing to > just say "oops" and bump the version (e.g. to 5.0.5 in this case). Indeed, this is a bit of a problem and it's generally not advised to quietly change the tarballs with the same name. I kept postponing an upgrade in MacPorts because I knew that people would end up with the wrong file even after it was already fixed (the mirrors still had the old file) and it would be difficult to get rid of that one. Then again, we got a bug report today from users who are unable to install the software. It seems that some mirrors still hold the old file: $ wget http://heanet.dl.sourceforge.net/project/gnuplot/gnuplot/5.0.4/gnuplot-5.0.4.tar.gz $ shasum -a 256 gnuplot-5.0.4.tar.gz 27897103153ec5c8efd517df9bbe690246aaaa9a59a2ce18eb88d08228ac7723 gnuplot-5.0.4.tar.gz $ wget http://vorboss.dl.sourceforge.net/project/gnuplot/gnuplot/5.0.4/gnuplot-5.0.4.tar.gz $ shasum -a 256 gnuplot-5.0.4.tar.gz 151cb845728bde75eb9d1561b35140114a05a7c52a52bd35b4b2b3d944e0c31e gnuplot-5.0.4.tar.gz Mojca |