Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111466 - mod_python 3.1.3-r1 wrong apache config files path
Summary: mod_python 3.1.3-r1 wrong apache config files path
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 05:26 UTC by Milton YATES
Modified: 2005-11-04 05:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milton YATES 2005-11-04 05:26:00 UTC
dev-python/mod_python-3.1.3-r1  still uses the old apache configuration file
Path : /etc/apache2/conf/modules.d/16_mod_python.conf
AFAIK ( http://www.gentoo.org/doc/en/apache-developer.xml#doc_chap2_sect4 )
it should now be /etc/apache2/modules.d/16_mod_python.conf

Line to change in the ebuild: "insinto /etc/apache2/conf/modules.d"
Maybe using ${APACHE2_MODULES_CONFDIR} or else would be more appropriate.

Reproducible: Always
Steps to Reproduce:
Just emerge it
Actual Results:  
Got /etc/apache2/conf/modules.d/16_mod_python.conf

Expected Results:  
Expected /etc/apache2/modules.d/16_mod_python.conf

# emerge info
Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-hardened-r2 x86_64)
=================================================================
System uname: 2.6.13-hardened-r2 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.solnet.ch/mirror/Gentoo http://gentoo.osuosl.org/"
LANG="fr_FR"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X X509 a52 abook acl acpi alsa amuled anthy apache2 avi
bash-completion berkdb bitmap-fonts bonobo bzip2 cdda cdio cdr chroot
cpudetection cracklib crypt cscope cups dbus dbx dlloader dmx dnd dts dv dvd
dvdr dvdread ecc eds emboss encode erandom extensions fam ffmpeg firefox flac
foomaticdb fortran gd gdbm gif gimpprint gnome gnutls gpm gstreamer gtk gtk2
gtkhtml httpd imagemagick imlib insecure-drivers ipv6 jack java jikes joystick
jpeg justify kde libcaca libg++ libsamplerate libwww logitech-mouse lzw lzw-tiff
mad maildir matroska mbox mng mozsvg mp3 mpeg mule ncurses network nls nntp nptl
nptlonly nsplugin nvidia ogg opengl oss pam pda pdflib perl pg-hier php pic png
postgres prelude python qt quicktime readline real rtc samba sdl sftplogging
skey skk sndfile socks5 spell sql sqlite ssl stats stream subversion svg svgz
tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb
userlocales vcd vhosts vlm vorbis wmf wxwindows xface xine xinerama xml xml2
xmms xosd xpm xprint xscreensaver xv xvid xvmc zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-04 05:32:44 UTC
You need to use 3.1.4-r1 for the new apache layout.