[Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-05-02 Thread Jian-Xin Zhu

I have two Mac Machines, one (Box 1) directly upgraded from Tiger to 
Leopard 10.5.2 with Xquartz 2.2.0.1 and the other (Box 2) freshly 
installed with Leopard 10.5.2 and with X11 updated to Xquartz 2.2.0.1. 

I succeeded in installing  ImageMagick on Box 1 but failed on Box 2.
The error output on Box 2 is the same as what posted by Jerry Fritschle 
on April 30.
Is that mysterious the installation can be successfully on the upgraded one?

Thanks,

JX

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-30 Thread David R. Morrison
I'm afraid that Martin Costabel accurately diagnosed your problem in  
his last message, and that the newest imagemagick-6.4.0-1001 is not  
compatible with the xquartz version of the X11 library.  Nor is there  
any simple way that I can make it compatible.

Your options are to either use the version of imagemagick in the  
stable tree (fink install imagemagick-6.2.8-1001), or to become a  
tester for the pangocairo branch, as described in the wiki: http:// 
wiki.finkproject.org/index.php/Fink:pangocairo_testing
The latest imagemagick has not yet made it to the pangocairo branch,  
but when it does, it should hopefully work for you.

   -- Dave


On Apr 30, 2008, at 5:12 AM, Jerry Fritschle wrote:


 On Apr 29, 2008, at 11:09 PM, David R. Morrison wrote:

 Can you please send me the output of fink list cairo ?



 Thanks in advance.

 Information about 6743 packages read in 2 seconds.
  cairo1.4.14-3   Vector graphics  
 library
  cairo-shlibs 1.4.14-3   Vector graphics  
 library
  cairomm1 1.4.8-1C++ interface for  
 the cairo library
  cairomm1-shlibs  1.4.8-1C++ interface for  
 the cairo library
  gerbv-cairo  2.0.1-10   Gerber (RS-274X)  
 CAM file viewing tool
  pycairo-py24 1.2.6-1001 Python bindings  
 for the cairo library
  pycairo-py24-dev 1.2.6-1001 Tools for  
 compiling against pycairo
  pycairo-py25 1.2.6-1001 Python bindings  
 for the cairo library
  pycairo-py25-dev 1.2.6-1001 Tools for  
 compiling against pycairo
  i   system-pkgconfig-cairo   1.4.14-1   [virtual pkgconfig  
 package representing cairo]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-ft]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-pdf]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-png]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-ps]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-svg]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-xlib]
  i   system-pkgconfig-cairo-  1.4.14-1   [virtual pkgconfig  
 package representing cairo-xlib-xrender]

 -
 Drama is life with the dull bits cut out.
 -Alfred Hitchcock

 Jerry Fritschle
 [EMAIL PROTECTED]




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-30 Thread Martin Costabel
Jerry Fritschle wrote:
 On Apr 29, 2008, at 8:03 PM, Stan Sanderson wrote:
 
 Please run fink selfupdate and try again.  I have added a
 BuildConflicts which should address this problem.
 Thank you Dave- it updated successfully.
 
 Not for me (on PPC.)  Here is the error I get (hope this snip is  
 enough.)
[]
 coders/svg.c:97:32: error: librsvg/rsvg-cairo.h: No such file or  

I think this is another gift of the updated X11 that we will have to 
deal with. The latest xquartz X11 update comes with libcairo and cairo 
pkgconfig files and even cairo-svg.h, but not rsvg-cairo.h. Thus, even 
with Fink's cairo package removed, the imagemagick configure script 
find's X11's cairo, thinks cairo-svg is installed and crashes. On 
Jerry's compiler line, as on mine here with xquartz-2.2.0 installed, I 
see the evidence:

-I/usr/X11/include/cairo

We really need to get the pangocairo-branch out of the door ASAP, and we 
need to take care of the duplicate libraries in the new xquartz update. 
Besides freetype2 and fontconfig which we know how to deal with, there 
is now cairo, and also libpng that will cause trouble. On Jerry's 
compiler line I also see

-I/usr/X11/include/libpng12

which is not there if one compiles on a machine with 10.5.2 X11, but 
without the latest xquartz update.

-- 
Martin



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread Dominique Dhumieres
Updating to imagemagick-6.4.0-1001 failed on all my machines with:

...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./config -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/gtk-2.0 -I/sw/include/librsvg-2 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/usr/X11/include -I/usr/X11/include/libpng12 
-I/sw/include -I/sw/include/cairo -I/usr/X11R6/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/include -I/usr/X11/include 
-I/sw/include/libxml2 -g -O2 -Wall -W -D_THREAD_SAFE -MT 
coders/coders_svg_la-svg.lo -MD -MP -MF coders/.deps/coders_svg_la-svg.Tpo -c 
coders/svg.c  -fno-common -DPIC -o coders/.libs/coders_svg_la-svg.o
coders/svg.c:97:32: error: librsvg/rsvg-cairo.h: No such file or directory
coders/svg.c: In function 'SVGSetDocumentLocator':
coders/svg.c:677: warning: unused parameter 'location'
coders/svg.c: In function 'ReadSVGImage':
coders/svg.c:2677: warning: missing initializer
coders/svg.c:2677: warning: (near initialization for 'SAXModules.initialized')
coders/svg.c:2726: error: 'cairo_surface_t' undeclared (first use in this 
function)
coders/svg.c:2726: error: (Each undeclared identifier is reported only once
coders/svg.c:2726: error: for each function it appears in.)
coders/svg.c:2726: error: 'cairo_surface' undeclared (first use in this 
function)
coders/svg.c:2729: error: 'cairo_t' undeclared (first use in this function)
coders/svg.c:2729: error: 'cairo_info' undeclared (first use in this function)
coders/svg.c:2735: error: 'RsvgDimensionData' undeclared (first use in this 
function)
coders/svg.c:2735: error: syntax error before 'dimension_info'
coders/svg.c:2787: warning: implicit declaration of function 
'rsvg_handle_get_dimensions'
coders/svg.c:2787: error: 'dimension_info' undeclared (first use in this 
function)
coders/svg.c:2822: warning: implicit declaration of function 
'cairo_image_surface_create_for_data'
coders/svg.c:2823: error: 'CAIRO_FORMAT_ARGB32' undeclared (first use in this 
function)
coders/svg.c:2824: error: syntax error before ')' token
coders/svg.c:2830: warning: implicit declaration of function 'cairo_create'
coders/svg.c:2831: warning: implicit declaration of function 'cairo_scale'
coders/svg.c:2832: warning: implicit declaration of function 
'cairo_set_operator'
coders/svg.c:2832: error: 'CAIRO_OPERATOR_CLEAR' undeclared (first use in this 
function)
coders/svg.c:2833: warning: implicit declaration of function 'cairo_paint'
coders/svg.c:2834: error: 'CAIRO_OPERATOR_OVER' undeclared (first use in this 
function)
coders/svg.c:2835: warning: implicit declaration of function 
'rsvg_handle_render_cairo'
coders/svg.c:2836: warning: implicit declaration of function 'cairo_destroy'
coders/svg.c:2837: warning: implicit declaration of function 
'cairo_surface_destroy'
make[1]: *** [coders/coders_svg_la-svg.lo] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.1N2YkB failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-imagemagick-6.4.0-1001
(Reading database ... 349530 files and directories currently installed.)
Removing fink-buildlock-imagemagick-6.4.0-1001 ...
Failed: phase compiling: imagemagick-6.4.0-1001 failed

TIA

Dominique

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread Martin Costabel
Dominique Dhumieres wrote:
 Updating to imagemagick-6.4.0-1001 failed on all my machines with:
 
 ...
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./config -I/sw/include/glib-2.0 
 -I/sw/lib/glib-2.0/include -I/sw/include/gtk-2.0 -I/sw/include/librsvg-2 
 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2 
 -I/sw/lib/freetype219/include -I/usr/X11/include -I/usr/X11/include/libpng12 
 -I/sw/include -I/sw/include/cairo -I/usr/X11R6/include 
 -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include 
 -I/sw/lib/freetype219/include/freetype2 -I/sw/include -I/usr/X11/include 
 -I/sw/include/libxml2 -g -O2 -Wall -W -D_THREAD_SAFE -MT 
 coders/coders_svg_la-svg.lo -MD -MP -MF coders/.deps/coders_svg_la-svg.Tpo -c 
 coders/svg.c  -fno-common -DPIC -o coders/.libs/coders_svg_la-svg.o
 coders/svg.c:97:32: error: librsvg/rsvg-cairo.h: No such file or directory

I get the same. I think that this version of imagemagick needs a version 
of librsvg2 that is currently only available in the pangocairo branch.

-- 
Martin


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread David R. Morrison
Please run fink selfupdate and try again.  I have added a  
BuildConflicts which should address this problem.

   -- Dave


