Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. [Trac] TICKET_CREATE privileges (Jiri Popelka)
2. Re: [Trac] TICKET_CREATE privileges (Jeremy C. Reed)
3. Fixing Kea package (Zdenek Dohnal)
4. Re: Fixing Kea package (Jiri Popelka)
----------------------------------------------------------------------
Message: 1
Date: Fri, 11 Mar 2016 15:21:28 +0100
From: Jiri Popelka <[email protected]>
To: [email protected]
Subject: [kea-dev] [Trac] TICKET_CREATE privileges
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Hi,
When I enter http://kea.isc.org/newticket I see
TICKET_CREATE privileges are required to perform this operation on
Ticket #None. You don't have the required permissions.
even I'm logged in (jpopelka).
Any ideas what might be the culprit ?
Thanks,
--
Jiri
------------------------------
Message: 2
Date: Fri, 11 Mar 2016 08:54:18 -0600 (CST)
From: "Jeremy C. Reed" <[email protected]>
To: Jiri Popelka <[email protected]>
Cc: [email protected]
Subject: Re: [kea-dev] [Trac] TICKET_CREATE privileges
Message-ID: <[email protected]>
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Fri, 11 Mar 2016, Jiri Popelka wrote:
> TICKET_CREATE privileges are required to perform this operation on
> Ticket #None. You don't have the required permissions.
We had some privileges lost for authenticated users. I re-added them
(but didn't test yet). I also added you to our contributors group which
should give you some more privilege in Kea Trac too. Sorry for the
inconvenience. And thank you for your participation.
------------------------------
Message: 3
Date: Fri, 11 Mar 2016 10:00:29 -0500 (EST)
From: Zdenek Dohnal <[email protected]>
To: [email protected]
Subject: [kea-dev] Fixing Kea package
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="utf-8"
Dear Sir or Madame,
I'm writing this email to inform you about I made several changes to your
package because of standard updating to C++11. Changes are in these files:
coroutine.h, l 111 - delete the line "case __LINE__: ;" because it caused
errors "duplicate case value" after macro expansion in code
pgsql_lease_mgr.cc, l 1693 - fixing function make_pair, because C++11 defines
function make_pair as
template <class T1, class T2> pair<V1,V2> make_pair (T1&& x, T2&& y);
instead of:
template <class T1, class T2> pair<V1,V2> make_pair (T1 x, T2 y);
Package was tested after applied changes on Fedora 23 and software ran without
errors.
Zdenek Dohnal
Associate Software Engineer
Brno, Purky?ova 99
RED HAT | TRIED. TESTED. TRUSTED.
Every telecommunications Company in the Fortune Global 500 relies on Red Hat.
Find out why at Trusted | Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kea-coroutinepgsql.patch
Type: text/x-patch
Size: 943 bytes
Desc: not available
URL:
<https://lists.isc.org/pipermail/kea-dev/attachments/20160311/f2dba2d8/attachment-0001.bin>
------------------------------
Message: 4
Date: Fri, 11 Mar 2016 18:44:34 +0100
From: Jiri Popelka <[email protected]>
To: [email protected]
Subject: Re: [kea-dev] Fixing Kea package
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
On 11.3.2016 16:00, Zdenek Dohnal wrote:
> I'm writing this email to inform you about I made several changes to your
> package because of standard updating to C++11. Changes are in these files:
Background story is that we were unable to build kea with new gcc-6.0.0
(forthcoming Fedora 24), which defaults to -std=gnu++14.
We worked-around some of the failures by using -std=gnu++11 and
-Wno-deprecated-declarations and the rest has been fixed by the Zdenek's
patch. Let us know if you need more details.
with regards,
--
Jiri
------------------------------
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
End of kea-dev Digest, Vol 24, Issue 3
**************************************