[SSSD] Re: Help : Tickets suitable for newcomers

2016-10-27 Thread Pavel Březina

On 10/27/2016 08:31 AM, Amit Kumar wrote:

Hey Fabiano,

Thanks for update..
I have posted detailed steps for:
1. Getting source Code
2. Doing Code Changes
3. Running Integration Tests...


Feel free to also checkout [1] and just run 'rebuild' when you want to 
build sssd.


[1] https://github.com/pbrezina/sssd-dev-utils



on [https://github.com/SSSD/sssd/pull/60]

if we can integrate them on contribute-link. That may help 1st timers in
builiding, Running Integration tests.

Thanks Much!!!
Amit Kumar


___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] Re: Help : Tickets suitable for newcomers

2016-10-27 Thread Amit Kumar
Hey Fabiano,

Thanks for update..
I have posted detailed steps for:
1. Getting source Code
2. Doing Code Changes
3. Running Integration Tests...

on [https://github.com/SSSD/sssd/pull/60]

if we can integrate them on contribute-link. That may help 1st timers in
builiding, Running Integration tests.

Thanks Much!!!
Amit Kumar

On Thu, Oct 27, 2016 at 12:30 AM, Fabiano Fidêncio 
wrote:

> On Wed, Oct 26, 2016 at 8:51 PM, Jakub Hrozek  wrote:
> > On Wed, Oct 26, 2016 at 11:37:22PM +0530, Amit Kumar wrote:
> >> Hello,
> >> Thanks for response.
> >> I made code change in src/providers/ipa/ipa_access.c
> >> # make
> >> # make intgcheck
> >> configure: error: source directory already configured; run "make
> distclean"
> >> there first
> >> Makefile:27077: recipe for target 'intgcheck-prepare' failed
> >> make[1]: *** [intgcheck-prepare] Error 1
> >> make[1]: Leaving directory '/root/sssd'
> >> Makefile:27110: recipe for target 'intgcheck' failed
> >> make: *** [intgcheck] Error 2
> >
> > I presume you ran configure in the same directory as the sources? It's
> > better to use a parallel build directory. See the bash helper at
> > contrib/fedora/bashrc_sssd, it contains some macros that you can use..
>
> And here is a link explaining the best way to contribute to SSSD,
> which includes the bash helper mentioned by Jakub:
> https://fedorahosted.org/sssd/wiki/Contribute
>
> If you find something that's inconsistent there, feel free to propose
> a change and we will happily apply.
>
> Best Regards,
> --
> Fabiano Fidêncio
> ___
> sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
> To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
>
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] Re: Help : Tickets suitable for newcomers

2016-10-26 Thread Fabiano Fidêncio
On Wed, Oct 26, 2016 at 8:51 PM, Jakub Hrozek  wrote:
> On Wed, Oct 26, 2016 at 11:37:22PM +0530, Amit Kumar wrote:
>> Hello,
>> Thanks for response.
>> I made code change in src/providers/ipa/ipa_access.c
>> # make
>> # make intgcheck
>> configure: error: source directory already configured; run "make distclean"
>> there first
>> Makefile:27077: recipe for target 'intgcheck-prepare' failed
>> make[1]: *** [intgcheck-prepare] Error 1
>> make[1]: Leaving directory '/root/sssd'
>> Makefile:27110: recipe for target 'intgcheck' failed
>> make: *** [intgcheck] Error 2
>
> I presume you ran configure in the same directory as the sources? It's
> better to use a parallel build directory. See the bash helper at
> contrib/fedora/bashrc_sssd, it contains some macros that you can use..

And here is a link explaining the best way to contribute to SSSD,
which includes the bash helper mentioned by Jakub:
https://fedorahosted.org/sssd/wiki/Contribute

If you find something that's inconsistent there, feel free to propose
a change and we will happily apply.

Best Regards,
--
Fabiano Fidêncio
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] Re: Help : Tickets suitable for newcomers

