[MacPorts] #38985: kerberos5 fails on compile_et (10.6.8)

MacPorts noreply at macports.org
Fri May 3 16:30:20 PDT 2013


#38985: kerberos5 fails on compile_et (10.6.8)
------------------------+--------------------------------
  Reporter:  mtb19@…    |      Owner:  macports-tickets@…
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.1.3
Resolution:             |   Keywords:
      Port:  kerberos5  |
------------------------+--------------------------------
Changes (by cal@…):

 * cc: cal@… (added)


Comment:

 You can't change it now, but next time please consider attaching files
 rather than pasting their contents… this is huge. :(

 Problem is
 {{{
 error: et/com_err.h: No such file or directory
 }}}
 which makes sense, because we do not specify `-I$prefix/include` in the
 `CFLAGS` for the kerberos5 port (for good reasons). We however have the
 `CPATH` and `LIBRARY_PATH` variables set that recent enough clang should
 use those to find the necessary headers. However, your `config.log` shows
 kerberos5 uses `gcc` as compiler, while the log you pasted in the initial
 post correctly reads
 {{{
 checking for gcc... /usr/bin/clang
 }}}

 Also, your `$prefix` seems to be `/opt/local`, but your main.log contains
 {{{
 :debug:main Privilege de-escalation not attempted as not running as root.
 }}}
 Did you specifically install a non-root version of MacPorts in
 `/opt/local` or did you somehow modify MacPorts to not use root
 privileges?

 Anyway, can you please clean kerberos5, re-try and attach both the
 complete main.log and the complete config.log (compressing them, if
 necessary)?

-- 
Ticket URL: <https://trac.macports.org/ticket/38985#comment:5>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list