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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Dec 11 22:00:01 2025 UTC