| Summary: | =www-servers/nginx-1.2.8 fails to patch with USE="syslog" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fernando (likewhoa) <email> |
| Component: | [OLD] Server | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dev-zero, garbage, hollow, jwbraun, voron1 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build log
Failed Patch |
||
|
Description
Fernando (likewhoa)
2013-04-20 05:19:46 UTC
Created attachment 346054 [details]
build log
Created attachment 346056 [details]
Failed Patch
=================================================================
Package Settings
=================================================================
www-servers/nginx-1.2.8 was built with the following:
USE="aio http http-cache libatomic pcre ssl vim-syntax -debug -ipv6 -pcre-jit (-selinux) -syslog" ABI_X86="64" NGINX_MODULES_HTTP="access addition auth_basic autoindex browser charset empty_gif fastcgi flv geo geoip gzip gzip_static image_filter limit_conn limit_req map memcached mp4 push random_index referer rewrite secure_link ssi stub_status upload upload_progress userid -auth_pam -cache_purge -dav -degradation -fancyindex -headers_more -lua -perl -proxy -realip -scgi -slowfs_cache -split_clients -sub -upstream_ip_hash -uwsgi -xslt" NGINX_MODULES_MAIL="imap -pop3 -smtp"
*** Bug 466528 has been marked as a duplicate of this bug. *** Assigning to patrick since he did the non-maintainer bump. quoting upstream (https://github.com/yaoweibin/nginx_syslog_patch): > syslog_1.2.0.patch could work with nginx-1.2.0 - nginx-1.2.6 and nginx-1.3.0 - nginx-1.3.9. > syslog_1.2.7.patch could work with nginx-1.2.7+. > .. so you need the latest syslog-patch in $SRC_URI --- /usr/portage/www-servers/nginx/nginx-1.2.8.ebuild 2013-04-19 07:08:56.000000000 +0200 +++ nginx-1.2.8.ebuild 2013-04-22 09:59:17.335875000 +0200 @@ -18,8 +18,8 @@ GENTOO_DEPEND_ON_PERL="no" # syslog -SYSLOG_MODULE_PV="0.24" -SYSLOG_MODULE_NGINX_PV="1.2.0" +SYSLOG_MODULE_PV="0.25" +SYSLOG_MODULE_NGINX_PV="1.2.7" SYSLOG_MODULE_P="ngx_syslog-${SYSLOG_MODULE_PV}" SYSLOG_MODULE_URI="https://github.com/yaoweibin/nginx_syslog_patch/archive/v${SYSLOG_MODULE_PV}.tar.gz" SYSLOG_MODULE_WD="${WORKDIR}/nginx_syslog_patch-${SYSLOG_MODULE_PV}" fixed for nginx-1.2.8 and nginx-1.4.0 |