Bug 165156 - [patch] devel/pcre does not build with LIBEDIT OPTION enabled
Summary: [patch] devel/pcre does not build with LIBEDIT OPTION enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-14 23:40 UTC by Kirn Gill
Modified: 2012-03-01 08:06 UTC (History)
0 users

See Also:


Attachments
file.diff (525 bytes, patch)
2012-02-14 23:40 UTC, Kirn Gill
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kirn Gill 2012-02-14 23:40:02 UTC
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.

Fix: Don't use LIBEDIT OPTION as implemented. Disable it for now.

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/devel/pcre
make config
select LIBEDIT OPTION
make 

watch it fail as noted above.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-14 23:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-15 14:12:13 UTC
mm          2012-02-15 14:11:59 UTC

  FreeBSD ports repository

  Modified files:
    devel/pcre           Makefile 
  Log:
  Fix build with WITH_LIBEDIT
  
  PR:             ports/165156
  
  Revision  Changes    Path
  1.74      +3 -1      ports/devel/pcre/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2012-03-01 08:06:17 UTC
State Changed
From-To: open->closed

Resolved and suggested to vendor. Thanks!