Opened 8 years ago

Closed 7 years ago

#1149 closed task (fixed)

SED 4.4 Upgrade

Reported by: William Harrington Owned by: clfs-commits@…
Priority: major Milestone: CLFS Standard 3.1.0
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc: berzerkula@…, jonathan@…, chris@…, cross-lfs@…

Description

New Version

Download: http://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz

Ch 6

  • May need to stop man pages from generating
    sed -I 's/MANS = $(dist_man_MANS)/#MANS = $(dist_man_MANS)/' Makefile
    
  • After running make:
    set -- doc/*.x && touch ${@/%x/1}
    

Ch 10

  • Check if we need to do the following
    • During Configure:
      --docdir=/usr/share/doc/sed-4.4
      
  • Mentioned in clfs-dev list "Current Patches and Updates pt4"
    sed -I 's/usr/tools/' build-aux/help2man
    sed -i 's:testsuite/panic-tests.sh::' Makefile.in
    
  • Install html doc
    install -Dm644 -v doc/sed.html /usr/share/doc/sed-4.4/sed.html
    

Change History (4)

comment:1 by William Harrington, 8 years ago

Ch6 worked fine with Sed 4.4 during cross compiling in ch6. Nothing different from the previous version.

Last edited 8 years ago by William Harrington (previous) (diff)

comment:2 by William Harrington, 8 years ago

Resolution: fixed
Status: newclosed
Version 0, edited 8 years ago by William Harrington (next)

comment:3 by William Harrington, 7 years ago

Resolution: fixed
Status: closedreopened

comment:4 by William Harrington, 7 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.