-
Notifications
You must be signed in to change notification settings - Fork 4
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
patchelf config fails on darwin #82
Comments
Seems similar to these problems: http://lists.gnu.org/archive/html/autoconf/2010-06/msg00007.html which are caused by incorrect https://github.com/NixOS/patchelf/blob/master/configure.ac So something probably doesn't work on Mac. The question then is also how to handle packages that are only needed on one platform. @dagss, any ideas? |
I think this is sort of the next issue to address as we try to build on new We could branch the stack in git, but I think I would rather keep multiple On Thu, Jun 20, 2013 at 2:32 PM, Ondřej Čertík [email protected]:
|
Well, that's more or less what I'm supposed to work on in the remaining 3 DoD weeks. But as I said in that email to Fernando time is tight and I probably can't finish anything before September. So question is what to do now... It'd be very easy to have multiple packages.yml, "import" them explicitly from config.yml (add a new import section listing filenames relative to location of config.yml...) and merge them in builder/builder.py. There should basically be one config.yml per platform anyway. It wouldn't be very difficult to design an override system so that one config.yml could import another one and then override it, either. It's just merging Python dicts and lists the right way. So that you can have your own config-certik.yml that imports and overrides config-linux.yml, say. @certik, I've fallen way behind again, if there's anything else that needs my attention just drop me a short note and I might get to answer it tonight (but no promises). |
[patchelf] automake: thread 0: Sources ending in .test$(EXEEXT) become .log
[patchelf] automake: thread 0: creating tests/Makefile.in
[patchelf] ./configure: line 4: .: filename argument required
[patchelf] .: usage: . filename [arguments]
The autoreconf step is generating a configure script with a line containing only '.' with no filename argument.
The text was updated successfully, but these errors were encountered: