Hi,
Trying to update my fink installation on a
MacBook Pro 15 pouces, début 2008
Processeur 2,5 GHz Intel Core 2 Duo
Mémoire 4 Go 667 MHz DDR2 SDRAM
Graphisme NVIDIA GeForce 8600M GT 512 Mo
Logiciel OS X 10.9.5 (13F34)
Package manager version: 0.37.0
Distribution version: selfupdate-rsync Fri Sep 19 18:34:35 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 6.0.1
Xcode command-line tools: 6.0.0.0.1.1410400753
Max. Fink build jobs: 1
I have the following error :
Failed: phase compiling: gcc48-4.8.3-1001 failed
I have done all what is suggested to solve the problem, but still have the same
error message.
Many thanks for helping me.
Cheers,
The full message is :
…
checking for working mmap... yes
checking for working strncmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/regex.c -o regex.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/cplus-dem.c -o cplus-dem.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/cplus-dem.c:578:3: warning: implicitly declaring
library function 'abort' with type 'void (void) __attribute__((noreturn))'
abort ();
^
../../gcc-4.8.3/libiberty/cplus-dem.c:578:3: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'abort'
../../gcc-4.8.3/libiberty/cplus-dem.c:1220:7: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free ((char *) work -> btypevec);
^
../../gcc-4.8.3/libiberty/cplus-dem.c:3313:20: warning: implicit declaration of
function 'atoi' is invalid in C99 [-Wimplicit-function-declaration]
qualifiers = atoi (num);
^
4 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/cp-demangle.c -o cp-demangle.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/cp-demangle.c:932:32: warning: implicitly declaring
library function 'strlen' with type 'unsigned long (const char *)'
return d_make_name (di, s, strlen (s));
^
../../gcc-4.8.3/libiberty/cp-demangle.c:932:32: note: please include the header
<string.h> or explicitly provide a declaration for 'strlen'
../../gcc-4.8.3/libiberty/cp-demangle.c:1490:9: warning: implicitly declaring
library function 'strcmp' with type 'int (const char *, const char *)'
if (!strcmp (ret->u.s_operator.op->code, "li"))
^
../../gcc-4.8.3/libiberty/cp-demangle.c:1490:9: note: please include the header
<string.h> or explicitly provide a declaration for 'strcmp'
../../gcc-4.8.3/libiberty/cp-demangle.c:1617:10: warning: implicitly declaring
library function 'memcmp' with type 'int (const void *, const void *,
unsigned long)'
&& memcmp (name, ANONYMOUS_NAMESPACE_PREFIX,
^
../../gcc-4.8.3/libiberty/cp-demangle.c:1617:10: note: please include the header
<string.h> or explicitly provide a declaration for 'memcmp'
../../gcc-4.8.3/libiberty/cp-demangle.c:3620:21: warning: implicitly declaring
library function 'realloc' with type 'void *(void *, unsigned long)'
newbuf = (char *) realloc (dgs->buf, newalc);
^
../../gcc-4.8.3/libiberty/cp-demangle.c:3620:21: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'realloc'
../../gcc-4.8.3/libiberty/cp-demangle.c:3623:7: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free (dgs->buf);
^
../../gcc-4.8.3/libiberty/cp-demangle.c:3649:3: warning: implicitly declaring
library function 'memcpy' with type 'void *(void *, const void *, unsigned
long)'
memcpy (dgs->buf + dgs->len, s, l);
^
../../gcc-4.8.3/libiberty/cp-demangle.c:3649:3: note: please include the header
<string.h> or explicitly provide a declaration for 'memcpy'
../../gcc-4.8.3/libiberty/cp-demangle.c:4114:16: warning: implicitly declaring
library function 'strncmp' with type 'int (const char *, const char *,
unsigned long)'
&& strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
^
../../gcc-4.8.3/libiberty/cp-demangle.c:4114:16: note: please include the header
<string.h> or explicitly provide a declaration for 'strncmp'
8 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/md5.c -o md5.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/sha1.c -o sha1.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/alloca.c -o alloca.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/alloca.c:184:4: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free ((PTR) hp); /* Collect garbage. */
^
../../gcc-4.8.3/libiberty/alloca.c:204:7: warning: implicitly declaring library
function 'abort' with type 'void (void) __attribute__((noreturn))'
abort();
^
../../gcc-4.8.3/libiberty/alloca.c:204:7: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'abort'
3 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/argv.c -o argv.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/choose-temp.c -o choose-temp.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/choose-temp.c:67:9: warning: implicitly declaring
library function 'strlen' with type 'unsigned long (const char *)'
len = strlen (base);
^
../../gcc-4.8.3/libiberty/choose-temp.c:67:9: note: please include the header
<string.h> or explicitly provide a declaration for 'strlen'
../../gcc-4.8.3/libiberty/choose-temp.c:69:3: warning: implicitly declaring
library function 'strcpy' with type 'char *(char *, const char *)'
strcpy (temp_filename, base);
^
../../gcc-4.8.3/libiberty/choose-temp.c:69:3: note: please include the header
<string.h> or explicitly provide a declaration for 'strcpy'
../../gcc-4.8.3/libiberty/choose-temp.c:72:7: warning: implicit declaration of
function 'mktemp' is invalid in C99 [-Wimplicit-function-declaration]
if (mktemp (temp_filename) == 0)
^
../../gcc-4.8.3/libiberty/choose-temp.c:73:5: warning: implicitly declaring
library function 'abort' with type 'void (void) __attribute__((noreturn))'
abort ();
^
../../gcc-4.8.3/libiberty/choose-temp.c:73:5: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'abort'
5 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/concat.c -o concat.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/concat.c:77:15: warning: implicitly declaring library
function 'strlen' with type 'unsigned long (const char *)'
length += strlen (arg);
^
../../gcc-4.8.3/libiberty/concat.c:77:15: note: please include the header
<string.h> or explicitly provide a declaration for 'strlen'
../../gcc-4.8.3/libiberty/concat.c:91:7: warning: implicitly declaring library
function 'memcpy' with type 'void *(void *, const void *, unsigned long)'
memcpy (end, arg, length);
^
../../gcc-4.8.3/libiberty/concat.c:91:7: note: please include the header
<string.h> or explicitly provide a declaration for 'memcpy'
../../gcc-4.8.3/libiberty/concat.c:208:5: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free (optr);
^
4 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/cp-demint.c -o cp-demint.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/cp-demint.c:140:9: warning: implicitly declaring
library function 'strlen' with type 'unsigned long (const char *)'
len = strlen (type_name);
^
../../gcc-4.8.3/libiberty/cp-demint.c:140:9: note: please include the header
<string.h> or explicitly provide a declaration for 'strlen'
../../gcc-4.8.3/libiberty/cp-demint.c:144:7: warning: implicitly declaring
library function 'strcmp' with type 'int (const char *, const char *)'
&& strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0)
^
../../gcc-4.8.3/libiberty/cp-demint.c:144:7: note: please include the header
<string.h> or explicitly provide a declaration for 'strcmp'
../../gcc-4.8.3/libiberty/cp-demint.c:204:8: warning: implicitly declaring
library function 'malloc' with type 'void *(unsigned long)'
malloc (di.num_comps * sizeof (struct demangle_component)));
^
../../gcc-4.8.3/libiberty/cp-demint.c:204:8: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'malloc'
../../gcc-4.8.3/libiberty/cp-demint.c:209:7: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free (di.comps);
^
5 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/crc32.c -o crc32.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/dwarfnames.c -o dwarfnames.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/dyn-string.c -o dyn-string.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/dyn-string.c:110:3: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free (ds->s);
^
../../gcc-4.8.3/libiberty/dyn-string.c:187:5: warning: implicitly declaring
library function 'abort' with type 'void (void) __attribute__((noreturn))'
abort ();
^
../../gcc-4.8.3/libiberty/dyn-string.c:187:5: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'abort'
../../gcc-4.8.3/libiberty/dyn-string.c:193:3: warning: implicitly declaring
library function 'strcpy' with type 'char *(char *, const char *)'
strcpy (dest->s, src->s);
^
../../gcc-4.8.3/libiberty/dyn-string.c:193:3: note: please include the header
<string.h> or explicitly provide a declaration for 'strcpy'
../../gcc-4.8.3/libiberty/dyn-string.c:206:16: warning: implicitly declaring
library function 'strlen' with type 'unsigned long (const char *)'
int length = strlen (src);
^
../../gcc-4.8.3/libiberty/dyn-string.c:206:16: note: please include the header
<string.h> or explicitly provide a declaration for 'strlen'
../../gcc-4.8.3/libiberty/dyn-string.c:257:3: warning: implicitly declaring
library function 'strncpy' with type 'char *(char *, const char *,
unsigned long)'
strncpy (dest->s + pos, src->s, src->length);
^
../../gcc-4.8.3/libiberty/dyn-string.c:257:3: note: please include the header
<string.h> or explicitly provide a declaration for 'strncpy'
../../gcc-4.8.3/libiberty/dyn-string.c:396:13: warning: implicitly declaring
library function 'strcmp' with type 'int (const char *, const char *)'
return !strcmp (ds1->s, ds2->s);
^
../../gcc-4.8.3/libiberty/dyn-string.c:396:13: note: please include the header
<string.h> or explicitly provide a declaration for 'strcmp'
7 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/fdmatch.c -o fdmatch.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
1 warning generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -I. -I../../gcc-4.8.3/libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../gcc-4.8.3/libiberty/fibheap.c -o fibheap.o
warning: unknown warning option
'-Werror=unused-command-line-argument-hard-error-in-future'; did you mean
'-Werror=unused-command-line-argument'? [-Wunknown-warning-option]
../../gcc-4.8.3/libiberty/fibheap.c:151:7: warning: implicit declaration of
function 'free' is invalid in C99 [-Wimplicit-function-declaration]
free (heapa);
^
../../gcc-4.8.3/libiberty/fibheap.c:220:30: error: use of undeclared identifier
'LONG_MIN'
if (okey == key && okey != FIBHEAPKEY_MIN)
^
../../gcc-4.8.3/libiberty/fibheap.c:38:24: note: expanded from macro
'FIBHEAPKEY_MIN'
#define FIBHEAPKEY_MIN LONG_MIN
^
../../gcc-4.8.3/libiberty/fibheap.c:261:36: error: use of undeclared identifier
'LONG_MIN'
fibheap_replace_key (heap, node, FIBHEAPKEY_MIN);
^
../../gcc-4.8.3/libiberty/fibheap.c:38:24: note: expanded from macro
'FIBHEAPKEY_MIN'
#define FIBHEAPKEY_MIN LONG_MIN
^
../../gcc-4.8.3/libiberty/fibheap.c:265:7: warning: implicitly declaring library
function 'abort' with type 'void (void) __attribute__((noreturn))'
abort ();
^
../../gcc-4.8.3/libiberty/fibheap.c:265:7: note: please include the header
<stdlib.h> or explicitly provide a declaration for 'abort'
../../gcc-4.8.3/libiberty/fibheap.c:368:3: warning: implicitly declaring library
function 'memset' with type 'void *(void *, int, unsigned long)'
memset (a, 0, sizeof (fibnode_t) * D);
^
../../gcc-4.8.3/libiberty/fibheap.c:368:3: note: please include the header
<string.h> or explicitly provide a declaration for 'memset'
4 warnings and 2 errors generated.
make[3]: *** [fibheap.o] Error 1
make[2]: *** [all-stage1-libiberty] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap-lean] Error 2
### execution of /tmp/fink.0n0dd failed, exit code 2
### execution of /tmp/fink.m7VqB failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gcc48-4.8.3-1001
(Reading database ... 52829 files and directories currently installed.)
Removing fink-buildlock-gcc48-4.8.3-1001 ...
Failed: phase compiling: gcc48-4.8.3-1001 failed
!! PLEASE NOTE MY NEW EMAIL ADDRESS !!
--------------------------------------------------------------
Emmanuel Caux, emmanuel.c...@irap.omp.eu
DR2 CNRS - Departement MICMAC
Institut de Recherche en Astrophysique et Planétologie
(IRAP formerly CESR)
BP 44346, 31028 Toulouse Cedex 4, France
Phone : (+33) 561 556 689
Fax : (+33) 561 556 651
--------------------------------------------------------------
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users