Changes between Initial Version and Version 3 of Ticket #261


Ignore:
Timestamp:
11/14/2021 02:46:06 PM (5 years ago)
Author:
Gary Dixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #261

    • Property Owner changed from Eric Swenson to Gary Dixon
    • Property Status newaccepted
    • Property Summary mbuild thinks archive_prep request is complete when splitting source archive into 2 smaller archivesmbuild problems when splitting source archive into 2 smaller archives
  • Ticket #261 – Description

    initial v3  
    1818
    1919{{{
    20 mbuild:  rd
     20mbuild:  p
    2121
    22 Description:
    23  9) Add info_seg_$add_history_comment_block and info_seg_$find_history_comment
    24     entry points.  Retain those new entry points in bound_info_rtns_.bind.
    25      A) Split bound_info_rtns_.s.archive into two smaller source archives.
     22 Build_script:             bir.mb;
    2623
    27 Segments found by read request:
     24 Bound_obj:                bound_info_rtns_                  IN: sss  DELETE;
    2825
    29   Build_script:            bir.mb;
    30 
    31   Bound_obj:               bound_info_rtns_                  IN: sss.execution  DELETE;
    32 
    33   bound_info_rtns_.archive:
    34     bindfile:              bound_info_rtns_.bind             IN: sss.object  REPLACE;
    35 
    36   bound_info_rtns_.1.s.archive:
    37     source_arch:           bound_info_rtns_.1.s.archive      IN: sss.source  ADD;
    38       source:              check_info_segs.pl1
    39       source:              help.pl1
    40       source:              help_.pl1
    41       source:              help_listen_util_.pl1
    42       source:              help_request_tables_.alm
    43       source:              help_requests_.pl1
    44       source:              help_responses_.pl1
    45       source:              help_util_.pl1
    46       source:              info_seg_.pl1
    47       source:              info_seg_allocate_.pl1
    48       source:              info_seg_error_.pl1
    49       source:              info_seg_parse_.pl1
    50 
    51   bound_info_rtns_.2.s.archive:
    52     source_arch:           bound_info_rtns_.2.s.archive      IN: sss.source  ADD;
    53       source:              info_seg_specifications_.cds
    54       source:              info_seg_util_.pl1
    55       source:              info_seg_verify_.pl1
    56       source:              info_seg_verify_iFile_.pl1
    57       source:              list_help.pl1
    58       source:              list_ref_names.pl1
    59       source:              print_motd.pl1
    60       source:              resource_usage.pl1
    61       source:              ring0_get_.pl1
    62       source:              system_info_.pl1
    63       source:              user_info_.pl1
    64       source:              verify_info.pl1
    65       source:              where.pl1
    66       source:              who.pl1
     26 Bound_obj:                bound_info_rtns_                  IN: sss  ADD;
     27     bindfile:             bound_info_rtns_.bind              ADD;
     28   source_arch:            bound_info_rtns_.1.s.archive       ADD;
     29     source:               check_info_segs.pl1                ADD                compiler: pl1 -ot;
     30     source:               help.pl1                           ADD                compiler: pl1 -ot;
     31     source:               help_.pl1                          ADD                compiler: pl1 -ot;
     32     source:               help_listen_util_.pl1              ADD                compiler: pl1 -ot;
     33     source:               help_request_tables_.alm           ADD                compiler: alm;
     34     source:               help_requests_.pl1                 ADD                compiler: pl1 -ot;
     35     source:               help_responses_.pl1                ADD                compiler: pl1 -ot;
     36     source:               help_util_.pl1                     ADD                compiler: pl1 -ot;
     37     source:               info_seg_.pl1                      ADD                compiler: pl1 -ot;
     38     source:               info_seg_allocate_.pl1             ADD                compiler: pl1 -ot;
     39     source:               info_seg_error_.pl1                ADD                compiler: pl1 -ot;
     40     source:               info_seg_parse_.pl1                ADD                compiler: pl1 -ot;
     41   source_arch:            bound_info_rtns_.2.s.archive       ADD;
     42     source:               info_seg_specifications_.cds       ADD                compiler: cds;
     43     source:               info_seg_util_.pl1                 ADD                compiler: pl1 -ot;
     44     source:               info_seg_verify_.pl1               ADD                compiler: pl1 -ot;
     45     source:               info_seg_verify_iFile_.pl1         ADD                compiler: pl1 -ot;
     46     source:               list_help.pl1                      ADD                compiler: pl1 -ot;
     47     source:               list_ref_names.pl1                 ADD                compiler: pl1 -ot;
     48     source:               print_motd.pl1                     ADD                compiler: pl1 -ot;
     49     source:               resource_usage.pl1                 ADD                compiler: pl1 -ot;
     50     source:               ring0_get_.pl1                     ADD                compiler: pl1 -ot;
     51     source:               system_info_.pl1                   ADD                compiler: pl1 -ot;
     52     source:               user_info_.pl1                     ADD                compiler: pl1 -ot;
     53     source:               verify_info.pl1                    ADD                compiler: pl1 -ot;
     54     source:               where.pl1                          ADD                compiler: pl1 -ot;
     55     source:               who.pl1                            ADD                compiler: pl1 -ot;
    6756}}}
    6857