Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-10-03 Thread David Fang
 Thanks for the patch, JF,
   Several revisions ago, graphviz was building against fink's Ruby
 and Tcl, but Peter (CCd) helped patch this package to build against
 Apple's Ruby and Tcl to trim down the dependencies.  Is there an
 official/preferred policy now that 10.6 is upon us?

I've resolved the Tcl issue by adding a buildconflicts: tcltk-dev, so that 
only the system's headers are used (this probably address other packages 
that use system-tcl as well).  We can still use Apple's shipped Tcl, and 
avoid bringing in fink's Tcl dependence.  I've re-uploaded thew new info 
file combined with the proposed -nox variant that's on the tracker.

https://sourceforge.net/tracker/?func=detailaid=2810042group_id=17203atid=414256

Fang

David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-28 Thread David Fang
 On 16/09/2009, at 16:33, Stefan Bruda wrote:
 Building graphviz fails with the following error:

 gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS
 -I/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers
 -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers
 -I/opt/sw/lib/ocaml -idirafter
 /System/Library/Frameworks/Ruby.framework/Versions/1.8/Headers
 -I/opt/sw/include -I/opt/sw/include -g -O2 -fno-common -Wall -MT
 tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c tkStubLib.c  -fno-common
 -DPIC -o .libs/tkStubLib.o
 In file included from tkStubLib.c:18:
 /System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h:72:3:
 error: #error Tk 8.4 must be compiled with tcl.h from Tcl 8.4
 make[3]: *** [tkStubLib.lo] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

 This is a fresh new install of fink 0.29.9 x86_64 on Mac OS 10.5.8
 (Xcode 3.1.3).  I am sure I am missing something but what?

 Hello, Stefan. I've been able to reproduce your error; I'm cc'ing the
 maintainer.

 Thanks for the report.  Unfortunately, my only 10.5 machine is kaput, and
 going in for servicing, so it may be a week+ before I can test it out

I was able to reproduce this error with an upgraded 10.6 build, but 
haven't looked into fixing it yet.  I haven't forgotten!

Fang

David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-28 Thread Jean-François Mertens

On 28 Sep 2009, at 08:41, David Fang wrote:

 I was able to reproduce this error with an upgraded 10.6 build, but
 haven't looked into fixing it yet.  I haven't forgotten!


