[Bug 1117517] Re: FTBFS on raring
Jamie Strandboge
jamie at ubuntu.com
Wed Feb 6 21:09:38 UTC 2013
r12473 addressed most of this, but configure tells me this:
...
checking if setresuid is implemented... no
...
So I also needed in src/tools.cc:
...
void
enter_suid(void)
{
...
#if HAVE_SETRESUID
...
#else
if (setuid(0) < 0)
debugs(21, 3, "enter_suid: setuid(0) failed: " << xstrerror());
#endif
...
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1117517
Title:
FTBFS on raring
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+subscriptions
More information about the Ubuntu-server-bugs
mailing list