On Mon, Apr 22, 2002 at 04:46:45PM +0200, Hartvig Ekner wrote: > [hartvige@copmalt13 /bin]$ rpm --version > error: Macro %__id_u has empty body > RPM version 4.0.4 > [hartvige@copmalt13 /bin]$ > > Before I start digging any deeper, has anybody else seen this and found the > explanation? > > (Note that I have not yet finished compiling the glibc RPM natively as > required - this is currently ongoing). Rpm has this nasty property of inherting much of it's configuration from one generation into the next generation. To get around this you will have to hack the configuration of your current rpm in /usr/lib/rpm/ rsp. /etc/rpm and rebuild. I've seen even more funny things when crossbuilding rpm. Ralf