ya gcc 8 is paranoid strict every one know that i disable
-Wno-maybe-uninitialized
got more and more and now gcc8 is standard in debian so yadij know all
about he start converting code hoop he will continue spetial the bad one
pconn.cc: In member function ‘void PconnPool::push(const
ConnectionP
On 08/01/2018 03:34 PM, joseph wrote:
> hi after i upgrade my debian i got gcc 8 and warnings being treated as
> errors
>
> cache_cf.cc: In function ‘void parse_time_t(time_t*)’:
> cache_cf.cc:2981:36: error: ‘tval’ may be used uninitialized in this
> function [-Werror=maybe-uninitialized
On Wednesday 01 August 2018 at 23:34:28, joseph wrote:
> hi after i upgrade my debian i got gcc 8
So, maybe this is a Debian or a GCC problem, rather than a Squid problem?
> and warnings being treated as errors
Have you tried compiling anything other than Squid to see whether the problem
is wi
hi after i upgrade my debian i got gcc 8 and warnings being treated as
errors
cache_cf.cc: In function ‘void parse_time_t(time_t*)’:
cache_cf.cc:2981:36: error: ‘tval’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
*var = static_cast(tval/1000);
thank you for the answers, I really appreciated
"Do you have libsocks development version installed in the OS default
location? "
is possible to tell me the name of the package or the path, I've installed
via yum all the packages which had "sock" on the name/description but still
doesn't work
yes but its expensive since squid dose not have partial caching
acl force_full_download url_regex \.esd \.exe \.psf \.cab \.ipa \.zip \.pkg
\.msp
range_offset_limit -1 force_full_download
quick_abort_min -1 force_full_download
quick_abort_max 0 KB
quick_abort_pct 100
-
***
Hey dudes,
Is there a way to cache this kind of Windows Update?
1533134936.650 332 10.44.0.146 TCP_MISS/206 66327 GET
http://7.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/85b0341d-f552-410b-9301-b78f1dc3441f?
- HIER_DIRECT/13.107.4.50 application/octet-st
On 02/08/18 02:19, mzgmedia wrote:
> the export of variable doesn't seems to work for me
>
> export CFLAGS=" -Dbind=SOCKSbind "
> export CXXFLAGS=" -Dbind=SOCKSbind "
> export LDADD=" -lsocks "
>
As I said earlier, you need to check the library symbol names match the
ones you are telling the com
the export of variable doesn't seems to work for me
export CFLAGS=" -Dbind=SOCKSbind "
export CXXFLAGS=" -Dbind=SOCKSbind "
export LDADD=" -lsocks "
so I'm trying to do via
./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu
--target=x86_64-redhat-linux-gnu \
..
..
..
--e