HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 6 and Version 7 of sys-apps/sed


Ignore:
Timestamp:
06/10/08 17:08:03 (7 years ago)
Author:
scottmc
Comment:

update build notes after the haiku 2262 fix

Legend:

Unmodified
Added
Removed
Modified
  • sys-apps/sed

    v6 v7  
    1313 * [wiki:sys-devel/gettext] >= ? (for nls) 
    1414 
    15 === work in progress (scottmc) - [Haiku] === 
     15=== revision 2 (scottmc) - [Haiku] === 
     16 
     17After the Haiku ticket 2262 fix, I now get: 
     18{{{ 
     19sed -e '/^#/d' -e 's/@''PACKAGE''@/sed/g' ref-add.sin > t-ref-add.sed 
     20mv t-ref-add.sed ref-add.sed 
     21sed -e '/^#/d' -e 's/@''PACKAGE''@/sed/g' ref-del.sin > t-ref-del.sed 
     22mv t-ref-del.sed ref-del.sed 
     23make[2]: Leaving directory `/boot/home/sed-4.1.5/intl' 
     24Making all in lib 
     25make[2]: Entering directory `/boot/home/sed-4.1.5/lib' 
     26source='getopt1.c' object='getopt1.o' libtool=no \ 
     27        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     28        gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../intl -I.. -I../lib -I../intl   -g -O2 -c getopt1.c 
     29source='getopt.c' object='getopt.o' libtool=no \ 
     30        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     31        gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../intl -I.. -I../lib -I../intl   -g -O2 -c getopt.c 
     32source='utils.c' object='utils.o' libtool=no \ 
     33        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     34        gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../intl -I.. -I../lib -I../intl   -g -O2 -c utils.c 
     35source='obstack.c' object='obstack.o' libtool=no \ 
     36        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     37        gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../intl -I.. -I../lib -I../intl   -g -O2 -c obstack.c 
     38source='strverscmp.c' object='strverscmp.o' libtool=no \ 
     39        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     40        gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../intl -I.. -I../lib -I../intl   -g -O2 -c strverscmp.c 
     41source='regex.c' object='regex.o' libtool=no \ 
     42        DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp \ 
     43        gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../intl -I.. -I../lib -I../intl   -g -O2 -c regex.c 
     44In file included from /boot/home/sed-4.1.5/lib/regex.c:61: 
     45/boot/home/sed-4.1.5/lib/regex_internal.h:395: warning: `pure' attribute directive ignored 
     46/boot/home/sed-4.1.5/lib/regex_internal.h:712: warning: `pure' attribute directive ignored 
     47/boot/home/sed-4.1.5/lib/regex_internal.h:725: warning: `pure' attribute directive ignored 
     48/boot/home/sed-4.1.5/lib/regex_internal.h:734: warning: `pure' attribute directive ignored 
     49In file included from /boot/home/sed-4.1.5/lib/regex.c:63: 
     50/boot/home/sed-4.1.5/lib/regex_internal.c:750: warning: `pure' attribute directive ignored 
     51/boot/home/sed-4.1.5/lib/regex_internal.c:786: warning: `pure' attribute directive ignored 
     52/boot/home/sed-4.1.5/lib/regex_internal.c:1272: warning: `pure' attribute directive ignored 
     53/boot/home/sed-4.1.5/lib/regex_internal.c:1287: warning: `pure' attribute directive ignored 
     54In file included from /boot/home/sed-4.1.5/lib/regex.c:64: 
     55/boot/home/sed-4.1.5/lib/regcomp.c:292: warning: `always_inline' attribute directive ignored 
     56In file included from /boot/home/sed-4.1.5/lib/regex.c:65: 
     57/boot/home/sed-4.1.5/lib/regexec.c:1028: warning: `always_inline' attribute directive ignored 
     58/boot/home/sed-4.1.5/lib/regexec.c: In function `build_trtable': 
     59/boot/home/sed-4.1.5/lib/regexec.c:3299: `bool' undeclared (first use in this function) 
     60/boot/home/sed-4.1.5/lib/regexec.c:3299: (Each undeclared identifier is reported only once 
     61/boot/home/sed-4.1.5/lib/regexec.c:3299: for each function it appears in.) 
     62/boot/home/sed-4.1.5/lib/regexec.c:3299: parse error before `dests_node_malloced' 
     63/boot/home/sed-4.1.5/lib/regexec.c:3325: `dests_node_malloced' undeclared (first use in this function) 
     64/boot/home/sed-4.1.5/lib/regexec.c:3325: `true' undeclared (first use in this function) 
     65/boot/home/sed-4.1.5/lib/regexec.c:3365: `dest_states_malloced' undeclared (first use in this function) 
     66/boot/home/sed-4.1.5/lib/regexec.c: In function `group_nodes_into_DFAstates': 
     67/boot/home/sed-4.1.5/lib/regexec.c:3579: `bool' undeclared (first use in this function) 
     68/boot/home/sed-4.1.5/lib/regexec.c:3579: parse error before `accepts_newline' 
     69/boot/home/sed-4.1.5/lib/regexec.c:3581: `accepts_newline' undeclared (first use in this function) 
     70make[2]: *** [regex.o] Error 1 
     71make[2]: Leaving directory `/boot/home/sed-4.1.5/lib' 
     72make[1]: *** [all-recursive] Error 1 
     73make[1]: Leaving directory `/boot/home/sed-4.1.5' 
     74make: *** [all] Error 2 
     75~/sed-4.1.5>     
     76}}} 
     77 
     78Need to investigate further... 
     79 
     80=== revision 1 (scottmc) - [Haiku] === 
    1681 
    1782Fails to build, related to [http://dev.haiku-os.org/ticket/2262 Haiku ticket #2262] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/