On Apr 29, 2008, at 3:08 PM, Martin Costabel wrote:

 Dominique Dhumieres wrote:
 Updating to imagemagick-6.4.0-1001 failed on all my machines with:
 ...
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./config -I/sw/include/ 
 glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/gtk-2.0 -I/sw/ 
 include/librsvg-2 -I/sw/lib/fontconfig2/include -I/sw/lib/ 
 freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/usr/ 
 X11/include -I/usr/X11/include/libpng12 -I/sw/include -I/sw/include/ 
 cairo -I/usr/X11R6/include -I/sw/lib/freetype219/include/freetype2 - 
 I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include -I/sw/ 
 lib/freetype219/include -I/sw/lib/freetype219/include/freetype2 -I/ 
 sw/include -I/usr/X11/include -I/sw/include/libxml2 -g -O2 -Wall -W  
 -D_THREAD_SAFE -MT coders/coders_svg_la-svg.lo -MD -MP -MF  
 coders/.deps/coders_svg_la-svg.Tpo -c coders/svg.c  -fno-common - 
 DPIC -o coders/.libs/coders_svg_la-svg.o
 coders/svg.c:97:32: error: librsvg/rsvg-cairo.h: No such file or  
 directory

 I get the same. I think that this version of imagemagick needs a  
 version of librsvg2 that is currently only available in the  
 pangocairo branch.

 -- 
 Martin



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread Stan Sanderson

On Apr 29, 2008, at 6:25 PM, David R. Morrison wrote:

 Please run fink selfupdate and try again.  I have added a
 BuildConflicts which should address this problem.

Thank you Dave- it updated successfully.

Stan



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread Jerry Fritschle

On Apr 29, 2008, at 8:03 PM, Stan Sanderson wrote:

 Please run fink selfupdate and try again.  I have added a
 BuildConflicts which should address this problem.

 Thank you Dave- it updated successfully.

Not for me (on PPC.)  Here is the error I get (hope this snip is  
enough.)

