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) (Jeremy C. Reed)
2. Re: Build issues using master HEAD (cont' from: Server hangs
at startup - issue with lock file) (Chaigneau, Nicolas)
3. Re: Build issues using master HEAD (cont' from: Server hangs
at startup - issue with lock file) (Chaigneau, Nicolas)
4. Re: Build issues using master HEAD (cont' from: Server hangs
at startup - issue with lock file) (Chaigneau, Nicolas)
----------------------------------------------------------------------
Message: 1
Date: Tue, 30 Dec 2014 07:58:56 -0600 (CST)
From: "Jeremy C. Reed" <[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: <[email protected]>
Content-Type: TEXT/PLAIN; charset=US-ASCII
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?
------------------------------
Message: 2
Date: Tue, 30 Dec 2014 14:37:36 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: "Jeremy C. Reed" <[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:
<ab94b0b675bdf14189cd5a861db36c84194c3...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="us-ascii"
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.
------------------------------
Message: 3
Date: Tue, 30 Dec 2014 14:45:34 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: "Chaigneau, Nicolas" <[email protected]>, "Jeremy C.
Reed" <[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:
<ab94b0b675bdf14189cd5a861db36c84194c3...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="iso-8859-1"
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.
------------------------------
Message: 4
Date: Tue, 30 Dec 2014 16:26:52 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: "Chaigneau, Nicolas" <[email protected]>, "Jeremy C.
Reed" <[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:
<ab94b0b675bdf14189cd5a861db36c84194c3...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="us-ascii"
Never mind.
The make issue was also linked to other files in dos format.
So, to be safe... ensure every text file is in unix format beforehand, for
instance this does the trick:
find . -not -type d -exec sh -c '[[ $(file $1) =~ CRLF|"text
executable" ]] && dos2unix $1' _ {} \;
Then:
autoreconf --install
configure <options>
make
make install
... works fine.
Perhaps this might help other people stumbling into this :)
Regards,
Nicolas.
> The configure worked, but "make" does not. I get the following errors:
>
>
> Making all in tests
> make[5]: Entering directory `/usr/kea/src/lib/log/tests'
> GEN s-messages
> '@@_NAMESPACE_INVALID_ARG, @@Missing placeholder %1 for '23'@@
> @@Missing placeholder %2 for 'isc::log
> make[5]: *** [s-messages] Error 1
> make[5]: Leaving directory `/usr/kea/src/lib/log/tests'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/usr/kea/src/lib/log'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/kea/src/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/kea/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/kea'
> make: *** [all] Error 2
>
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 9, Issue 14
**************************************