Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41458 - mod-ruby won't install. apxs not found, while apxs2 exists
Summary: mod-ruby won't install. apxs not found, while apxs2 exists
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 05:41 UTC by Fredrik Jagenheim
Modified: 2004-02-20 10:16 UTC (History)
1 user (show)

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 Fredrik Jagenheim 2004-02-13 05:41:05 UTC
>>> Source unpacked.
 * apache support is UNTESTED
checking for a BSD compatible install... /bin/install -c
checking whether we are using gcc... yes
checking Ruby version... 1.8.1
checking for static Apache module support... no
checking for dynamic Apache module support... ./configure.rb:64: command not found: /usr/sbin/apxs -q CFLAGS
./configure.rb:64: command not found: /usr/sbin/apxs -q INCLUDEDIR
./configure.rb:64: command not found: /usr/sbin/apxs -q LIBEXECDIR
configure.rb: error: failed to exec /usr/sbin/apxs
cp: cannot stat `Makefile': No such file or directory
sed: can't read Makefile.orig: No such file or directory
make: *** No targets.  Stop.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




rogue:fredde:~>emerge info
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040207-r0,
2.4.22-gentoo-r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
ftp://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo
http://mirror.pudas.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X avi berkdb cdr crypt cscope cups encode esd foomaticdb gdbm gif gphoto2
gpm gtk gtk2 imagemagick imlib imlib2 java jpeg kde libg++ libwww mad mikmod mmx
motif moznocompose moznoirc moznomail mpeg mysql ncurses nls oggvorbis opengl
oss pam pdflib perl png python qt quicktime readline ruby sdl slang spell sse
ssl svga tcltk tcpd truetype usb x86 xml2 xmms xv zlib"


*  net-www/apache
      Latest version available: 2.0.48-r1
      Latest version installed: 2.0.48-r4


I put the bug as a Major, even if the serious description says it should be Blocker.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-02-20 10:16:24 UTC
Thanks for reporting. It happens when you have apache2 installed
but you don't have apache2 USE flag set. Fixed in CVS.