Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: AIX .export files
- X-seq: zsh-workers 8580
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Oliver Kiddle <opk@xxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: AIX .export files
- Date: Fri, 5 Nov 1999 17:51:48 +0000
- In-reply-to: <38231426.5CFA117E@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <E11jhz8-0001KN-00@xxxxxxxxxxxxxxxxxx> <991105154004.ZM30666@xxxxxxxxxxxxxxxxxxxxxxx> <38231426.5CFA117E@xxxxxxxxxxxxx>
On Nov 5, 5:30pm, Oliver Kiddle wrote:
} Subject: Re: PATCH: AIX .export files
}
} Bart Schaefer wrote:
} >
} > I'm actually quite optimistic that `printf "%s", locals' will do the trick.
} > The error message indicates that the *format* string to printf can't be
} > more than 3k, not that there's a limit on the rest of the data.
}
} I replaced line 149 with that and I still get the error message about
} 'Format item %s cannot be longer than 3000 bytes.'
Rats.
Well, one last thing to try before hacking more vigorously is
print locals
i.e. forget "printf" (I'm not sure why it was used there, anyway).
} I also tried Sven's patch for the .export files and got a few undefined
} symbols. I won't have a chance until Monday to finish building a full
} list of the missing symbols but I'll try to get it done then.
}
} What options should I be using with patch. The patch I'm using (which is
} the GNU one not IBM's), couldn't cope with the lines starting 'diff' in
} the patch file and it also couldn't cope with the part for compresult.c.
That's odd; it applied straightaway for me. Did you use -p0 ?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author