IBM Support

LI76983: PROMOTE (E) TO (S) FOR 1586-401 MESSAGE

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When a client accidentally specifies a non-existing file name
    (eg: xx) for the -qpdf2=pdfname=<filename> option,
    the compiler issues the following (E) message:
    1586-401 (E) File "xx" not found.
    
    and procedes with the generation of the final exe. This final
    exe will not be a PDF optimized binary.
    
    ===== COMPILE COMMAND:
    xlC_r -c test.cpp -q64 -qipa
    xlC_r -o a.out test.o -qipa -qpdf2=pdfname=xx -q64
    
    
    ===== TESTCASE:
    $cat test.cpp
    int main(){
    int i;
    return 0;
    }
    $
    
    ===== ACTUAL OUTPUT:
    $xlC_r -c test.cpp -q64 -qipa
    $xlC_r -o a.out test.o -qipa -qpdf2=pdfname=xx -q64
    1586-401 (E) File "xx" not found.
    $
    $ ls
    a.out         test.cpp            test.o
    $ echo $?
    0
    $
    
    ===== EXPECTED OUTPUT:
    $xlC_r -c test.cpp -q64 -qipa
    $xlC_r -o a.out test.o -qipa -qpdf2=pdfname=xx -q64
    1586-401 (S) File "xx" not found.
    $
    $ ls
    test.cpp            test.o
    $
    $//echo should return a non-zero return code
    

Local fix

  • n/a
    

Problem summary

  • and procedes with the generation of the final exe. This final
    exe will not be a PDF optimized binary.
    

Problem conclusion

  • The compiler will now treat missing PDF files as a severe
    problem and not proceed with compilation.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI76983

  • Reported component name

    XL C/C++ FOR LI

  • Reported component ID

    5725C7300

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-08-28

  • Closed date

    2012-08-28

  • Last modified date

    2012-08-28

  • APAR is sysrouted FROM one or more of the following:

    IV21992

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    XL C/C++ FOR LI

  • Fixed component ID

    5725C7300

Applicable component levels

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSXVZZ","label":"XL C\/C++ for Linux"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"12.1","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
16 October 2021