pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/52105: editors/nano needs PCRE and curses without proper dependencies
>Number: 52105
>Category: pkg
>Synopsis: editors/nano needs PCRE and curses without proper dependencies
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 23 10:20:00 +0000 2017
>Originator: Joern Clausen
>Release:
>Organization:
University of Bielefeld
>Environment:
>Description:
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.
Also, some warnings concerning undefined NCURSES_* pop up, so a proper dependency on one of the ncurses packages is probably also a good idea.
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index