[MacPorts] #25991: wine-devel: OpenSSL 32-bit development files not found, SSL won't be supported

MacPorts noreply at macports.org
Fri Sep 3 20:48:13 PDT 2010


#25991: wine-devel: OpenSSL 32-bit development files not found, SSL won't be
supported
--------------------------------------+-------------------------------------
  Reporter:  chris.macphee@…          |       Owner:  ryandesign@…           
      Type:  defect                   |      Status:  closed                 
  Priority:  Normal                   |   Milestone:                         
 Component:  ports                    |     Version:  1.9.1                  
Resolution:  fixed                    |    Keywords:                         
      Port:  wine-devel               |  
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):

 * cc: jamie.kimberley@… (added)
  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 My fault, in r70019. I should not have put quotes around the diffFormat
 argument. Fixed in r71196. Thank you everyone for your patience and help,
 and sorry for breaking this in the first place.

 Anyone affected by this issue should please clean openssl and the port
 that failed to find openssl (e.g. wine-devel, curl, etc.), selfupdate,
 rebuild openssl, then try building the failing port again. For example:

 {{{
 sudo port clean openssl wine-devel
 sudo port selfupdate
 sudo port -n upgrade --force openssl
 sudo port install wine-devel
 }}}

 The issue could also easily affect ports other than openssl -- basically
 any port that uses the muniversal portgroup that was installed with 3 (or
 4?) architectures over the past 6 weeks (between r70019 (2010-07-26
 15:20:18 PST) and r71196 (2010-09-03 20:42:24 PST)). You may be able to
 identify files with this problem using the following command:

 {{{
 find /opt/local/include -type f -print0 | xargs -0 grep new-group-format
 }}}

 For any file found, see what port it belongs to, e.g.:

 {{{
 $ port provides /opt/local/include/openssl/opensslconf.h
 /opt/local/include/openssl/opensslconf.h is provided by: openssl
 }}}

 Then rebuild that port, as shown above.

-- 
Ticket URL: <http://trac.macports.org/ticket/25991#comment:17>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list