On Mon, 12 Jan 2004 21:35:13 -0800, Jesse Keating wrote: > On Monday 12 January 2004 21:27, Aleksey Nogin wrote: > > Interesting - I realized that the existing spec file for rpm2html > > included a call to an "autogen.sh" script in %pre, which in turn > > called configure, as well as a separate configure call in %build. > > After I removed the second configure call (moving its arguments to > > the autogen. sh script, which passes them back to configure), > > rpm2html stopped crashing! > > > > See > > http://rpm.nogin.org/regularly_built/rh80/rpm2html-1.8.2-3.rh8.0.i386 > >.html for source and binary RPMs. > > > > P.S. I would suggest adding a working rpm2html to the "stable" > > channel of Fedora Legacy 8.0 > > Is only 8.0 effected? What about 7.3? Either way, is there anybody > willing to sponser this package, and then QA it? It ought to be investigated what the autogen/configure change results in. Comparing config.h (if it exists) might help. It shouldn't be a trial and error build that works by accident. autogen usually only recreates autoconf/automake files, such as configure script, m4 macros and makefile templates. --