Today's Raw Hide snapshot sees this error in install.log: Installing inn-2.4.2-3.i386. /var/tmp/rpm-tmp.42047: line 2: 9233 Segmentation fault su news -c '/usr/lib/news/bin/makedbz -i -o'
Did you install inn package or did you upgrade it? Makedbz segfaults if you have an old index data (see https://bugzilla.redhat.com/bugzilla-old/show_bug.cgi?id=157802)
It was a completely fresh install.
What happens if you run makedbz as root from command line? Which files do you have in /var/lib/news ?
Ah, sorry, it's actually su which is segfaulting. Tim this is reproducible on every rpm --erase inn / rpm -ivh inn invocation on a Raw Hide box. gdb says the crash is at: (gdb) bt full #0 0x009867e2 in main (argc=4, argv=0xbfe8d8c4) at su.c:344 optc = Variable "optc" is not available. coreutils-5.2.1-45
This seems to be because ttyname(0) returns NULL. Fixed package is coreutils-5.2.1-47.
Works for me, thanks Tim.