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

Issue on git push #1

Closed
mtdoak opened this issue Apr 21, 2014 · 2 comments
Closed

Issue on git push #1

mtdoak opened this issue Apr 21, 2014 · 2 comments
Labels

Comments

@mtdoak
Copy link

mtdoak commented Apr 21, 2014

remote: make[1]: Entering directory /tmp/nginx-1.4.1' remote: cd ../pcre-8.32 \ remote: && if [ -f Makefile ]; then make distclean; fi \ remote: && CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \ remote: ./configure --disable-shared remote: /bin/sh: line 0: cd: ../pcre-8.32: No such file or directory remote: make[1]: *** [../pcre-8.32/Makefile] Error 1 remote: make[1]: Leaving directory/tmp/nginx-1.4.1'
remote: make: *** [install] Error 2
remote: Installing nginx 1.4.1... failed
remote: An error occurred executing 'gear postreceive' (exit code: 1)
remote: Error message: CLIENT_ERROR: Failed to execute action hook 'build' for 535554825973ca23930003bd application cwsopenshift
remote:
remote: For more details about the problem, try running the command again with the '--trace' option.

The issue appears to be in the build file with the pcre options.

Any advice?

@skozlovf
Copy link
Owner

Give me some time I'll check

@skozlovf
Copy link
Owner

Problem was in wrong pcre URL (they removed pcre-8.32 from the server). That's why nginx failed to build. All URLs are updated and it must build correctly now. Feel free to reopen.

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

No branches or pull requests

2 participants