Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60407 - dev-php/php-5.0.1 fails with hwapi error
Summary: dev-php/php-5.0.1 fails with hwapi error
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-15 05:08 UTC by David Holm (RETIRED)
Modified: 2004-08-24 22:07 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 David Holm (RETIRED) gentoo-dev 2004-08-15 05:08:19 UTC
I'm upgrading a box from x86 to ~x86 and while configuring php-5.0.1 I get the following configure error:
checking for HWAPI in default path... not found
configure: error: Please install the hwapi >= 1.0.0 distribution

I tried googling for it but couldn't find any relevant info.
emerge info:
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Pentium III (Katmai)
Gentoo Base System version 1.5.2
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -funroll-loops -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config /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 /usr/X11R6/bin/startx /etc/env.d"
CXXFLAGS="-O2 -march=i686 -funroll-loops -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs distcc sandbox userpriv usersandbox"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://trumpetti.atm.tut.fi/gentoo/ http://mir.zyrianes.net/gentoo/ http://ftp.du.se/pub/os/gentoo http://ftp.rhnet.is/pub/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j5"
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="X Xaw3d acl acpi acpi4linux apache1 apache2 apm avi bcmath berkdb bonobo bzlib calendar cap caps cdb clamav cpdflib crypt cscope ctype cups curl curlwrappers dba dbx dillo dio distribution divx4linux edl encode exif f77 faad fam fdftk flash flatfile freetds ftp gcj gd gd-external gdbm gif ginac gmp gtk gtk2 gtkhtml hdf hdf5 hyperwave-api icc iconv idea ifc imap imlib imlib2 inifile ipv6 j2ee jabber java javacomm javascript jbig jboss jce jdepend jikes jit jmx jpeg kde kerberos lcms ldap libcaca libedit libg live lua lzo mad matroska mbox mcal mcve md5sum memlimit mhash milter mime mmap mmx mng mono motif mozilla moznoxft mozp3p mozsvg mozxmlterm mpeg mpeg4 mpi mysql nas ncurses network neural nptl objc odbc oggvorbis openssh pam parse-clocks pcntl pcre pdf pdflib perl pfpro php pic plotutils png posix postgres prelude procmail python qdbm qhull qt quicktime readline recode rtc ruby samba sasl sdl session shared sharedmem simplexml slang slp snmp soap sockets socks5 speex spell spl sqlite sse ssl svg sysvipc szip t1lib tcltk tcpd tetex tga theora threads tidy tiff tokenizer truetype usb wddx wmf x86 xchattext xface xml xml2 xmlrpc xosd xpm xsl xv xvid yaz zlib"

/etc/portage/package.use:
=dev-php/php-5.0.1  -gdbm -recode -libedit
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-08-24 22:07:03 UTC
you're basically on your own with hwapi, as I can't get my hands on it (I can't find any download for a trial version on the companies website).

you'll have to dig into why it doesn't work yourself, and if you do find something, report back where and we'll see what changes can be made to support it. I suspect what will need to be done is that you the user will have to provide an environment variable to the location that you have hwapi installed in, and then we can use that in the php5 eclass.