Changes between Initial Version and Version 1 of Ticket #14153


Ignore:
Timestamp:
Feb 3, 2008, 1:16:38 AM (16 years ago)
Author:
jmpp@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14153

    • Property Milestone changed from to Port Bugs
  • Ticket #14153 – Description

    initial v1  
    11sudo port install libwww results in:
    22
     3{{{
    34--->  Building libwww with target all
    4 
    55Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_libwww/work/w3c-libwww-5.4.0" && make all " returned error 2
    66Command output: make[2]: Nothing to be done for `all'.
    7 
    87Making all in modules
    9 
    108Making all in expat
    11 
    129Making all in xmltok
    13 
    1410make[4]: Nothing to be done for `all'.
    15 
    1611Making all in xmlparse
    17 
    1812make[4]: Nothing to be done for `all'.
    19 
    2013make[4]: Nothing to be done for `all-am'.
    21 
    2214Making all in md5
    23 
    2415make[3]: Nothing to be done for `all'.
    25 
    2616make[3]: Nothing to be done for `all-am'.
    27 
    2817Making all in Library
    29 
    3018Making all in src
    31 
    3219Making all in SSL
    33 
    3420Making all in windows
    35 
    3621make[5]: Nothing to be done for `all'.
    37 
    3822/bin/sh ../../../libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include        -I../../../modules/md5  -I../../../modules/expat/xmlparse       -I../../../Library/src  -I/usr/include/openssl  -I/opt/local/include  -O2 -Wall -c HTSSL.c
    3923rm -f .libs/HTSSL.lo
    4024/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I../../../modules/md5 -I../../../modules/expat/xmlparse -I../../../Library/src -I/usr/include/openssl -I/opt/local/include -O2 -Wall -c HTSSL.c  -fno-common -DPIC -o .libs/HTSSL.lo
    4125In file included from HTSSL.c:33:
    42 
    4326/usr/include/openssl/rand.h:86: error: redefinition of typedef 'RAND_METHOD'
    44 
    4527/opt/local/include/openssl/ossl_typ.h:131: error: previous declaration of 'RAND_METHOD' was here
    46 
    4728HTSSL.c: In function 'HTSSL_init':
    48 
    4929HTSSL.c:214: warning: assignment from incompatible pointer type
    50 
    5130make[5]: *** [HTSSL.lo] Error 1
    52 
    5331make[4]: *** [all-recursive] Error 1
    54 
    5532make[3]: *** [all-recursive] Error 1
    56 
    5733make[2]: *** [all-recursive] Error 1
    58 
    5934make[1]: *** [all-recursive] Error 1
    60 
    6135make: *** [all-recursive-am] Error 2
    6236
    63 
    6437Error: Status 1 encountered during processing.
    65 
     38}}}