Mantis - libkrb5_dev
Viewing Issue Advanced Details
5007 regular use major always 2012-10-01 11:55 2013-06-09 16:10
jh  
laurent  
normal  
closed  
fixed  
none    
none  
0005007: krb5-config reports -xchip=pentium_pro
Since krb5 is build with Sun Studio this flag is used to build libkrb5 but gcc does not support this flag. So this brakes building packages that use
krb5-config --libs
-L/opt/csw/lib -R/opt/csw/lib -m32 -xarch=pentium_pro -xchip=pentium_pro -L/opt/csw/lib -lkrb5 -lk5crypto -lcom_err -lresolv -lsocket -lnsl

with gcc
Issue History
2012-10-01 11:55 jh New Issue
2013-04-21 22:03 yann Note Added: 0010356
2013-05-19 12:35 laurent Note Added: 0010393
2013-05-19 12:35 laurent Assigned To => laurent
2013-05-19 12:35 laurent Status new => resolved
2013-05-19 12:35 laurent Resolution open => fixed
2013-06-09 16:10 laurent Note Added: 0010432
2013-06-09 16:10 laurent Status resolved => closed

Notes
(0010356)
yann   
2013-04-21 22:03   
I confirm this bug.
I just ran into it while re-building mailutils.

I had to patch the build system to workaround it.
(0010393)
laurent   
2013-05-19 12:35   
I've uploaded a modified package with those options specifically taken out. It should now be able to build with GCC.
(0010432)
laurent   
2013-06-09 16:10   
pidgin-sipe now builds fine with GCC with dependency on krb5, so I consider this issues to be fully resolved.