git error when branching v4.0.x (rlm_lua/aux.c)
Hello, When trying to branch FreeRADIUS v4.0.x to my fork I get an error about one file: Z:\GitHub\freeradius-server [v3.0.x =]> git checkout -b v4.0.x FreeRADIUS/v4.0.x error: unable to create file src/modules/rlm_lua/aux.c: No such file or directory Checking out files: 100% (1938/1938), done. D src/modules/rlm_lua/aux.c Branch v4.0.x set up to track remote branch v4.0.x from FreeRADIUS. Switched to a new branch 'v4.0.x' Z:\GitHub\freeradius-server [v4.0.x = +0 ~0 -1 !]> This is weird, I do have the file and GitHub Web Site says that my branch is even with FreeRADIUS:v4.0.x... Is this an issue with the FreeRADIUS repository ? or git related ? Regards, Nicolas. 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.
On Feb 14, 2018, at 11:15 AM, Chaigneau, Nicolas <nicolas.chaigneau@capgemini.com> wrote:
When trying to branch FreeRADIUS v4.0.x to my fork I get an error about one file:
Z:\GitHub\freeradius-server [v3.0.x =]> git checkout -b v4.0.x FreeRADIUS/v4.0.x
Windows?
error: unable to create file src/modules/rlm_lua/aux.c: No such file or directory
Windows. "aux" is a magic name in Windows. I'll go rename the file...
Checking out files: 100% (1938/1938), done. D src/modules/rlm_lua/aux.c Branch v4.0.x set up to track remote branch v4.0.x from FreeRADIUS. Switched to a new branch 'v4.0.x' Z:\GitHub\freeradius-server [v4.0.x = +0 ~0 -1 !]>
This is weird, I do have the file and GitHub Web Site says that my branch is even with FreeRADIUS:v4.0.x... Is this an issue with the FreeRADIUS repository ? or git related ?
Windows is magic. In a "sell your soul and your children to the dark lord" kind of magic. Alan DeKok.
Yes, it was Windows with Powershell. All good now, thanks!
When trying to branch FreeRADIUS v4.0.x to my fork I get an error about one file:
Z:\GitHub\freeradius-server [v3.0.x =]> git checkout -b v4.0.x FreeRADIUS/v4.0.x
Windows?
error: unable to create file src/modules/rlm_lua/aux.c: No such file or directory
Windows.
"aux" is a magic name in Windows. I'll go rename the file...
Checking out files: 100% (1938/1938), done. D src/modules/rlm_lua/aux.c Branch v4.0.x set up to track remote branch v4.0.x from FreeRADIUS. Switched to a new branch 'v4.0.x' Z:\GitHub\freeradius-server [v4.0.x = +0 ~0 -1 !]>
This is weird, I do have the file and GitHub Web Site says that my branch is even with FreeRADIUS:v4.0.x... Is this an issue with the FreeRADIUS repository ? or git related ?
Windows is magic. In a "sell your soul and your children to the dark lord" kind of magic.
Alan DeKok.
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.
On Feb 14, 2018, at 4:40 PM, Chaigneau, Nicolas <nicolas.chaigneau@capgemini.com> wrote:
Yes, it was Windows with Powershell.
All good now, thanks!
Mmm where are you going to get your kevent implementation from? libkqueue is probably going to require a lot of patches in order to get it functional. I am a maintainer on libkqueue, but it's going to be work... -Arran
Mmm where are you going to get your kevent implementation from? libkqueue is probably going to require a lot of patches in order to get it functional.
I am a maintainer on libkqueue, but it's going to be work...
I built libkqueue 2.1.0, as instructed on the FreeRADIUS wiki. You say this is not functional ? what are you guys using then ? Anyway, I just wanted to give a try to FreeRADIUS v4.0.x (not planning to use this on Production or anything like that). If it's too early for this, I'll wait. There's no rush really. :) Regards, Nicolas. 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.
On Feb 15, 2018, at 7:52 AM, Chaigneau, Nicolas <nicolas.chaigneau@capgemini.com> wrote:
Mmm where are you going to get your kevent implementation from? libkqueue is probably going to require a lot of patches in order to get it functional.
I am a maintainer on libkqueue, but it's going to be work...
I built libkqueue 2.1.0, as instructed on the FreeRADIUS wiki.
Use native Windows APIs, or something Linuxy?
You say this is not functional ? what are you guys using then ?
Locally kqueue(). For Linux libkqueue. But we're hitting lots of issues and the Linux variant looks to be the most complete. I have no idea what state the windows glue code is in.
Anyway, I just wanted to give a try to FreeRADIUS v4.0.x (not planning to use this on Production or anything like that). If it's too early for this, I'll wait. There's no rush really. :)
-Arran
Mmm where are you going to get your kevent implementation from? libkqueue is probably going to require a lot of patches in order to get it functional.
I am a maintainer on libkqueue, but it's going to be work...
I built libkqueue 2.1.0, as instructed on the FreeRADIUS wiki.
Use native Windows APIs, or something Linuxy?
I'm not building on Windows (I'm not that masochistic). I'm just using Windows to synchronize the sources with GitHub. I'm building on Linux (RHEL 7.1).
You say this is not functional ? what are you guys using then ?
Locally kqueue(). For Linux libkqueue. But we're hitting lots of issues and the Linux variant looks to be the most complete. I have no idea what state the windows glue code is in.
OK then I should be fine. :) 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.
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Chaigneau, Nicolas