From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Description of problem: The build dependencies mention the obsolete "sgml-tools" package, as the "sgml2html" command is needed to create some of the end-user documentation for the Squid package. The "sgml-tools" package no longer exists, and there is even a changelog entry in the squid.spec file that mentions the proper dependency, the "linuxdoc-tools" package. This is very confusing for users who need to rebuild the Squid RPM (e.g. to specify the missing "NTLM" authentication option mentioned in bug report 90145). Version-Release number of selected component (if applicable): squid-2.5.STABLE1-2 How reproducible: Always Steps to Reproduce: 1. On a freshly-installed Red Hat Linux 9 system, install the Squid source RPM from CD, e.g. "rpm -i /mnt/cdrom/SRPMS/squid-2.5.STABLE1-2.src.rpm". 2. Attempt to build the source RPM, e.g. "rpmbuild - bb /usr/src/redhat/SPEC/squid.spec". 3. ... 4. PROFIT! Actual Results: rpmbuild complained about a missing prerequisite, sgml-tools. Expected Results: With linuxdoc-tools installed, the package should have been built. Additional info: