[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] binutils-2.13.2.1-2.m68kmint.rpm



On Wed, 2005-07-27 at 14:48 -0400, Mark Duckworth wrote:

> Actually you just encouraged me to look around and indeed it's possible
> but difficult through the use of macros.  Now it seems another problem
> could be that most linux distros use a version of rpm substantially
> newer than ours.  I tried to build a new rpm but got held up on
> beecrypt.  Maybe that problem has been resolved or worked around with
> later versions.

Has anyone tried porting a newer version?   I wanted to use the version
of rpm that comes with busybox to simplify things, but that version
needs mmap() so that you can handle files bigger than RAM efficiently,
and trying to write a work-around was just too frustrating - it goes
back to needing a virtual address space to support a real mmap() to do
it efficiently.