[openssl-dev] [openssl.org #4454] openssl-1.1.0-pre4: zlib-dynamic problems

2016-05-10 Thread Matt Caswell via RT
This should be fixed now.

Closing.

Matt

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4454
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #4454] openssl-1.1.0-pre4: zlib-dynamic problems

2016-03-20 Thread Kiyoshi KANAZAWA via RT
Tested with patch for #.


(1) Default choice
    INSTALL says zlib-dynamic is the default choice.
    But ./config sets no-zlib-dynamic [default]



(2) Make error with solaris64-x86_64-gcc shared zlib-dynamic
    % mkdir build
    % cd build
    % ../Configure solaris64-x86_64-gcc shared zlib-dynamic
    % make
  :
        Undefined   first referenced
     symbol in file
    BIO_f_zlib  ./libcrypto.so
    ld: fatal: symbol referencing errors. No output written to apps/openssl
    collect2: error: ld returned 1 exit status
    ../Makefile.shared:384: recipe for target 'link_app.solaris' failed

    Combination of shared & zlib-dynamic causes this.
    % ../Configure solaris64-x86_64-gcc shared; make; make test
    passes.
    % ../Configure solaris64-x86_64-gcc zlib-dynamic; make
    passes, but make test fails (see (3)).


(3) Test error with solaris64-x86_64-gcc zlib-dynamic
    % ../Configure solaris64-x86_64-gcc zlib-dynamic
    % make
    % make test
  :
        #   Failed test 'compressed content test streaming PEM format'
        #   at ../../test/recipes/80-test_cms.t line 452.
        # Looks like you failed 1 test of 11.

    #   Failed test 'CMS <=> CMS consistency tests, modified key parameters
    # '
    #   at ../../test/recipes/80-test_cms.t line 458.
    # Looks like you failed 1 test of 4.
    ../../test/recipes/80-test_cms.t . 
    Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/4 subtests 



Test environment
OS: Solaris10 x86/x64
Gcc: version 4.8.5
ld: /usr/ccs/bin/ld


--- Kiyoshi 



-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4454
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev