Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2007 13:54:36 +0200 (CEST)
From:      Matthieu Michaud <ohmer@epita.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        numisemis@yahoo.com
Subject:   ports/114011: missing file in installation of port www/pear-HTML_AJAX
Message-ID:  <200706251154.l5PBsaUb065807@isisgesun3.epfl.ch>
Resent-Message-ID: <200706251210.l5PCA7xv006590@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114011
>Category:       ports
>Synopsis:       missing file in installation of port www/pear-HTML_AJAX
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 12:10:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Matthieu Michaud
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
EPFL/ISIS
>Environment:
>Description:
	AJAX/Serializer/XML.php is missing in install of www/pear-HTML_AJAX
5A
>How-To-Repeat:
	install port www/pear-HTML_AJAX.
	try using it :
	$ echo '<? require_once "HTML/AJAX.php"; ?>' | php
	Warning: require_once(HTML/AJAX/Serializer/XML.php): failed to open stream: No such file or directory in /usr/local/share/pear/HTML/AJAX.php on line 10
	Fatal error: require_once(): Failed opening required 'HTML/AJAX/Serializer/XML.php' (include_path='.:/usr/local/share/pear') in /usr/local/share/pear/HTML/AJAX.php on line 10
	
>Fix:
	trivial, append AJAX/Serializer/XML.php to FILES in www/pear-HTML_AJAX/Makefile :

	$ diff -u  Makefile Makefile.patched 
	--- Makefile    Mon Jun 25 13:49:55 2007
	+++ Makefile.patched    Mon Jun 25 13:49:46 2007
	@@ -20,7 +20,7 @@
	                AJAX/JSON.php AJAX/Response.php AJAX/Server.php \
	                AJAX/Serializer/JSON.php AJAX/Serializer/Null.php \
	                AJAX/Serializer/PHP.php AJAX/Serializer/Urlencoded.php \
	-               AJAX/Serializer/Error.php
	+               AJAX/Serializer/Error.php AJAX/Serializer/XML.php
	 EXAMPLES=      guestbook/auto_server.php \
        	        guestbook/guestbook.class.php \
                	guestbook/index.php \

	


>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD isisgesun3.epfl.ch 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jun 14 18:20:13 CEST 2007 root@isisgesun3.epfl.ch:/usr/obj/usr/src/sys/BRANLE i386
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706251154.l5PBsaUb065807>