From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7 Description of problem: While trying to build a development version of ghostscript (required by another package): # rpmbuild --rebuild http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/ghostscript-8.15.1-3.1.src.rpm Installing http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/ghostscript-8.15.1-3.1.src.rpm rpmbuild: rpmio.c:2863: Fdopen: Assertion `fd && fd->magic == 0x04463138' failed. Aborted # Version-Release number of selected component (if applicable): rpm-build-4.4.1-22 How reproducible: Always Steps to Reproduce: as above Actual Results: as above Expected Results: shouldn't have died with assertion failure Additional info:
Yep. So do this instead rpm -ivh http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/ ghostscript-8.15.1-3.1.src.rpm rpmbuild -bb /usr/src/redhat/SPECS/ghostscript.spec
So, because there happens to be a workaround, the fact that rpmbuild fails an internal assertion isn't a bug ???
Yes, you have a workaround, use that instead. Deferred until whenever (if that floats your boat instead).