php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51199 pecl install dtrace fails
Submitted: 2010-03-03 18:47 UTC Modified: 2010-03-03 19:04 UTC
From: kwoodle at aya dot yale dot edu Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.3.1 OS: opensolaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kwoodle at aya dot yale dot edu
New email:
PHP Version: OS:

 

 [2010-03-03 18:47 UTC] kwoodle at aya dot yale dot edu
Description:
------------
pecl install dtrace fails (release 1.0.3);
also latest version from svn (1.0.4) svn.php.net
dtrace script compile fails in Makefile fragment with output

if test -f ./.libs/dtrace.o ; then \
		dtrace -G -s /export/home/kim/Downloads/dtrace/dtrace-1.0.4/php.d ./.libs/dtrace.o ; \
	else \
		dtrace -G -s /export/home/kim/Downloads/dtrace/dtrace-1.0.4/php.d dtrace.lo ; \
	fi
dtrace: failed to compile script /export/home/kim/Downloads/dtrace/dtrace-1.0.4/php.d: "/usr/lib/dtrace/mpi.d", line 70: failed to resolve type genunix`kthread_t * for identifier curthread: Module and program data models do not match



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-03 19:04 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-03-03 19:04 UTC] pajoye@php.net
Please report pecl's dtrace bug to pecl.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 13:01:36 2024 UTC