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 4 and Version 5 of dev-libs/openssl/0.9.8j/2


Ignore:
Timestamp:
01/26/09 18:31:30 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/openssl/0.9.8j/2

    v4 v5  
    1  To build shared libs: 
    2  
    3 Patch file: http://dev.haiku-os.org/browser/buildtools/trunk/patches/openssl/openssl-0.9.8g.diff [[BR]] 
    4  
    5 patch -p0 -i (FILENAME OF PATCH)[[BR]] 
    6  
    7 ./config --prefix=/boot/common shared[[BR]] 
    8  
    9 make[[BR]] 
    10  
    11 make install[[BR]][[BR]] 
    12  
    13  
    14  
    151Note, there's some other interesting config options,[[BR]] 
    16  
    172such as zlib, zlib-dynamic.[[BR]] 
    18  
    193These are mentioned in INSTALL and have yet to be tested. 
    204 
    … …  
    2610 
    2711 
     12Note, it appears I'm missing `bc` 
     13`make report` *might* be crashing and failing due to this. 
    2814 
    29 Results of `make report` 
    30 {{{ 
    31 ../util/shlib_wrap.sh ./sha256t 
    32 Testing SHA-256 ... passed. 
    33 Testing SHA-224 ... passed. 
    34 ../util/shlib_wrap.sh ./sha512t 
    35 make[2]: *** [test_sha] Kill Thread 
    36 make[2]: Leaving directory `/stuff-a/_code/openssl-0.9.8j/test' 
    37 make[1]: *** [tests] Error 2 
    38 make[1]: Leaving directory `/stuff-a/_code/openssl-0.9.8j' 
    3915 
    40 OpenSSL self-test report: 
    41  
    42 OpenSSL version:  0.9.8j 
    43 Last change:      Properly check EVP_VerifyFinal() and similar return val... 
    44 Options:          --prefix=/bikeshed/openssl-0.9.8j/ enable-shared no-camellia no-capieng no-cms no-gmp no-jpake no-krb5 no-mdc2 no-montasm no-rc5 no-rfc3779 no-seed no-zlib no-zlib-dynamic 
    45 OS (uname):       Haiku x2 1 r29007 Jan 25 2009 02:13:11 BePC Haiku 
    46 OS (config):      i586-pc-haiku 
    47 Target (default): haiku-x86 
    48 Target:           haiku-x86 
    49 Compiler:         using priority 5 
    50 gcc version 2.95.3-haiku-081024 
    51  
    52 Failure! 
    53 [...] 
    54  
    55 Test report in file testlog 
    56  
    57 }}} 
    58  

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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