libtool: link: /usr/bin/grep -E -e .* coders/.libs/stegano.exp   
coders/.libs/stegano.expT
libtool: link: mv -f coders/.libs/stegano.expT coders/.libs/ 
stegano.exp
libtool: link: sed -e 's,^,_,'  coders/.libs/stegano.exp   
coders/.libs/stegano-symbols.expsym
libtool: link: gcc  -o coders/.libs/stegano.so -bundle  coders/.libs/ 
coders_stegano_la-stegano.o   -L/sw/lib/fontconfig2/lib -L/sw/lib/ 
freetype219/lib -L/sw/lib -L/usr/X11/lib magick/.libs/ 
libMagickCore.dylib -L/usr/lib /sw/lib/liblcms.dylib /sw/lib/ 
libtiff.dylib -lc /sw/lib/libjpeg.dylib /usr/X11/lib/ 
libfontconfig.dylib /usr/lib/libiconv.dylib /sw/lib/libexpat.dylib / 
usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libXt.6.0.0.dylib /usr/ 
X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib /usr/X11/lib/ 
libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/ 
libXdmcp.6.0.0.dylib -lbz2 /sw/lib/freetype219/lib/libfreetype.dylib - 
lz -lm -lpthread-Wl,-exported_symbols_list,coders/.libs/stegano- 
symbols.expsym
libtool: link: dsymutil coders/.libs/stegano.so || :
libtool: link: ar cru coders/.libs/stegano.a  coders/coders_stegano_la- 
stegano.o
libtool: link: ranlib coders/.libs/stegano.a
libtool: link: ( cd coders/.libs  rm -f stegano.la  ln -s ../ 
stegano.la stegano.la )
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. - 
I./config   -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/lib/fontconfig2/include -I/sw/lib/ 
freetype219/include -I/sw/lib/freetype219/include/freetype2 -I/sw/ 
include -I/usr/X11/include -I/sw/include/libxml2  -g -O2 -Wall -W - 
D_THREAD_SAFE -MT coders/coders_sun_la-sun.lo -MD -MP -MF coders/.deps/ 
coders_sun_la-sun.Tpo -c -o coders/coders_sun_la-sun.lo `test -f  
'coders/sun.c' || echo './'`coders/sun.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./config -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/ 
fontconfig2/include -I/sw/lib/freetype219/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/include -I/usr/X11/include -I/sw/ 
include/libxml2 -g -O2 -Wall -W -D_THREAD_SAFE -MT coders/ 
coders_sun_la-sun.lo -MD -MP -MF coders/.deps/coders_sun_la-sun.Tpo -c  
coders/sun.c  -fno-common -DPIC -o coders/.libs/coders_sun_la-sun.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./config -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/ 
fontconfig2/include -I/sw/lib/freetype219/include -I/sw/lib/ 
freetype219/include/freetype2 -I/sw/include -I/usr/X11/include -I/sw/ 
include/libxml2 -g -O2 -Wall -W -D_THREAD_SAFE -MT coders/ 
coders_sun_la-sun.lo -MD -MP -MF coders/.deps/coders_sun_la-sun.Tpo -c  
coders/sun.c -o coders/coders_sun_la-sun.o /dev/null 21
mv -f coders/.deps/coders_sun_la-sun.Tpo coders/.deps/coders_sun_la- 
sun.Plo
/bin/sh ./libtool --tag=CC   --mode=link g++  -g -O2 -Wall -W - 
D_THREAD_SAFE -no-undefined -export-symbols-regex .* -module -avoid- 
version -L/sw/lib/fontconfig2/lib -L/sw/lib/freetype219/lib -L/sw/lib - 
L/usr/X11/lib -R/usr/X11/lib -L/sw/lib/freetype219/lib -lfreetype -lz - 
L/sw/lib -o coders/sun.la -rpath /sw/lib/ImageMagick-6.4.0/modules-Q16/ 
coders coders/coders_sun_la-sun.lo magick/libMagickCore.la
libtool: link: warning: `/sw/lib/fontconfig2/lib/libfontconfig.la'  
seems to be moved
libtool: link: /usr/bin/nm -p  coders/.libs/coders_sun_la-sun.o   |  
sed -n -e 's/^.*[]\([BCDEGRST][BCDEGRST]*\)[ ][  
]*_\([_A-Za-z][_A- 
Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq   
coders/.libs/sun.exp
libtool: link: /usr/bin/grep -E -e .* coders/.libs/sun.exp   
coders/.libs/sun.expT
libtool: link: mv -f coders/.libs/sun.expT coders/.libs/sun.exp
libtool: link: sed -e 's,^,_,'  coders/.libs/sun.exp  coders/.libs/ 
sun-symbols.expsym
libtool: link: gcc  -o coders/.libs/sun.so -bundle  coders/.libs/ 
coders_sun_la-sun.o   -L/sw/lib/fontconfig2/lib -L/sw/lib/freetype219/ 
lib -L/sw/lib -L/usr/X11/lib magick/.libs/libMagickCore.dylib -L/usr/ 
lib /sw/lib/liblcms.dylib /sw/lib/libtiff.dylib -lc /sw/lib/ 
libjpeg.dylib /usr/X11/lib/libfontconfig.dylib /usr/lib/ 
libiconv.dylib /sw/lib/libexpat.dylib /usr/X11/lib/libXext. 
6.4.0.dylib /usr/X11/lib/libXt.6.0.0.dylib /usr/X11/lib/libSM. 
6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib /usr/X11/lib/ 
libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/ 
libXdmcp.6.0.0.dylib -lbz2 /sw/lib/freetype219/lib/libfreetype.dylib - 
lz -lm -lpthread-Wl,-exported_symbols_list,coders/.libs/sun- 
symbols.expsym
libtool: link: dsymutil coders/.libs/sun.so || :
libtool: link: ar cru coders/.libs/sun.a  coders/coders_sun_la-sun.o
libtool: link: ranlib coders/.libs/sun.a
libtool: link: ( cd coders/.libs  rm 

Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread Stan Sanderson

On Apr 29, 2008, at 9:24 PM, Jerry Fritschle wrote:

 Not for me (on PPC.)  Here is the error I get (hope this snip is
 enough.)

Jerry-

That looks like the same error I was getting before doing the fink  
selfupdate (sometime around 7 PM CDT). I am also on PPC (OS 10.4.11).

It did compile for me without error after the update.

Stan



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: imagemagick-6.4.0-1001 failed

2008-04-29 Thread Jerry Fritschle

On Apr 29, 2008, at 9:38 PM, Stan Sanderson wrote:


 That looks like the same error I was getting before doing the fink  
 selfupdate (sometime around 7 PM CDT). I am also on PPC (OS 10.4.11).

 It did compile for me without error after the update.

 Stan




This was also after doing the selfupdate...more than once in fact.

Running Leopard here, btw.

-
Drama is life with the dull bits cut out.
-Alfred Hitchcock

Jerry Fritschle
[EMAIL PROTECTED]



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users