Hi,

I commited your patch (with resorted makeopt lines).

Committed revision r30797.

I updated the zip package, apparently it just built for me, you
might like to check:

rene * r30798 /trunk/package/archiver/zip/zip.desc: * updated zip (232 -> 30)

Yours,

On 14.10.2008, at 10:07, Harmuth, Florian wrote:

Hello René,
i have attached a simple patch -> i'm not sure if thats enough for you resp. if its the right way, but now it works. And here is the next question. I have tried to change the zip.desc file to use a newer version of the zip package but this fails because they have saved the new file with the extension .tgz instead of .tar.gz. So the download script renames it to zip30.tbz2. Should i change the download script to support .tgz files? Or should i ignore it and work with the old zip package?

regards,
flo



-----Ursprüngliche Nachricht-----
Von: René Rebe [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 10. Oktober 2008 16:40
An: Harmuth, Florian
Cc: T2 developers mailing list
Betreff: Re: [t2] Error building zip


Dear Florian,

Harmuth, Florian wrote:
hello all,
at the moment i make a few test builds, but the reference build fails on the zip package (version -> trunk). It fails with the following message:

"/usr/bin/cpp match.S > match.s
i486-t2-linux-gnu-as _match.s
mv _match.o match.o
mv: cannot stat '_match.o': No such file or directory"

I have looked in the regarding Makefile (unix/Makefile) and they run in line 92 $(AS) _match.s. $(AS) should be "cc -s" but in the T2 environment (debug.buildenv) AS is declared as declare -x AS="i486-t2-linux-gnu-as" which creates a.out instead of _match.o.
Where should i patch this? In the makefile? In the zip.conf file?

best regards,

Ah, this is a new regression as I just recently added to pass AS=...
by defaults on cross builds (fixes a couple of packages :-).

I would just workaround this in the zip package and add the AS=...
as required by that makefile.

Patch welcome, especially as it does not appear to abort on my
side

Yours,

--
René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
http://exactcode.de | http://t2-project.org | http://rene.rebe.name

<zip.patch>

--
  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  Managing Directors: Susanne Klaus, René Rebe
  Location: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
  Tax-ID#: DE251602478
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name

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

Reply via email to