Table of Contents
PortLog: sys-apps/sed
version 4.1.5
| R5 | untested |
| BONE | stable |
| Haiku | broken |
dependencies:
- sys-devel/gettext >= ? (for nls)
revision 2 (scottmc) - [Haiku]
After the Haiku ticket 2262 fix, I now get:
sed -e '/^#/d' -e 's/@''PACKAGE''@/sed/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/sed/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
make[2]: Leaving directory `/boot/home/sed-4.1.5/intl'
Making all in lib
make[2]: Entering directory `/boot/home/sed-4.1.5/lib'
source='getopt1.c' object='getopt1.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -c getopt1.c
source='getopt.c' object='getopt.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -c getopt.c
source='utils.c' object='utils.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -c utils.c
source='obstack.c' object='obstack.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -c obstack.c
source='strverscmp.c' object='strverscmp.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -c strverscmp.c
source='regex.c' object='regex.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -c regex.c
In file included from /boot/home/sed-4.1.5/lib/regex.c:61:
/boot/home/sed-4.1.5/lib/regex_internal.h:395: warning: `pure' attribute directive ignored
/boot/home/sed-4.1.5/lib/regex_internal.h:712: warning: `pure' attribute directive ignored
/boot/home/sed-4.1.5/lib/regex_internal.h:725: warning: `pure' attribute directive ignored
/boot/home/sed-4.1.5/lib/regex_internal.h:734: warning: `pure' attribute directive ignored
In file included from /boot/home/sed-4.1.5/lib/regex.c:63:
/boot/home/sed-4.1.5/lib/regex_internal.c:750: warning: `pure' attribute directive ignored
/boot/home/sed-4.1.5/lib/regex_internal.c:786: warning: `pure' attribute directive ignored
/boot/home/sed-4.1.5/lib/regex_internal.c:1272: warning: `pure' attribute directive ignored
/boot/home/sed-4.1.5/lib/regex_internal.c:1287: warning: `pure' attribute directive ignored
In file included from /boot/home/sed-4.1.5/lib/regex.c:64:
/boot/home/sed-4.1.5/lib/regcomp.c:292: warning: `always_inline' attribute directive ignored
In file included from /boot/home/sed-4.1.5/lib/regex.c:65:
/boot/home/sed-4.1.5/lib/regexec.c:1028: warning: `always_inline' attribute directive ignored
/boot/home/sed-4.1.5/lib/regexec.c: In function `build_trtable':
/boot/home/sed-4.1.5/lib/regexec.c:3299: `bool' undeclared (first use in this function)
/boot/home/sed-4.1.5/lib/regexec.c:3299: (Each undeclared identifier is reported only once
/boot/home/sed-4.1.5/lib/regexec.c:3299: for each function it appears in.)
/boot/home/sed-4.1.5/lib/regexec.c:3299: parse error before `dests_node_malloced'
/boot/home/sed-4.1.5/lib/regexec.c:3325: `dests_node_malloced' undeclared (first use in this function)
/boot/home/sed-4.1.5/lib/regexec.c:3325: `true' undeclared (first use in this function)
/boot/home/sed-4.1.5/lib/regexec.c:3365: `dest_states_malloced' undeclared (first use in this function)
/boot/home/sed-4.1.5/lib/regexec.c: In function `group_nodes_into_DFAstates':
/boot/home/sed-4.1.5/lib/regexec.c:3579: `bool' undeclared (first use in this function)
/boot/home/sed-4.1.5/lib/regexec.c:3579: parse error before `accepts_newline'
/boot/home/sed-4.1.5/lib/regexec.c:3581: `accepts_newline' undeclared (first use in this function)
make[2]: *** [regex.o] Error 1
make[2]: Leaving directory `/boot/home/sed-4.1.5/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/boot/home/sed-4.1.5'
make: *** [all] Error 2
~/sed-4.1.5>
Need to investigate further...
revision 1 (scottmc) - [Haiku]
Fails to build, related to Haiku ticket #2262
revision 1 (brecht) - [BONE]
Sed builds without any problems. make check passes all tests but one: bug-regex15. This apparently has to do with the absence of the RLIMIT_DATA in BONE (ticket #43). This however, only seems to be relevant for the test, and not for sed itself. Removing the rlimit stuff from the test makes it pass.