-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
PCRE 10.20 build fails #12038
Comments
wtf!? linux? what distro, compiler versions, etc? |
|
This is |
I can't reproduce, on the same machine with the same |
Curious, I deleted pcre and tried again, and now it passes (though I did the exact same thing twice before filing this issues). Time of Day? Cosmic Rays? Thanks for trying it yourself. |
Though curiously the
line is no longer in the output |
Which is just an artifact of running in a different directory, so I'm left as ❔ |
I have the exact same error as @Keno . I have tried removing deps/pcre2-10.20 , and recompiling, but this did not help. Is there anything else I should try? |
Try commenting out Line 737 in b5fed62
-O2 or -O1
|
I have just tried your suggestions. Unfortunately, they did not help me. I am always getting the following error:
The following is in the pcre2_jit_test.log file:
|
Just checking, are you doing |
No, I wasn't doing that. I was only removing the pcre2 directory. I did distclean-pcre, and everything compiled successfully. Thanks for the help. |
I ran into this too and the |
Are they getting extracted (or being built) in the same directory (i.e. non-versioned)? |
For the git-externals ones yes (though there's a makefile rule with a timestamp dependency on |
make cleanall resolved the problem for me. |
very strange. deleting the tar.bz2 file seemed to resolve it for me also, whereas just deleting the folder was not enough -- but they are the the same bits. |
one of the |
Just ran into this for the first time. |
Tried several cycles of removing everything pcre from deps and rebuilding, to no avail. Removing |
I just ran into this issue when building v0.4.5 on three out of four Ubuntu 14.04 machines. 'make -C deps distclean-pcre' fixed it. One of the machines didn't need it; I've no idea why, since they're identical. |
cc @tkelman
The text was updated successfully, but these errors were encountered: