Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 247491
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Web Application Packages Maintainers <web-apps@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dragomir Penev <dragomir.penev@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
httpd-fastcgi-0.ebuild fastcgi ebuild with cherokee included text/plain Dragomir Penev 2009-01-07 21:23 0000 626 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 247491 depends on: Show dependency tree
Bug 247491 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-11-18 20:10 0000
Cherokee is missing from the possible FastCGI providers in the
virtual/httpd-fastcgi ebuild. AFAIK Cherokee is FastCGI capable. I use a
FastCGI trac which runs on a Cherokee server without issues up until now, but
the latest update tried to pull Apache as a dependency.

Reproducible: Always

Steps to Reproduce:
1.emerge cherokee (it's softmasked)
2.emerge trac with fastcgi useflag

Actual Results:  
Trac pulls virtual/httpd-fastcgi, which in turn pulls apache.

Expected Results:  
virtual/httpd-fastcgi dependency should be satisfied by having Cherokee

Portage 2.1.4.5 (hardened/linux/x86, gcc-3.4.6, glibc-2.6.1-r0,
2.6.25-hardened-r8 i686)
=================================================================
System uname: 2.6.25-hardened-r8 i686 Pentium III (Coppermine)
Timestamp of tree: Tue, 18 Nov 2008 01:06:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -pipe -fforce-addr -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo
/etc/udev/rules.d"
CXXFLAGS="-O3 -pipe -fforce-addr -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans
userfetch"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/
http://mirrors.ludost.net/gentoo/ http://distfiles.gentoo.bg/
http://ftp.gentoo.bg/ ftp://mirrors.ludost.net/gentoo/"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="berkdb bzip2 cli cracklib crypt dri hardened iconv isdnlog lzma lzo midi
mudflap multicall ncurses nptl nptlonly openmp pam pcre perl pic pppd python
readline reflection session spl ssl tcpd unicode urandom x86 xorg zlib
zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106
cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug
rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
filter headers include info log_config logio mem_cache mime mime_magic
negotiation rewrite setenvif speling status unique_id userdir usertrack
vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint
i128 i740 i810 imstt intel mach64 mga neomagic nsc nv r128 radeon rendition s3
s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via
vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG,
LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #1 From Dragomir Penev 2009-01-07 21:23:35 0000 -------
Created an attachment (id=177713) [details]
fastcgi ebuild with cherokee included

This ebuild includes cherokee as a fastcgi provider. It's a one line change to
the original ebiuld, I don't know whether I should have made a diff insted.
Anyway it resolves the issue - another http server is not pulled on emerge.

------- Comment #2 From Benedikt Böhm 2009-04-13 08:30:34 0000 -------
in cvs, thanks

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug