-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue patching sources when trying target darwin after previous patching successful. #4
Comments
I agree it is annoying and we must fix it. The problem is because of how I FWIW I spoke with Yann Morin about some closely related matters (Apple SDK
|
Ahh I see that explains it. I don't think I would be best suited to fix this issue as I am only just starting to learn my way around the code base. I'd like to do a few more smaller fixes and adjustments before I start messing with the build scripts that much. I have submitted a pull request for the other issue I was talking about earlier I believe that was the best introduction to the code base after the very simple patch update I done the last day I'll catch you on IRC at some point on Tuesday if your around to discuss further. |
That's fine! I'm happy to fix it but I want to get multilibs fixed first. Thanks for the 3.4 patch. One minor thing, I wonder if passing an empty I am traveling back to UK today but won't be home until around 8pm do I
|
Passing in an empty string will result in an error. I can add support for a blank argument if you want? |
I think support for the old behavior if branch is blank would make it I also don't like that it clones to .build/tarballs and would rather it
|
Lets say we build for i686-darwin target after extracting and patching sources and we fail because LLVM need's python to be installed. ie. > 2.5
When we add the missing package via pacman and try to continue with ct-ng build we get the following error.
[INFO ] Extract kernel headers and libraries (minimal): done in 103.27s (at 04:07)
[04:07] / mv: cannot stat '/home/Martell/cttest/.build/src/ld64-127.2/*': No such file or directory
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Extracting and patching toolchain components'
[ERROR] >> called in step '(top-level)'
Maybe this has to do with the fact that we are time stamping to 1999-12-31
It's quite frustrating to have to delete the src directory everytime only to re extract and patch the sources again
The text was updated successfully, but these errors were encountered: