Skip to content
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

merge of 3.8 broke configure (unresolved conflicts) #15

Open
PHHargrove opened this issue May 2, 2016 · 3 comments
Open

merge of 3.8 broke configure (unresolved conflicts) #15

PHHargrove opened this issue May 2, 2016 · 3 comments

Comments

@PHHargrove
Copy link

It appears that configure at 7e63d1b contains unresolved merge conflicts:

$ git grep -e '^<<<<<<' -e '^>>>>>>'
configure:<<<<<<< HEAD
configure:>>>>>>> merge_38
configure:<<<<<<< HEAD
configure:>>>>>>> merge_38
configure:<<<<<<< HEAD
configure:>>>>>>> merge_38

As a result, when using configure rather than cmake, I see

configure: line 6088: syntax error at line 6093: `<<' unexpected

-Paul

@nenadv
Copy link

nenadv commented May 3, 2016

I re-gen the configure file and retried. However, on FC23 I am getting an error that 'ctype' ocaml package is not present (couldn't find which package contains it). I was able to configure it with --disable-bindings switch.

@PHHargrove
Copy link
Author

Nenad,

I will keep watch on how the configure-based nightly builds go over this week.
I will add --disable-bindings if necessary.

-Paul

@nenadv
Copy link

nenadv commented May 3, 2016

I think something is wrong with configure logic. cmake just disables bindings if prerequisite are not there. This has been reported on the Mac in December of last year - http://lists.llvm.org/pipermail/lldb-dev/2015-December/009186.html, and one of the responses:

Are the Xcode scripts using the llvm configure build?  If so they will need
to be changed to the CMake build sooner or later, because the configure
build is going away in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants