Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 19:50:50 GMT
From:      Alexander Ushakov <alexander@tauruna.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179444: Nginx Passenger module doesn't compile
Message-ID:  <201306091950.r59Joo5W035204@oldred.freebsd.org>
Resent-Message-ID: <201306092000.r59K00VK006688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179444
>Category:       ports
>Synopsis:       Nginx Passenger module doesn't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 09 20:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Ushakov
>Release:        FreeBSD  9.1-RELEASE
>Organization:
Tauruna
>Environment:
FreeBSD  9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Nginx port with enabled Passenger module fails during compilation with error:

make: don't know how to make /common/Constants.h. Stop

It looks like references to /usr/ports/www/nginx/work/passenger-4.0.5/ext/common/ directory are incorrect:

`passenger-config --includedir`/common/Constants.h
in /usr/ports/www/nginx/work/passenger-4.0.5/ext/nginx/config

#include "common/Constants.h"
in /usr/ports/www/nginx/work/passenger-4.0.5/ext/nginx/Configuration.c

same in other files in /usr/ports/www/nginx/work/passenger-4.0.5/ext/nginx/ directory

Without Passenger module nginx compiles and works fine.


>How-To-Repeat:
cd /usr/ports/www/nginx/
make config
# select   PASSENGER         3rd party passenger module
make
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306091950.r59Joo5W035204>