Mantis - cups_dev
Viewing Issue Advanced Details
5175 packaging block always 2014-05-28 17:10 2014-06-03 13:24
laurent  
cgrzemba  
normal  
closed  
fixed  
none    
none  
0005175: cups-config is not GCC-compatible
The cups-config command is called by configure scripts, and returns a line that contains -x parameters specific to Studio:

/opt/csw/bin/cups-config --libs
-lcups -lgss -L/opt/csw/lib -R/opt/csw/lib -I/opt/csw/include -I/opt/csw/include -xO3 -m32 -xarch=pentium_pro -xchip=pentium_pro -I/opt/csw/include/dbus-1.0 -I/opt/csw/lib/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -m32 -L/opt/csw/lib -lkrb5 -lk5crypto -lcom_err -lresolv -lsocket -lnsl -L/opt/csw/lib -lgnutls -L/opt/csw/lib -lgcrypt -lgpg-error -lz -lpthread -lresolv -lnsl -lsocket -lm

That makes it difficult to build things depending on it (cups-filters)
I put a bit of gsed in the krb5-lib recipe that fixes that issue and can probably be used as a model.
Issue History
2014-05-28 17:10 laurent New Issue
2014-06-02 10:07 cgrzemba Status new => assigned
2014-06-02 10:07 cgrzemba Assigned To => cgrzemba
2014-06-02 10:10 cgrzemba Note Added: 0010845
2014-06-03 13:24 cgrzemba Note Added: 0010852
2014-06-03 13:24 cgrzemba Status assigned => closed
2014-06-03 13:24 cgrzemba Resolution open => fixed

Notes
(0010845)
cgrzemba   
2014-06-02 10:10   
this was pulled through krbconfig. krbconfig is fixed now so simply repackaging helps to fix.
(0010852)
cgrzemba   
2014-06-03 13:24   
fixed via repackaging