Hey Phil, Sorry about that. I upgraded to 1.3.4-2 in https://github.com/chapel-lang/chapel/pull/7871. I'm not quite sure how I got a misnamed uncompressed file. It looks like the auto-download from http://www.fltk.org/software.php?VERSION=1.3.4&FILE=fltk/1.3.4/fltk-1.3.4-2-source.tar.gz gets the wrong file, but wget'ing it seems to work fine (gunzip -t works, and MD5 matches)
The uncompressed version happens to work on macs, which is where I tested the upgrade, but I can reproduce your issue on a linux box. https://github.com/chapel-lang/chapel/pull/9264 should fix this. If you get a chance to test it, please let me know either off-list or on the pull request. Thanks! Elliot -----Original Message----- From: Phil Nelson <[email protected]> Date: Wednesday, April 18, 2018 at 12:55 PM To: <[email protected]> Subject: [Chapel-developers] chapel-1.17.0 issue Hello, In chapel-1.17.0/third-party/fltk the file fltk-1.3.4-2-source.tar.gz appears to be actually the fltk-1.3.4-2-source.tar file without compression. That causes the make to fail as "tar xzf" doesn't work on a uncompressed .tar file. --Phil -- Phil Nelson ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
