From d29f0e87a4188d6d87a76ef9321c02200c011fa0 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 15 Jan 2010 16:29:04 +0100 Subject: open_issues/perlmagick: State from nearly two weeks ago, will (have to) follow up later. Likely some sort of OpenMP problem. --- open_issues/perlmagick.mdwn | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/open_issues/perlmagick.mdwn b/open_issues/perlmagick.mdwn index 13401317..1daac62b 100644 --- a/open_issues/perlmagick.mdwn +++ b/open_issues/perlmagick.mdwn @@ -10,6 +10,8 @@ License|/fdl]]."]]"""]] [[!debbug 557771]] +# Bisecting + * Good * 7:6.4.0.9.dfsg1-1 (2008-04-22) built from @@ -18,8 +20,6 @@ License|/fdl]]."]]"""]] * 6.4.1-0 * 6.4.1-1 - * Under test - * Bad * 6.4.1-2 @@ -32,7 +32,32 @@ License|/fdl]]."]]"""]] * 6.5.8.3-1 from Debian unstable (also in testing) * Svn trunk (r848) ---- + +# 6.4.1-1 -> 6.4.1-2 + + -CFLAGS = -g -O2 -Wall -W -pthread + +CFLAGS = -fopenmp -g -O2 -Wall -W -pthread + -GOMP_LIBS = + +GOMP_LIBS = -lgomp + -LDFLAGS = -lfreetype -lz + +LDFLAGS = -fopenmp -lfreetype -lz + +Etc. + + +/usr/include/pthread.h: + + + +/usr/include/pthread/pthread.h: + + + +/usr/include/bits/spin-lock-inline.h: + + + +/usr/include/bits/cancelation.h: + + + +/usr/include/bits/pthread-np.h: + + + +/usr/lib/gcc/i486-gnu/4.4.2/include/omp.h: + + +# Other [[!debbug 551017]] -- cgit v1.2.3