From: Lonnie A. <li...@lo...> - 2025-06-15 17:46:54
|
Hi David, Thanks for the info. Yes, the https://ne.di.unimi.it URL now forwards to the github site [2], not the autoconf download. I made a commit [1] to use our ne-3.3.4.tar.gz copy, and the next release we can use the github tag. Thanks David! Lonnie [1] https://github.com/astlinux-project/astlinux/commit/fead6b59f4de4a350030615cdcf3ed92b5aa1b6c [2] -- $ curl -LI https://ne.di.unimi.it/ HTTP/1.1 302 Found Date: Sun, 15 Jun 2025 17:32:55 GMT Server: Apache/2.4.62 (Fedora Linux) OpenSSL/3.2.2 mod_jk/1.2.48 Location: http://github.com/vigna/ne/ Content-Type: text/html; charset=iso-8859-1 HTTP/1.1 301 Moved Permanently Content-Length: 0 Location: https://github.com/vigna/ne/ HTTP/2 200 date: Sun, 15 Jun 2025 17:32:55 GMT content-type: text/html; charset=utf-8 vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With etag: W/"f2c215b4cca5b2f293019cf300168950" ... -- > On Jun 15, 2025, at 10:35 AM, David Kerr <Da...@Ke...> wrote: > > Trying to build astlinux today and I am getting this error... > > >>> ne 3.3.4 Extracting > gzip -d -c /home/david/github/astlinux/dl/ne-3.3.4.tar.gz | tar --strip-components=1 -C /home/david/github/astlinux/output/build/ne-3.3.4 -xf - > > gzip: /home/david/github/astlinux/dl/ne-3.3.4.tar.gz: not in gzip format > tar: This does not look like a tar archive > tar: Exiting with failure status due to previous errors > make: *** [package/Makefile.package.in:248: /home/david/github/astlinux/output/build/ne-3.3.4/.stamp_extracted] Error 2 > > and... > > [0.707s] 1 david@Astlinux-dev:~/github/astlinux$ ls -la /home/david/github/astlinux/dl/ne-* > -rw-rw-r-- 1 david david 284094 Jun 15 11:21 /home/david/github/astlinux/dl/ne-3.3.4.tar.gz > -rw-rw-r-- 1 david david 61 Mar 24 11:13 /home/david/github/astlinux/dl/ne-3.3.4.tar.gz.sha1 > > Anyone else seeing this? Suggestions? > > Thanks > David > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel |