<html><head></head><body><div class="ydpe574d558yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div></div>
        <div>Hi,</div><div><br></div><div>Using <span>update-alternatives to set clang++ was a success, and export  <span>CC=/usr/bin/clang does the job (trying two differents methods). Debian project recommended to use export (CC,CCX) for versioning and only <span><span>update-alternatives</span></span> for alternative as it says.</span></span></div><div><span><span>Anyway compilation with clang was as quick as gcc can do.</span></span></div><div><span><span><br></span></span></div><div><span><span><span>/usr/local/squid/sbin# ./squid -v<br>Squid Cache: Version 4.5<br>Service Name: squid<br><br>This binary uses OpenSSL 1.1.1a  20 Nov 2018. For legal restrictions on distribution see https://www.openssl.org/source/license.html<br><br>configure options:  '--enable-ssl' '--enable-ssl-crtd' '--localstatedir=/var' '--datadir=/usr/share/squid' '--sysconfdir=/etc/squid' '--libexecdir=/usr/lib/squid' '--mandir=/usr/share/man' '--enable-inline' '--disable-arch-native' '--enable-async-io=8' '--enable-storeio=ufs,aufs,diskd,rock' '--enable-removal-policies=lru,heap' '--enable-delay-pools' '--enable-cache-digests' '--enable-icap-client' '--enable-follow-x-forwarded-for' '--enable-auth-basic=DB,fake,getpwnam,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB' '--enable-auth-digest=file,LDAP' '--enable-auth-negotiate=kerberos,wrapper' '--enable-auth-ntlm=fake,SMB_LM' '--enable-external-acl-helpers=file_userip,kerberos_ldap_group,LDAP_group,session,SQL_session,time_quota,unix_group,wbinfo_group' '--enable-security-cert-validators=fake' '--enable-storeid-rewrite-helpers=file' '--enable-url-rewrite-helpers=fake' '--enable-eui' '--enable-esi' '--enable-icmp' '--enable-zph-qos' '--enable-ecap' '--disable-translation' '--with-swapdir=/var/spool/squid' '--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid.pid' '--with-filedescriptors=65536' '--with-large-files' '--with-default-user=proxy' '--with-gnutls' '--with-openssl' 'CC=/usr/bin/clang'<br><br></span><br></span></span></div><div><span><span><br></span></span></div><div><span><span><span>>Seconded. With both my Squid Project and Debian pkg-squid Team hat's on<br clear="none"></span></span></span><div><span><span><span>>I'd like to know why you feel any need to force the compiler?</span></span></span></div><div><span><span><span></span></span></span><br></div><div>There were errors to patch with memcpy because of the gcc version  8.2.0-14 Debian wich considers some warnings as errors, besides some targets are BSD's.</div><div><br></div><div><span>smblib-util.c: In function ‘SMB_Negotiate’:<br>smblib-util.c:404:9: error: ‘strncpy’ output may be truncated copying 79 bytes from a string of length 79 [-Werror=stringop-truncation]<br>         strncpy(p, Con_Handle -> Svr_PDom, sizeof(Con_Handle -> Svr_PDom) - 1);<br>         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>smblib-util.c:427:9: error: ‘strncpy’ output may be truncated copying 79 bytes from a string of length 79 [-Werror=stringop-truncation]<br>         strncpy(p, Con_Handle -> Svr_PDom, sizeof(Con_Handle -> Svr_PDom) - 1);<br>         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>smblib-util.c: In function ‘SMB_TreeConnect’:<br>smblib-util.c:541:5: error: ‘strncpy’ specified bound 129 equals destination size [-Werror=stringop-truncation]<br>     strncpy(tree -> path, path, sizeof(tree -> path));<br>     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>smblib-util.c:542:5: error: ‘strncpy’ specified bound 20 equals destination size [-Werror=stringop-truncation]<br>     strncpy(tree -> device_type, device, sizeof(tree -> device_type));<br>     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br><br></span><div>Although my heart bleeds to use a compiler not compliant with GPL on Debian.</div><div><br></div><div>Great to known you are on this package, I thought there was only Luigi Gangitano (luigi@debian.org) for ages...</div><div><br></div></div><div><br></div><div>Best regards.<br></div><br></div><div><br></div>
        
        </div><div id="yahoo_quoted_9015807474" class="yahoo_quoted">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    Le mercredi 23 janvier 2019 à 05:25:04 UTC+1, Amos Jeffries <squid3@treenet.co.nz> a écrit :
                </div>
                <div><br></div>
                <div><br></div>
                <div><div dir="ltr">On 23/01/19 5:17 am, Alex Rousskov wrote:<br clear="none">> On 1/22/19 6:21 AM, graf huy wrote:<br clear="none">> <br clear="none">>> The Makefile is modified so each line with gcc is replaced with clang<br clear="none">>> and each line of g++ replaced with clang++. But gcc is still used.<br clear="none">> <br clear="none">> I am not sure you are doing that,<br clear="none"><br clear="none">Seconded. With both my Squid Project and Debian pkg-squid Team hat's on<br clear="none">I'd like to know why you feel any need to force the compiler?<br clear="none"><br clear="none"><br clear="none">Amos<div class="yqt5792479186" id="yqtfd61729"><br clear="none">_______________________________________________<br clear="none">squid-users mailing list<br clear="none"><a shape="rect" ymailto="mailto:squid-users@lists.squid-cache.org" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br clear="none"><a shape="rect" href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br clear="none"></div></div></div>
            </div>
        </div></body></html>