You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: