Changes between Initial Version and Version 1 of Ticket #14153
- Timestamp:
- Feb 3, 2008, 1:16:38 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14153
-
Property
Milestone
changed from
to
Port Bugs
-
Property
Milestone
changed from
-
Ticket #14153 – Description
initial v1 1 1 sudo port install libwww results in: 2 2 3 {{{ 3 4 ---> Building libwww with target all 4 5 5 Error: 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 6 6 Command output: make[2]: Nothing to be done for `all'. 7 8 7 Making all in modules 9 10 8 Making all in expat 11 12 9 Making all in xmltok 13 14 10 make[4]: Nothing to be done for `all'. 15 16 11 Making all in xmlparse 17 18 12 make[4]: Nothing to be done for `all'. 19 20 13 make[4]: Nothing to be done for `all-am'. 21 22 14 Making all in md5 23 24 15 make[3]: Nothing to be done for `all'. 25 26 16 make[3]: Nothing to be done for `all-am'. 27 28 17 Making all in Library 29 30 18 Making all in src 31 32 19 Making all in SSL 33 34 20 Making all in windows 35 36 21 make[5]: Nothing to be done for `all'. 37 38 22 /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 39 23 rm -f .libs/HTSSL.lo 40 24 /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 41 25 In file included from HTSSL.c:33: 42 43 26 /usr/include/openssl/rand.h:86: error: redefinition of typedef 'RAND_METHOD' 44 45 27 /opt/local/include/openssl/ossl_typ.h:131: error: previous declaration of 'RAND_METHOD' was here 46 47 28 HTSSL.c: In function 'HTSSL_init': 48 49 29 HTSSL.c:214: warning: assignment from incompatible pointer type 50 51 30 make[5]: *** [HTSSL.lo] Error 1 52 53 31 make[4]: *** [all-recursive] Error 1 54 55 32 make[3]: *** [all-recursive] Error 1 56 57 33 make[2]: *** [all-recursive] Error 1 58 59 34 make[1]: *** [all-recursive] Error 1 60 61 35 make: *** [all-recursive-am] Error 2 62 36 63 64 37 Error: Status 1 encountered during processing. 65 38 }}}