Changes between Initial Version and Version 2 of Ticket #36867


Ignore:
Timestamp:
Nov 3, 2012, 11:54:49 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Yes, openssl is installed, but without the universal variant. Wine requires that openssl be installed with the universal variant, which is why MacPorts is trying to rebuild openssl now.

The log you attached says:

:info:build In file included from cryptlib.c:117:
:info:build ./cryptlib.h:62:10: fatal error: 'stdlib.h' file not found
:info:build #include <stdlib.h>
:info:build          ^
:info:build 1 error generated.

stdlib.h is supposed to be in /usr/include. Are you sure you have installed the Xcode command line tools? They are required. Open Xcode.app, open its Preferences window, and check the Downloads tab.

P.S: Remember to use WikiFormatting when writing in Trac.

P.P.S: Note that port list doesn't do what you think it does.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36867

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Cc ryandesign@… added
    • Property Port openssl added
    • Property Summary changed from install wine @1.4.1 and wine-devel @1.5.16 fail because of openssl to openssl: 'stdlib.h' file not found
  • Ticket #36867 – Description

    initial v2  
     1{{{
    12ts@petunia ~ 0% sudo port install wine     
    23--->  Computing dependencies for openssl
     
    1617Error: Unable to upgrade port: 1
    1718Error: Unable to execute port: upgrade openssl failed
     19}}}
    1820
    1921###
    2022
     23{{{
    2124ts@petunia ~ 0% sudo port install wine-devel       
    2225--->  Computing dependencies for openssl
     
    3639Error: Unable to upgrade port: 1
    3740Error: Unable to execute port: upgrade openssl failed
     41}}}
    3842
    3943###
     
    4145although port install openssl itself installed just fine:
    4246
     47{{{
    4348ts@petunia ~ 1% sudo port upgrade openssl
    4449--->  Scanning binaries for linking errors: 100.0%
     
    4651ts@petunia ~ 0% port list installed | grep ssl
    4752     openssl                        @1.0.1c         devel/openssl
     53}}}