#37945: Installing kerberos @1.11_0 fails: error: et-c-ss_err.h: No such file or directory ------------------------+-------------------------------- Reporter: ww.galen@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: kerberos5 ------------------------+-------------------------------- Installing kerberos @1.11_0 fails during the build. The log contains the following information about the build error (full log attached): {{{ :info:build rm -f et-c-ss_err.et et-c-ss_err.c et-c-ss_err.h :info:build cp ss_err.et et-c-ss_err.et :info:build compile_et et-c-ss_err.et :info:build Error Table "ss" has base 748800 :info:build Error Table "ss" has base 748800 :info:build mv -f et-c-ss_err.c ss_err.c :info:build mv -f et-h-ss_err.h ss_err.h :info:build rm -f et-c-ss_err.et et-c-ss_err.h :info:build rm -f et-h-ss_err.et et-h-ss_err.c :info:build ../../util/ss/mk_cmds std_rqs.ct :info:build rm -f ../../include/ss/ss.h :info:build cp ./ss.h ../../include/ss/ss.h :info:build rm -f ../../include/ss/ss_err.h :info:build cp ss_err.h ../../include/ss/ss_err.h :info:build /usr/bin/gcc-4.2 -I../../include -I../../include -I. -I./ -I/opt/local/include -I/opt/local/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE -I/opt/local/include -O2 -arch x86_64 -fno-common -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing- prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused- function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Wnewline-eof -Werror=uninitialized -Werror=declaration- after-statement -Werror=variadic-macros -Werror-implicit-function- declaration -c ss_err.c :info:build ss_err.c:7:25: error: et-c-ss_err.h: No such file or directory :info:build ss_err.c:27: error: variable ‘et_ss_error_table’ has initializer but incomplete type }}} ss_err.c (also attached) includes "et-c-ss_err.h", but it was previously renamed to "ss_err.h" (as shown in the log excerpt). I came across this after dealing with #37944. Cleaning kerberos5 didn't help: {{{ sudo port clean --all kerberos5 sudo port install kerberos5 }}} Using "upgrade" instead of "install" action (@1.7.2_0 is installed, but deactivated) had no affect. System: OS X 10.6.8 -- Ticket URL: <https://trac.macports.org/ticket/37945> MacPorts <http://www.macports.org/> Ports system for Mac OS