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. Re: Build issues using master HEAD (cont' from: Server hangs
at startup - issue with lock file) (Chaigneau, Nicolas)
----------------------------------------------------------------------
Message: 1
Date: Fri, 6 Feb 2015 16:45:09 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: "Chaigneau, Nicolas" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [kea-dev] Build issues using master HEAD (cont' from:
Server hangs at startup - issue with lock file)
Message-ID:
<ab94b0b675bdf14189cd5a861db36c84194db...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="iso-8859-1"
Some update.
I tried with "text=auto" in my forked repository, but it doesn't seem to work.
I still get text files converted to Windows format (CR/LF) when checking out
(using a Windows workstation).
The following solves the issue locally:
Before checking out, apply the following configuration to your Windows git
(from Windows Git Shell):
git config --global core.autocrlf input
Or directly edit git configuration file:
C:\Users\<your login>\.gitconfig
>
>
> -----Message d'origine-----
> De : Chaigneau, Nicolas
> Envoy? : mardi 30 d?cembre 2014 15:46
> ? : Chaigneau, Nicolas; Jeremy C. Reed
> Cc : [email protected]
> Objet : RE: [kea-dev] Build issues using master HEAD (cont' from: Server
> hangs at startup - issue with lock file)
>
>
> I think that may be why I don't have this issue on my other project:
>
> There is a file ".gitattributes" which contains:
>
> * text=auto
>
>
> See: https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
>
> Maybe this could be added to Kea repository ?
>
>
> Regards,
> Nicolas.
>
> >
> > -----Message d'origine-----
> > De : [email protected]
> > [mailto:[email protected]] De la part de Chaigneau,
> > Nicolas Envoy? : mardi 30 d?cembre 2014 15:38 ? : Jeremy C. Reed Cc :
> > [email protected] Objet : Re: [kea-dev] Build issues using master
> > HEAD (cont' from: Server hangs at startup - issue with lock file)
> >
> > Hello Jeremy,
> >
> >
> > Possibly your file is in the correct (unix) format.
> >
> > From what I understand (as explained in "Kea Update #3"), the GitHub
> > repository is not the original version but merely a copy.
> > So maybe the file on GitHub is not correct.
> >
> > The files within the repository I forked from GitHub contain "CR LF" as
> > end-of-line (dos format).
> > I checked on another project I forked from GitHub: I do not have the same
> > issue, so I don't think it comes from "GitHub for Windows" I'm using or
> > something that would happen on my desktop.
> >
> > Can you check the GitHub repository ?
> > (https://github.com/isc-projects/kea)
> >
> >
> >
> > Thank you,
> > Nicolas.
> >
> >
> > > On Tue, 30 Dec 2014, Chaigneau, Nicolas wrote:
> > >
> > > > Second:
> > > >
> > > > dos2unix configure.ac
> > > >
> > > > (I'm not sure why it works for some people and not for me.
> > > > Probably depends on the system...)
> > > >
> > > >
> > > >
> > > > After fixing configure.ac, autoconf works fine:
> > > >
> > > > autoreconf --install
> > >
> > >
> > > I am unable to reproduce this with the latest code. dos2unix makes no
> > > changes. Can you provide a diff from the file before and after the
> > > conversion?
> > >
> >
>
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
------------------------------
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
End of kea-dev Digest, Vol 11, Issue 2
**************************************