Changes between Initial Version and Version 1 of Ticket #3925, comment 6


Ignore:
Timestamp:
Mar 24, 2016, 6:16:01 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3925, comment 6

    initial v1  
    22> Could you please try:
    33>
     4> {{{
    45> cd /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate1/base
    56> sudo make distclean
    67> sudo port selfupdate
     8> }}}
    79>
    810> and tell me if it works?
     
    1012Sorry, nope:
    1113
     14{{{
    1215DarwinPorts base version 1.001 installed
    1316New DarwinPorts base version 1.011
    1417Configuring, Building and Installing new DarwinPorts base
    15 Selfupdate failed: Error installing new DarwinPorts base: shell command "cd
    16 /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate1/base &&
    17 ./configure --prefix=/opt/local --with-install-user=root
    18 --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make
    19 install" returned error 2
    20 Command output: ld: warning prebinding not disabled because (__LINKEDIT segment
    21 (address = 0x3000 size = 0x4000) of Darwinports.dylib overlaps with __TEXT
    22 segment (address = 0x0 size = 0xf1000) of /opt/local/lib/libcrypto.0.9.8.dylib
     18Selfupdate failed: Error installing new DarwinPorts base: shell command "cd /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate1/base && ./configure --prefix=/opt/local --with-install-user=root --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make install" returned error 2
     19Command output: ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x3000 size = 0x4000) of Darwinports.dylib overlaps with __TEXT segment (address = 0x0 size = 0xf1000) of /opt/local/lib/libcrypto.0.9.8.dylib
    2320===> making all in src/port1.0
    2421===> making all in src/port1.0/resources
     
    3229make[2]: Nothing to be done for `all'.
    3330===> making all in src/pextlib1.0
    34 gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -I/opt/local/include
    35 -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1
    36 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1
    37 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1
    38 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long
    39 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1
    40 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1
    41 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
    42 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1
    43 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1
    44 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1
    45 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1  -fno-common Pextlib.c -o Pextlib.o
     31gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -I/opt/local/include -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1  -fno-common Pextlib.c -o Pextlib.o
    4632In file included from Pextlib.c:99:
    4733/opt/local/include/tcl.h:398: warning: ISO C90 does not support ‘long long’
    4834/opt/local/include/tcl.h:399: warning: ISO C90 does not support ‘long long’
    49 gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -I/opt/local/include
    50 -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1
    51 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1
    52 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1
    53 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long
    54 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1
    55 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1
    56 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
    57 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1
    58 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1
    59 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1
    60 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1  -fno-common strsed.c -o strsed.o
     35gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -I/opt/local/include -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1  -fno-common strsed.c -o strsed.o
    6136In file included from strsed.c:141:
    6237/opt/local/include/regex.h:145: error: parse error before ‘re_void’
    63 /opt/local/include/regex.h:145: warning: type defaults to ‘int’ in declaration
    64 of ‘re_void’
    65 /opt/local/include/regex.h:145: warning: data definition has no type or storage
    66 class
     38/opt/local/include/regex.h:145: warning: type defaults to ‘int’ in declaration of ‘re_void’
     39/opt/local/include/regex.h:145: warning: data definition has no type or storage class
    6740/opt/local/include/regex.h:314: error: parse error before ‘_ANSI_ARGS_’
    6841/opt/local/include/regex.h:323: error: parse error before ‘_ANSI_ARGS_’
     
    7447make[1]: *** [all] Error 1
    7548make: *** [all] Error 1
    76 
     49}}}