ports/165156: [patch] devel/pcre does not build with LIBEDIT OPTION enabled

Kirn Gill segin2005 at gmail.com
Tue Feb 14 23:40:02 UTC 2012


>Number:         165156
>Category:       ports
>Synopsis:       [patch] devel/pcre does not build with LIBEDIT OPTION enabled
>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:   Tue Feb 14 23:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kirn Gill
>Release:        9.0-RELEASE/amd64
>Organization:
>Environment:
FreeBSD cheapbeast.tampabay.rr.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Enabling the LIBEDIT OPTION on devel/pcre renders the port unable to build. 

Truncated output of buildlog: 

.. 
    Link pcregrep with libz ......... : no
    Link pcregrep with libbz2 ....... : no
    Link pcretest with libedit ...... : yes
    Link pcretest with libreadline .. : no

===>  Building for pcre-8.30
rm -f pcre_chartables.c
ln -s ./pcre_chartables.c.dist pcre_chartables.c
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/ports/devel/pcre/work/pcre-8.30/missing --run aclocal-1.11 -I m4
aclocal-1.11: couldn't open directory `m4': No such file or directory
*** Error code 1

Stop in /usr/ports/devel/pcre/work/pcre-8.30.
*** Error code 1

Stop in /usr/ports/devel/pcre.
*** Error code 1

Stop in /usr/ports/devel/pcre.

>How-To-Repeat:
cd /usr/ports/devel/pcre
make config
select LIBEDIT OPTION
make 

watch it fail as noted above.
>Fix:
Don't use LIBEDIT OPTION as implemented. Disable it for now.

Patch attached with submission follows:

diff -u pcre.orig/Makefile pcre/Makefile
--- pcre.orig/Makefile	2012-02-14 18:27:53.000000000 -0500
+++ pcre/Makefile	2012-02-14 18:28:30.000000000 -0500
@@ -19,8 +19,8 @@
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-OPTIONS=	JIT "Enable Just-In-Time compiling support" on \
-		LIBEDIT "Link pcretest against libedit" off
+OPTIONS=	JIT "Enable Just-In-Time compiling support" on 
+		# LIBEDIT "Link pcretest against libedit" off
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
Common subdirectories: pcre.orig/files and pcre/files


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list