-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
R2DIR error in configuration on PowerPC Mac #22801
Comments
The only reason I can think that could lead to this error is that there's an issue with make. Because it means that LIBR is not set and it's generated 3 lines above the error like this:
Can you check the version of make? can you install a newer version of gnumake from tigerbrew? i assume we can find a more portable way to define this variable.. But i can't repro an dfrom you rlogs it seems that is using make from /usr/bin instead of the Cellar. |
Ok, will try that! |
Installed newer version of gmake, and yes it went a little further, with this error in end:
|
edit mk/gcc.mk and comment the LDFLAGS_SONAME line. maybe we have to add another if in that line to make it conditional for ppc after an uname check |
any news? |
Will try that in a day or two, im out of my home in other city by now. |
There are two lines, which one of these?? Or both? |
all of them just in case |
Nope, still no go. Modified both lines (after re-downloading fresh code from git), and caught another error. Logs below...
|
Environment
Description
Building failed during configuration process.
Test
The text was updated successfully, but these errors were encountered: