Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 194033
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PPC Porters <ppc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Steffen 'j0inty' Stollfuß <steffen@stollfuss.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 194033 depends on: Show dependency tree
Bug 194033 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: 2007-09-27 19:57 0000
Hi,

at time the Benchmark files will install to /usr/share/php/Benchmark/Benchmark
but it must be /usr/share/php/Benchmark/ .

regards
j0inty.sL

Reproducible: Always

Steps to Reproduce:
1.emerge PEAR-Benchmark
2.php -r "require(\"Benchmark/Timer.php\");"
3.

Actual Results:  
Fatal error: require(): Failed opening required 'Benmark/Timer.php'
(include_path='.:/usr/share/php5:/usr/share/php') in Command line code on line
1


Expected Results:  
No Fatal Error ;)

------- Comment #1 From Jakub Moc (RETIRED) 2007-09-27 20:09:57 0000 -------
Because the package.xml thing is broken, report this upstream please.

http://pear.php.net/bugs/report.php?package=Benchmark

------- Comment #2 From Jakub Moc (RETIRED) 2007-09-27 20:37:09 0000 -------
--- PEAR-Benchmark-1.2.7.ebuild 2007-09-26 20:05:49.000000000 +0200
+++ PEAR-Benchmark-1.2.7.ebuild 2007-09-27 22:33:45.000000000 +0200
@@ -10,6 +10,13 @@
 KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""

+src_unpack() {
+       unpack ${A}
+       cd "${WORKDIR}"
+       rm -f package.xml
+       cp package2.xml package.xml
+}
+
 pkg_postinst() {
        has_php
        if ! built_with_use --missing true =${PHP_PKG} bcmath ; then

------- Comment #3 From Christian Hoffmann 2007-09-27 21:48:17 0000 -------
Patch applied in PEAR-Benchmark-1.2.7-r1, thanks.

Arches, please mark =dev-php/PEAR-Benchmark-1.2.7-r1 stable (you currently have
=dev-php/PEAR-Benchmark-1.2.7 which is broken).

------- Comment #4 From Brent Baude 2007-09-27 23:42:51 0000 -------
ppc64 wins!

------- Comment #5 From Jeroen Roovers 2007-09-29 05:06:20 0000 -------
Stable for HPPA.

------- Comment #6 From Markus Meier 2007-09-30 15:35:35 0000 -------
x86 stable, adding amd64 as they stabilised the broken version

------- Comment #7 From Markus Meier 2007-09-30 15:37:15 0000 -------
actually add amd64, see comment #5 - sorry for the bugspam

------- Comment #8 From Christoph Mende 2007-09-30 16:20:40 0000 -------
-r1 stable on amd64

------- Comment #9 From Jakub Moc (RETIRED) 2007-10-11 11:38:32 0000 -------
CC alpha/sparc here as they've stabilized the broken one for #192247

------- Comment #10 From Raúl Porcel 2007-10-11 16:18:55 0000 -------
alpha/sparc stable

------- Comment #11 From Joe Jezak 2007-12-31 15:48:51 0000 -------
Marked ppc stable, closing since we're the last arch.

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