Hi,

I'm at it again. wiped clean  my build directory, and started with the latest from svn:

Finished downloading 0 bytes in 0.445268 seconds (0.000 bytes/sec).
ERROR: CURL Returned Error 22. Please read the curl manpage.
INFO: download from mirror failed, trying original URL.
######################################################################## 100.0% Finished downloading 67825 bytes in 0.260322 seconds (260865.000 bytes/sec).
compressing lzip file + cksum-test: download/mirror/e/ed-1.16.tar.lz
./scripts/Download: line 506: lzip: command not found


Seems like ed now wants lzip to decompress.

Since I am doing a crossbuild, I think lzip would have to go into stage 0.

and I also added it to  target/generic/pkgsel/10-bootstrap.in, (which also had xz added fro previous glib dependancies.)

Patches attached.


Jan



Index: target/generic/pkgsel/10-bootstrap.in
===================================================================
--- target/generic/pkgsel/10-bootstrap.in	(revision 49445)
+++ target/generic/pkgsel/10-bootstrap.in	(working copy)
@@ -43,6 +43,8 @@
 X m4
 X make
 X meson
+X xz   # xz is needed for glib build
+X lzip # lzip needed for ed
 X ninja
 X man
 X mine

Index: package/archiver/lzip/lzip.desc
===================================================================
--- package/archiver/lzip/lzip.desc	(revision 49445)
+++ package/archiver/lzip/lzip.desc	(working copy)
@@ -28,6 +28,6 @@
 [L] GPL
 [S] Stable
 [V] 1.21
-[P] X -1---5---9 108.600
+[P] X 01---5---9 108.600
 
 [D] d3a696ff8da8082b027c631788303a69a3b0f5a5497d1bcb0a87fb53 lzip-1.21.tar.gz http://download.savannah.gnu.org/releases/lzip/

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to