I fixed my local info file for this problem , by avoiding APple's stuff
(there was a time where it was basically policy to use fink's stuff
rather than Apple's, when both were available.)

Here follows a cvs diff ( deps still have to be adjusted of course).

JF

diff -r1.18 graphviz.info
48a49
   libdevil1,
80c81
 ConfigureParams: --mandir=%p/share/man --with-extraincludedir=%p/ 
include --with-extralibdir=%p/lib --with-tcl=/usr/bin/tclsh --with- 
tclsh=/usr/bin/tclsh --with-wish=/usr/bin/wish --with-x --x-includes=/ 
usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-ming -with-glitz  
--disable-r --disable-perl --disable-python FREETYPE2_CFLAGS=-I%p/lib/ 
freetype219/include/freetype2 FREETYPE2_LIBS=-L%p/lib/freetype219/lib  
GUILE=%p/bin/guile-1.8 PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/ 
pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/ 
pkgconfig:$PKG_CONFIG_PATH RUBY=/usr/bin/ruby CPPFLAGS=-I/System/ 
Library/Frameworks/JavaVM.framework/Versions/A/Headers -I%p/lib/ocaml - 
idirafter $system_ruby_include
---
  ConfigureParams: --mandir=%p/share/man --with-extraincludedir=%p/ 
include --with-extralibdir=%p/lib --with-tcl=%p/bin/tclsh --with-tclsh= 
%p/bin/tclsh --with-wish=%p/bin/wish --with-x --x-includes=/usr/X11R6/ 
include --x-libraries=/usr/X11R6/lib --with-ming -with-glitz --disable- 
perl --disable-python FREETYPE2_CFLAGS=-I%p/lib/freetype219/include/ 
freetype2 FREETYPE2_LIBS=-L%p/lib/freetype219/lib GUILE=%p/bin/ 
guile-1.8 PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/ 
fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig: 
$PKG_CONFIG_PATH RUBY=%p/bin/ruby CPPFLAGS=-I/System/Library/ 
Frameworks/JavaVM.framework/Versions/A/Headers -I%p/lib/ocaml
87,91c88,92
   ruby_h_path=`find /usr/lib/ruby -name ruby.h`
   test -f $ruby_h_path || ruby_h_path=`find /System/Library/ 
Frameworks -name ruby.h | head -n 1`
   test -f $ruby_h_path  echo Found ruby.h as $ruby_h_path, using  
its dirname...
   system_ruby_include=`dirname $ruby_h_path`
   test -d $system_ruby_include
---
  #ruby_h_path=`find /usr/lib/ruby -name ruby.h`
  #test -f $ruby_h_path || ruby_h_path=`find /System/Library/ 
Frameworks -name ruby.h | head -n 1`
  #test -f $ruby_h_path  echo Found ruby.h as $ruby_h_path,  
using its dirname...
  #system_ruby_include=`dirname $ruby_h_path`
  #test -d $system_ruby_include
135a137
   libdevil1-bin,
251a254,269
 
  jfm : reverted to fink's tcl and ruby, to avoid errors like :
   gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS
  -I/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers
  -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers -I/ 
sw64/lib/ocaml -idirafter
  /System/Library/Frameworks/Ruby.framework/Versions/1.8/Headers -I/ 
sw64/include -I/sw64/include -g -O2 -fno-common -Wall -MT
  tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c tkStubLib.c  -fno- 
common -DPIC -o .libs/tkStubLib.o
  In file included from tkStubLib.c:18:
  /System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h: 
72:3:
  error: #error Tk 8.4 must be compiled with tcl.h from Tcl 8.4
  make[3]: *** [tkStubLib.lo] Error 1
 
  (Too many possible systems, and system tcl's, to keep compatible  
with all posible fink's ...)
  Also added missing dep on libdevil1; only remains missing for  
configure that
  tcltk should install its internal headers, so that tkInt.h gets  
found (several pkgs want it);
  and ghostscript headers (ghostscript/iapi.h).


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-28 Thread David Fang
 I was able to reproduce this error with an upgraded 10.6 build, but
 haven't looked into fixing it yet.  I haven't forgotten!

 I fixed my local info file for this problem , by avoiding APple's stuff
 (there was a time where it was basically policy to use fink's stuff
 rather than Apple's, when both were available.)

 Here follows a cvs diff ( deps still have to be adjusted of course).
 JF

Thanks for the patch, JF,
Several revisions ago, graphviz was building against fink's Ruby 
and Tcl, but Peter (CCd) helped patch this package to build against 
Apple's Ruby and Tcl to trim down the dependencies.  Is there an 
official/preferred policy now that 10.6 is upon us?

Fang

David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-28 Thread David R. Morrison

On Sep 28, 2009, at 7:01 AM, David Fang wrote:

 I was able to reproduce this error with an upgraded 10.6 build, but
 haven't looked into fixing it yet.  I haven't forgotten!

 I fixed my local info file for this problem , by avoiding APple's  
 stuff
 (there was a time where it was basically policy to use fink's stuff
 rather than Apple's, when both were available.)

 Here follows a cvs diff ( deps still have to be adjusted of course).
 JF

 Thanks for the patch, JF,
   Several revisions ago, graphviz was building against fink's Ruby
 and Tcl, but Peter (CCd) helped patch this package to build against
 Apple's Ruby and Tcl to trim down the dependencies.  Is there an
 official/preferred policy now that 10.6 is upon us?

We don't yet have Fink's Ruby package working on 10.6, and I'm not  
sure anybody has worked on that.  Hopefully some ruby afficionado will  
take on that issue, and restore fink-built ruby to fink; when that  
happens, we can have a debate about what the policy should be.  Right  
now there are no options.

   -- Dave



--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-28 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 9/28/09 10:05 AM, David R. Morrison wrote:

 We don't yet have Fink's Ruby package working on 10.6, and I'm not  
 sure anybody has worked on that.  Hopefully some ruby afficionado will  
 take on that issue, and restore fink-built ruby to fink; when that  
 happens, we can have a debate about what the policy should be.  Right  
 now there are no options.

So the changes I committed to ruby in unstable a couple of weeks back
don't work?  1.8.7-p174 builds fine on 10.6.

- -- 
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFKwMa7Uu+jZtP2Zf4RAlHSAJ9Nlv6md6FJgaG5uYIxKvhMYaM/ewCfdR43
SdvK3PlpX9j5FA4Iy2+24OQ=
=4PpD
-END PGP SIGNATURE-

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-17 Thread David Fang
 On 16/09/2009, at 16:33, Stefan Bruda wrote:
 Building graphviz fails with the following error:
 
 gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS 
 -I/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers 
 -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
 -I/opt/sw/lib/ocaml -idirafter 
 /System/Library/Frameworks/Ruby.framework/Versions/1.8/Headers 
 -I/opt/sw/include -I/opt/sw/include -g -O2 -fno-common -Wall -MT 
 tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c tkStubLib.c  -fno-common 
 -DPIC -o .libs/tkStubLib.o
 In file included from tkStubLib.c:18:
 /System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h:72:3: 
 error: #error Tk 8.4 must be compiled with tcl.h from Tcl 8.4
 make[3]: *** [tkStubLib.lo] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 
 This is a fresh new install of fink 0.29.9 x86_64 on Mac OS 10.5.8
 (Xcode 3.1.3).  I am sure I am missing something but what?

 Hello, Stefan. I've been able to reproduce your error; I'm cc'ing the 
 maintainer.

Thanks for the report.  Unfortunately, my only 10.5 machine is kaput, and 
going in for servicing, so it may be a week+ before I can test it out 
again.  I wonder if more headers moved around again after an XCode update?

Fang

David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] graphviz-2.22.2-1 build fails

2009-09-16 Thread Stefan Bruda
Hi,

Building graphviz fails with the following error:

 gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS 
-I/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers 
-I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
-I/opt/sw/lib/ocaml -idirafter 
/System/Library/Frameworks/Ruby.framework/Versions/1.8/Headers 
-I/opt/sw/include -I/opt/sw/include -g -O2 -fno-common -Wall -MT tkStubLib.lo 
-MD -MP -MF .deps/tkStubLib.Tpo -c tkStubLib.c  -fno-common -DPIC -o 
.libs/tkStubLib.o
In file included from tkStubLib.c:18:
/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h:72:3: error: 
#error Tk 8.4 must be compiled with tcl.h from Tcl 8.4
make[3]: *** [tkStubLib.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

This is a fresh new install of fink 0.29.9 x86_64 on Mac OS 10.5.8
(Xcode 3.1.3).  I am sure I am missing something but what?

Many thanks,
Stefan

-- 
If it was so, it might be; and if it were so, it would be; but as
it isn't, it ain't.  That's logic.
--Lewis Carroll, Through the Looking-Glass

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] graphviz-2.22.2-1 build fails

2009-09-16 Thread monipol
On 16/09/2009, at 16:33, Stefan Bruda wrote:
 Building graphviz fails with the following error:

 gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS -I/ 
 System/Library/Frameworks/Tk.framework/Versions/8.4/Headers -I/ 
 System/Library/Frameworks/JavaVM.framework/Versions/A/Headers -I/opt/ 
 sw/lib/ocaml -idirafter /System/Library/Frameworks/Ruby.framework/ 
 Versions/1.8/Headers -I/opt/sw/include -I/opt/sw/include -g -O2 -fno- 
 common -Wall -MT tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c  
 tkStubLib.c  -fno-common -DPIC -o .libs/tkStubLib.o
 In file included from tkStubLib.c:18:
 /System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h: 
 72:3: error: #error Tk 8.4 must be compiled with tcl.h from Tcl 8.4
 make[3]: *** [tkStubLib.lo] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2

 This is a fresh new install of fink 0.29.9 x86_64 on Mac OS 10.5.8
 (Xcode 3.1.3).  I am sure I am missing something but what?


Hello, Stefan. I've been able to reproduce your error; I'm cc'ing the  
maintainer.


Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users