Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16760 - PHP 4.3.1 with USE=qt has hardcoded qt2 path, fails with qt3
Summary: PHP 4.3.1 with USE=qt has hardcoded qt2 path, fails with qt3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 14:27 UTC by Aaron Stone
Modified: 2003-04-24 13: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 Aaron Stone 2003-03-03 14:27:45 UTC
In the ebuild script for PHP 4.3.1, there is a bit of code to deal with the "qt"
USE variable that tries to set up an appropriate environment to include the
header qtdom.h. Unfortunately, this is hard coded for qt2 and doesn't work for
qt3! Here's the code snip:

   use qt && {
        export QTDIR=/usr/qt/2 #hope this helps - danarmak
        myconf="${myconf} --with-qtdom"
    }

and when running configure:
hecking for QtDOM support... yes
configure: error: qdom.h not found.

where is that pesky file?

shadow php # locate qdom.h
/usr/qt/3/include/qdom.h

Thanks!
Comment 1 Alessandro Pisani 2003-03-03 14:40:11 UTC
This had been yet fixed in 4.3.1-r2. This is also a dup of #16323.
Please close
Comment 2 Aaron Stone 2003-03-03 14:50:03 UTC
You and I are mere mortals. We reports bug and hope to try fixing them.
To close a bug is for those with the permission vested in them by the
BUGZILLA to do so ;-)
Comment 3 SpanKY gentoo-dev 2003-03-03 17:17:14 UTC
the php ebuilds need to be synced with all the fixes in mod_php

ill leave this open till i get a chance to do so
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-04-24 13:07:41 UTC
this is fixed in the new php eclass to be unmasked shortly.