pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52105: editors/nano needs PCRE and curses without proper dependencies
The following reply was made to PR pkg/52105; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/52105: editors/nano needs PCRE and curses without proper
dependencies
Date: Thu, 23 Mar 2017 13:25:51 +0100
On Thu, Mar 23, 2017 at 10:20:00AM +0000, joern.clausen%uni-bielefeld.de@localhost wrote:
> >Number: 52105
> >Category: pkg
> >Synopsis: editors/nano needs PCRE and curses without proper dependencies
...
> Compiling editors/nano on Solaris 11.2 fails with
>
> gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/opt/pkg-hrz/20170105/lib/locale\" -DSYSCONFDIR=\"/opt/pkg-hrz/20170105/etc\" -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg-hrz/20170105/include -I/opt/pkg-hrz/20170105/include/ncurses -O2 -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg-hrz/20170105/include -I/opt/pkg-hrz/20170105/include/ncurses -Wall -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
> utils.c: In function 'strstrwrapper':
> utils.c:356:6: error: 'REG_STARTEND' undeclared (first use in this function)
> REG_STARTEND) != 0)
> ^
>
> Simply adding a dependency on devel/pcre does not fix this problem.
This is not pcre-related, it's regexec(3).
Thomas
Home |
Main Index |
Thread Index |
Old Index