2016-10-26 Thread Jakub Hrozek
On Wed, Oct 26, 2016 at 11:37:22PM +0530, Amit Kumar wrote:
> Hello,
> Thanks for response.
> I made code change in src/providers/ipa/ipa_access.c
> # make
> # make intgcheck
> configure: error: source directory already configured; run "make distclean"
> there first
> Makefile:27077: recipe for target 'intgcheck-prepare' failed
> make[1]: *** [intgcheck-prepare] Error 1
> make[1]: Leaving directory '/root/sssd'
> Makefile:27110: recipe for target 'intgcheck' failed
> make: *** [intgcheck] Error 2

I presume you ran configure in the same directory as the sources? It's
better to use a parallel build directory. See the bash helper at
contrib/fedora/bashrc_sssd, it contains some macros that you can use..
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] Re: Help : Tickets suitable for newcomers

2016-10-26 Thread Amit Kumar
Hello,
Thanks for response.
I made code change in src/providers/ipa/ipa_access.c
# make
# make intgcheck
configure: error: source directory already configured; run "make distclean"
there first
Makefile:27077: recipe for target 'intgcheck-prepare' failed
make[1]: *** [intgcheck-prepare] Error 1
make[1]: Leaving directory '/root/sssd'
Makefile:27110: recipe for target 'intgcheck' failed
make: *** [intgcheck] Error 2

How to get around?

Thanks Much!!!
Amit Kumar

On Wed, Oct 26, 2016 at 6:48 PM, Fabiano Fidêncio 
wrote:

> Amit,
>
> On Wed, Oct 26, 2016 at 2:40 PM, Amit Kumar  wrote:
> >
> > Hi,
> > https://fedorahosted.org/sssd/ticket/1372
> >
> > Is this ticket still valid?
> > Owned by:pcech
> > Opened 4 years ago Last modified 3 months ago
> >
> > Which tickets should be picked?
> >
> > Thanks Much!!!
> > Amit Kumar
> >
> > ___
> > sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
> > To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
> >
>
> Firstly, thanks for your interest to hack on SSSD!
>
> The ticket is still valid. If you want to discuss something about it
> feel free to join #sssd channel at freenode (be patient there, please,
> answers don't come as fast as some people want to, but they eventually
> come at some point ;-)) or even ask your question in the ticket you
> have mentioned.
>
> Also, we have an "easy fixes" tag[0] in our trac with bugs that are
> suitable for newcomers. Again, if you want to discuss something about
> those bugs, feel free to contact us on #sssd or through the ticket
> itself.
>
> [0]: https://fedorahosted.org/sssd/query?status=assigned=
> new=reopened=~easyfix=id=summary&
> col=type=status=priority=milestone=
> component=priority=34
>
> Best Regards,
> --
> Fabiano Fidêncio
> ___
> sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
> To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
>
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] Re: Help : Tickets suitable for newcomers

2016-10-26 Thread Fabiano Fidêncio
Amit,

On Wed, Oct 26, 2016 at 2:40 PM, Amit Kumar  wrote:
>
> Hi,
> https://fedorahosted.org/sssd/ticket/1372
>
> Is this ticket still valid?
> Owned by:pcech
> Opened 4 years ago Last modified 3 months ago
>
> Which tickets should be picked?
>
> Thanks Much!!!
> Amit Kumar
>
> ___
> sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
> To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
>

Firstly, thanks for your interest to hack on SSSD!

The ticket is still valid. If you want to discuss something about it
feel free to join #sssd channel at freenode (be patient there, please,
answers don't come as fast as some people want to, but they eventually
come at some point ;-)) or even ask your question in the ticket you
have mentioned.

Also, we have an "easy fixes" tag[0] in our trac with bugs that are
suitable for newcomers. Again, if you want to discuss something about
those bugs, feel free to contact us on #sssd or through the ticket
itself.

[0]: 
https://fedorahosted.org/sssd/query?status=assigned=new=reopened=~easyfix=id=summary=type=status=priority=milestone=component=priority=34

Best Regards,
--
Fabiano Fidêncio
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org