Date: Sun, 18 May 2003 21:06:35 -0300 (BRT) From: cvarda_flopnet@icablenet.com.br To: <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/52417:Compilation of devel/php-dbg fails early Message-ID: <200305190006.h4J06Yub046191@mail.icablenet.com.br> Resent-Message-ID: <200305190010.h4J0ABai038761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52417 >Category: ports >Synopsis: Compilation of devel/php-dbg fails early >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 18 17:10:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Conrado Vardanega >Release: FreeBSD 4.7-RELEASE-p10 i386 >Organization: Flopnet Informatica Ltda. >Environment: System: FreeBSD rock.varda.lan 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #12: Sun Mar 30 20:49:06 FNT 2003 root@rock.varda.lan:/usr/obj/usr/src/sys/GENERIC i386 >Description: The port devel/php-dbg (php debugger) fails to compile. The ports database were updated today from cvsup.FreeBSD.org. Output of "make" follows: # make ===> Extracting for php-dbg-2.11.5_1 >> Checksum OK for dbg-2.11.5-src.tar.gz. ===> PHPizing for dbg-2.11.5-src aclocal: not found configure.in:72: error: possibly undefined macro: AC_PROG_LIBTOOL autoheader: `config.h.in' is created You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'. Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20021010 ===> Patching for php-dbg-2.11.5_1 ===> Applying FreeBSD patches for php-dbg-2.11.5_1 1 out of 1 hunks failed--saving rejects to configure.rej >> Patch patch-configure failed to apply cleanly. *** Error code 1 Stop in /s2/ports/devel/php-dbg. The following lines are the content of "configure.reg" file (hope it helps). *************** *** 2217,2234 **** OVERALL_TARGET=php php_c_pre='$(CC)' - php_c_meta='$(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS)' php_c_post=' && echo > $@' php_cxx_pre='$(CXX)' - php_cxx_meta='$(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS)' php_cxx_post=' && echo > $@' php_lo=o shared_c_pre='$(LIBTOOL) --mode=compile $(CC)' - shared_c_meta='$(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic' shared_c_post= shared_cxx_pre='$(LIBTOOL) --mode=compile $(CXX)' - shared_cxx_meta='$(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -prefer-pic' shared_cxx_post= shared_lo=lo --- 2217,2234 ---- OVERALL_TARGET=php php_c_pre='$(CC)' + php_c_meta='$(COMMON_FLAGS) ${CFLAGS} $(CFLAGS_CLEAN) + $(EXTRA_CFLAGS)' php_c_post=' && echo > $@' php_cxx_pre='$(CXX)' + php_cxx_meta='$(COMMON_FLAGS) ${CXXFLAGS} $(CXXFLAGS_CLEAN) + $(EXTRA_CXXFLAGS)' php_cxx_post=' && echo > $@' php_lo=o shared_c_pre='$(LIBTOOL) --mode=compile $(CC)' + shared_c_meta='$(COMMON_FLAGS) ${CFLAGS} $(CFLAGS_CLEAN) + $(EXTRA_CFLAGS)' shared_c_post= shared_cxx_pre='$(LIBTOOL) --mode=compile $(CXX)' + shared_cxx_meta='$(COMMON_FLAGS) ${CXXFLAGS} $(CXXFLAGS_CLEAN) + $(EXTRA_CXXFLAGS)' shared_cxx_post= shared_lo=lo >How-To-Repeat: Just try to compile it: cd /usr/ports/devel/php-dbg make >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305190006.h4J06Yub046191>