Re: [Fink-users] build ocaml: File odoc_ast.ml, line 335, characters 38-3043: syntax error

2009-06-10 Thread Jeremy Erwin
On Jun 9, 2009, at 4:54 PM, Brendan Cully wrote:

 Thanks. I've had this reported a few times but haven't been able to
 reproduce it myself. I suspect there's some conflict with other
 packages you might have installed (eg gnu versions of standard
 utilities), but haven't identified it.

This is a real bottleneck on my system, as octave and wine both seem  
to want ocaml. I am not at all familiar with ocaml, however
both odoc_ast.ml and odoc.ml contain print_DEBUG/print_DEBUG3  
statements containing accented french characters. Remove the accents,  
and compilation will proceed forthwith.

You mentioned that a fink package might be interfering with the build.  
Might it be one of these?

Macintosh:~ jeremy$ fink list -i | grep Intern
  i gettext-bin 0.14.5-2GNU Internationalization utilities
  i gettext-tools   0.14.5-4GNU Internationalization utils (shared 
libs)
  i intltool40  0.40.6-101  Internationalize various kinds of data 
files
  i libgettext3-dev 0.14.5-2GNU Internationalization utilities  
(Development Files)
  i libgettext3-shlibs  0.14.5-2GNU Internationalization utils  
(shared libs)
  i libgettextpo2-shlibs0.14.5-4GNU Internationalization utils  
(shared libs)


Jeremy

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] build ocaml: File odoc_ast.ml, line 335, characters 38-3043: syntax error

2009-06-10 Thread Richard Kettlewell
$ fink selfupdate  fink install graphviz
[...]

../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I 
../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I 
../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I 
../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error 
A -c odoc_ast.mli
../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I 
../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I 
../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I 
../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error 
A -c odoc_ast.ml
File odoc_ast.ml, line 335, characters 38-3043:
Error: Syntax error
make[2]: *** [odoc_ast.cmo] Error 2
make[1]: *** [ocamldoc] Error 2
make: *** [world] Error 2
### execution of /var/tmp/tmp.1.Zq9XZL failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ocaml-3.11.0-1
(Reading database ... 71415 files and directories currently installed.)
Removing fink-buildlock-ocaml-3.11.0-1 ...
Failed: phase compiling: ocaml-3.11.0-1 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

 Brendan Cully bren...@finkproject.org

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.



Line 335 is:

   print_DEBUG3 Pas le bon filtre pour le paramètre 
optionnel avec valeur par défaut.;

It has a 38th character but not a 3043rd.

(I know nothing about ocaml, I'm actually attempting to install Graphviz 
but Fink wants ocaml as a dependency.)

ttfn/rjk

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build ocaml: File odoc_ast.ml, line 335, characters 38-3043: syntax error

2009-06-10 Thread Richard Kettlewell
Brendan Cully wrote:
 On Tuesday, 09 June 2009 at 20:33, Richard Kettlewell wrote:
 $ fink selfupdate  fink install graphviz
 [...]

 ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I
 ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I
 ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I
 ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
 -warn-error A -c odoc_ast.mli
 ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I
 ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I
 ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I
 ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
 -warn-error A -c odoc_ast.ml
 File odoc_ast.ml, line 335, characters 38-3043:
 Error: Syntax error
 make[2]: *** [odoc_ast.cmo] Error 2
 make[1]: *** [ocamldoc] Error 2
 make: *** [world] Error 2
 ### execution of /var/tmp/tmp.1.Zq9XZL failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-ocaml-3.11.0-1
 (Reading database ... 71415 files and directories currently installed.)
 Removing fink-buildlock-ocaml-3.11.0-1 ...
 Failed: phase compiling: ocaml-3.11.0-1 failed

 Before reporting any errors, please run fink selfupdate and
 try again.  If you continue to have issues, please check to see if the
 FAQ on fink's website solves the problem.  If not, ask on the fink-users
 or fink-beginners mailing lists, with a carbon copy to the maintainer:

 Brendan Cully bren...@finkproject.org

 Note that this is preferable to emailing the maintainer directly, since
 most fink package maintainers do not have access to all possible
 hardware and software configurations.



 Line 335 is:

   print_DEBUG3 Pas le bon filtre pour le
 paramètre optionnel avec valeur par défaut.;

 It has a 38th character but not a 3043rd.

 (I know nothing about ocaml, I'm actually attempting to install
 Graphviz but Fink wants ocaml as a dependency.)
 
 Thanks. I've had this reported a few times but haven't been able to
 reproduce it myself. I suspect there's some conflict with other
 packages you might have installed (eg gnu versions of standard
 utilities), but haven't identified it.

Firstly that seems plausible given:

chymax$ pwd
/sw/src/fink.build/ocaml-3.11.0-1/ocaml-3.11.0/ocamldoc
chymax$ sudo make odoc_ast.cmo
../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I 
../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I 
../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I 
../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error 
A -c odoc_ast.ml
chymax$ PATH=/sw/sbin:/sw/bin:$PATH
chymax$ sudo rm odoc_ast.cmo
chymax$ sudo make odoc_ast.cmo
../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I 
../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I 
../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I 
../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error 
A -c odoc_ast.ml
File odoc_ast.ml, line 335, characters 38-3043:
Error: Syntax error

Secondly I tried editing out the accented characters in the debug 
messages.  Compilation succeeded (with /sw/bin in PATH) once I'd done that.

So presumably some Fink tool is mishandling the accented characters.

ttfn/rjk

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build ocaml: File odoc_ast.ml, line 335, characters 38-3043: syntax error

2009-06-10 Thread Alexander Hansen
Richard Kettlewell wrote:
 Brendan Cully wrote:
   
 On Tuesday, 09 June 2009 at 20:33, Richard Kettlewell wrote:
 
 $ fink selfupdate  fink install graphviz
 [...]

 ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I
 ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I
 ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I
 ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
 -warn-error A -c odoc_ast.mli
 ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I
 ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I
 ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I
 ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
 -warn-error A -c odoc_ast.ml
 File odoc_ast.ml, line 335, characters 38-3043:
 Error: Syntax error
 make[2]: *** [odoc_ast.cmo] Error 2
 make[1]: *** [ocamldoc] Error 2
 make: *** [world] Error 2
 ### execution of /var/tmp/tmp.1.Zq9XZL failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-ocaml-3.11.0-1
 (Reading database ... 71415 files and directories currently installed.)
 Removing fink-buildlock-ocaml-3.11.0-1 ...
 Failed: phase compiling: ocaml-3.11.0-1 failed

 Before reporting any errors, please run fink selfupdate and
 try again.  If you continue to have issues, please check to see if the
 FAQ on fink's website solves the problem.  If not, ask on the fink-users
 or fink-beginners mailing lists, with a carbon copy to the maintainer:

 Brendan Cully bren...@finkproject.org

 Note that this is preferable to emailing the maintainer directly, since
 most fink package maintainers do not have access to all possible
 hardware and software configurations.



 Line 335 is:

   print_DEBUG3 Pas le bon filtre pour le
 paramètre optionnel avec valeur par défaut.;

 It has a 38th character but not a 3043rd.

 (I know nothing about ocaml, I'm actually attempting to install
 Graphviz but Fink wants ocaml as a dependency.)
   
  
   
 Thanks. I've had this reported a few times but haven't been able to
 reproduce it myself. I suspect there's some conflict with other
 packages you might have installed (eg gnu versions of standard
 utilities), but haven't identified it.
 

 Firstly that seems plausible given:

 chymax$ pwd
 /sw/src/fink.build/ocaml-3.11.0-1/ocaml-3.11.0/ocamldoc
 chymax$ sudo make odoc_ast.cmo
 ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I 
 ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I 
 ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I 
 ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error 
 A -c odoc_ast.ml
 chymax$ PATH=/sw/sbin:/sw/bin:$PATH
 chymax$ sudo rm odoc_ast.cmo
 chymax$ sudo make odoc_ast.cmo
 ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I 
 ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I 
 ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I 
 ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error 
 A -c odoc_ast.ml
 File odoc_ast.ml, line 335, characters 38-3043:
 Error: Syntax error

 Secondly I tried editing out the accented characters in the debug 
 messages.  Compilation succeeded (with /sw/bin in PATH) once I'd done that.

 So presumably some Fink tool is mishandling the accented characters.

 ttfn/rjk

   
It appears to be 'sed' that is the culprit.  I tried a rebuild and got
the same error.  I then removed Fink's sed and the rebuild worked.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] KDE 4.2.4 in Unstable

2009-06-10 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

So I've released the new KDE packages.  If you upgrade any of the base
packages, your KDE will be broken until you upgrade the rest, so be
prepared for a little building.  :)

My full blog post on the changes is here:

  http://bit.ly/aTQW1

- -- 
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 v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFKL9OaUu+jZtP2Zf4RAljlAJ9U8uHJOkMtQ2Hc2sXVWyjyt/0RagCcDJqr
oXu03auozoX+oT0FM82SQsM=
=N7DW
-END PGP SIGNATURE-

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cant self-update due to g77 problem on leopard 10.5.7

2009-06-10 Thread Alexander Hansen
Robert Black wrote:
 Fink still doesn't selfupdate, because the system can't find g77. when  
 I compile a FORTRAN program with g77, it works fine, so I don't know  
 what the issue is with fink. I also have gfortran and g95. Why can't  
 fink use either of those?

 Any ideas?

 Mac OSX 10.5.7 G5 1.8 MHz PPC, XQuartz 2.3.2.2

 I got lots of output like this below, but when it came to checking for  
 g77, the make hung. I had to issue a control-C to get it to continue.

 Robert A. Black

 Research Meteorologist  4301 Rickenbacker Cswy.
 NOAA/AOML/HRDMiami, FL 33149-1026

 Ph:   (305) 361-4314
 FAX: (305) 361-4528 (NEW)

 E-Mail: robert.a.bl...@noaa.gov
 (Any opinions expressed are mine alone, not NOAA policy)


   
snip
 The following 4 packages will be installed or updated:
   apt apt-shlibs dpkg fink-mirrors
 Setting runtime build-lock...
 dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-dpkg-1.10.21-1228 / 
 sw/src/fink.build
 dpkg-deb: building package `fink-buildlock-dpkg-1.10.21-1228' in `/sw/ 
 src/fink.build/fink-buildlock- 
 dpkg-1.10.21-1228_2009.06.10-08.50.25_darwin-powerpc.deb'.
 Installing build-lock package...
 /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- 
 dpkg-1.10.21-1228_2009.06.10-08.50.25_darwin-powerpc.deb
 Selecting previously deselected package fink-buildlock- 
 dpkg-1.10.21-1228.
 (Reading database ... 20290 files and directories currently installed.)
 Unpacking fink-buildlock-dpkg-1.10.21-1228 (from .../fink-buildlock- 
 dpkg-1.10.21-1228_2009.06.10-08.50.25_darwin-powerpc.deb) ...
 Setting up fink-buildlock-dpkg-1.10.21-1228 (2009.06.10-08.50.25) ...
 gzip -dc /sw/src/dpkg_1.10.21.tar.gz | /sw/bin/tar -xf -  --no-same- 
 owner --no-same-permissions
 gzip -dc /sw/src/gettext-0.14.5.tar.gz | /sw/bin/tar -xf -  --no-same- 
 owner --no-same-permissions
 [ -r /sw/fink/dists/unstable/main/finkinfo/base/dpkg.patch ]
 cd /sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21/..; sed 's| 
 @PREFIX@|/sw|g'  /sw/fink/dists/unstable/main/finkinfo/base/ 
 dpkg.patch | patch -p0
 patching file gettext-0.14.5/gettext-tools/lib/execute.c
 patching file gettext-0.14.5/gettext-tools/lib/pipe.c
 patching file dpkg-1.10.21/include/parsedump.h
 patching file dpkg-1.10.21/Makefile.conf.in
 patching file dpkg-1.10.21/dpkg-deb/Makefile.in
 patching file dpkg-1.10.21/dpkg-deb/build.c
 patching file dpkg-1.10.21/dpkg-deb/dpkg-deb.1
 patching file dpkg-1.10.21/dselect/Makefile.in
 patching file dpkg-1.10.21/dselect/dselect.8
 patching file dpkg-1.10.21/dselect/main.cc
 patching file dpkg-1.10.21/dselect/pkgdepcon.cc
 patching file dpkg-1.10.21/include/dpkg.h.in
 patching file dpkg-1.10.21/lib/nfmalloc.c
 patching file dpkg-1.10.21/lib/tarfn.c
 patching file dpkg-1.10.21/main/Makefile.in
 patching file dpkg-1.10.21/main/archives.c
 patching file dpkg-1.10.21/main/configure.c
 patching file dpkg-1.10.21/main/dpkg-query.8
 patching file dpkg-1.10.21/main/dpkg.8
 patching file dpkg-1.10.21/main/enquiry.c
 patching file dpkg-1.10.21/main/filesdb.c
 patching file dpkg-1.10.21/main/help.c
 patching file dpkg-1.10.21/main/main.c
 patching file dpkg-1.10.21/main/main.h
 patching file dpkg-1.10.21/main/packages.c
 patching file dpkg-1.10.21/man/en/dpkg.cfg.5
 patching file dpkg-1.10.21/man/en/dselect.cfg.5
 patching file dpkg-1.10.21/man/fr/cleanup-info.8
 patching file dpkg-1.10.21/man/fr/dpkg-deb.1
 patching file dpkg-1.10.21/man/fr/dpkg-divert.8
 patching file dpkg-1.10.21/man/fr/dpkg-query.8
 patching file dpkg-1.10.21/man/fr/dpkg-scanpackages.8
 patching file dpkg-1.10.21/man/fr/dpkg-source.1
 patching file dpkg-1.10.21/man/fr/dpkg-split.8
 patching file dpkg-1.10.21/man/fr/dpkg-statoverride.8
 patching file dpkg-1.10.21/man/fr/dpkg.8
 patching file dpkg-1.10.21/man/fr/install-info.8
 patching file dpkg-1.10.21/man/fr/update-alternatives.8
 patching file dpkg-1.10.21/man/ja/cleanup-info.8
 patching file dpkg-1.10.21/man/ja/dpkg-deb.1
 patching file dpkg-1.10.21/man/ja/dpkg-divert.8
 patching file dpkg-1.10.21/man/ja/dpkg-scanpackages.8
 patching file dpkg-1.10.21/man/ja/dpkg-statoverride.8
 patching file dpkg-1.10.21/man/ja/dpkg.8
 patching file dpkg-1.10.21/man/ja/install-info.8
 patching file dpkg-1.10.21/man/ja/update-alternatives.8
 patching file dpkg-1.10.21/man/pt_BR/update-alternatives.8
 patching file dpkg-1.10.21/man/ru/dpkg.8
 patching file dpkg-1.10.21/man/sv/dpkg-deb.1
 patching file dpkg-1.10.21/man/sv/dpkg-query.8
 patching file dpkg-1.10.21/man/sv/dpkg-split.8
 patching file dpkg-1.10.21/man/sv/dpkg.8
 patching file dpkg-1.10.21/man/sv/dpkg.cfg.5
 patching file dpkg-1.10.21/man/sv/dselect.8
 patching file dpkg-1.10.21/man/sv/dselect.cfg.5
 patching file dpkg-1.10.21/origin.fink
 patching file dpkg-1.10.21/scripts/cleanup-info.8
 patching file dpkg-1.10.21/scripts/dpkg-divert.8
 patching file dpkg-1.10.21/scripts/dpkg-name.sh
 patching file dpkg-1.10.21/scripts/dpkg-scanpackages.8
 patching file dpkg-1.10.21/scripts/dpkg-source.1
 patching 

Re: [Fink-users] cant self-update due to g77 problem on leopard 10.5.7

2009-06-10 Thread Alexander Hansen
Alexander Hansen wrote:
 Robert Black wrote:
   
 Fink still doesn't selfupdate, because the system can't find g77. when  
 I compile a FORTRAN program with g77, it works fine, so I don't know  
 what the issue is with fink. I also have gfortran and g95. Why can't  
 fink use either of those?

 Any ideas?

 Mac OSX 10.5.7 G5 1.8 MHz PPC, XQuartz 2.3.2.2

 I got lots of output like this below, but when it came to checking for  
 g77, the make hung. I had to issue a control-C to get it to continue.

 Robert A. Black

 Research Meteorologist  4301 Rickenbacker Cswy.
 NOAA/AOML/HRDMiami, FL 33149-1026

 Ph:   (305) 361-4314
 FAX: (305) 361-4528 (NEW)

 E-Mail: robert.a.bl...@noaa.gov
 (Any opinions expressed are mine alone, not NOAA policy)


   
 
 snip
   
 The following 4 packages will be installed or updated:
   apt apt-shlibs dpkg fink-mirrors
 Setting runtime build-lock...
 dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-dpkg-1.10.21-1228 / 
 sw/src/fink.build
 dpkg-deb: building package `fink-buildlock-dpkg-1.10.21-1228' in `/sw/ 
 src/fink.build/fink-buildlock- 
 dpkg-1.10.21-1228_2009.06.10-08.50.25_darwin-powerpc.deb'.
 Installing build-lock package...
 /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- 
 dpkg-1.10.21-1228_2009.06.10-08.50.25_darwin-powerpc.deb
 Selecting previously deselected package fink-buildlock- 
 dpkg-1.10.21-1228.
 (Reading database ... 20290 files and directories currently installed.)
 Unpacking fink-buildlock-dpkg-1.10.21-1228 (from .../fink-buildlock- 
 dpkg-1.10.21-1228_2009.06.10-08.50.25_darwin-powerpc.deb) ...
 Setting up fink-buildlock-dpkg-1.10.21-1228 (2009.06.10-08.50.25) ...
 gzip -dc /sw/src/dpkg_1.10.21.tar.gz | /sw/bin/tar -xf -  --no-same- 
 owner --no-same-permissions
 gzip -dc /sw/src/gettext-0.14.5.tar.gz | /sw/bin/tar -xf -  --no-same- 
 owner --no-same-permissions
 [ -r /sw/fink/dists/unstable/main/finkinfo/base/dpkg.patch ]
 cd /sw/src/fink.build/dpkg-1.10.21-1228/dpkg-1.10.21/..; sed 's| 
 @PREFIX@|/sw|g'  /sw/fink/dists/unstable/main/finkinfo/base/ 
 dpkg.patch | patch -p0
 patching file gettext-0.14.5/gettext-tools/lib/execute.c
 patching file gettext-0.14.5/gettext-tools/lib/pipe.c
 patching file dpkg-1.10.21/include/parsedump.h
 patching file dpkg-1.10.21/Makefile.conf.in
 patching file dpkg-1.10.21/dpkg-deb/Makefile.in
 patching file dpkg-1.10.21/dpkg-deb/build.c
 patching file dpkg-1.10.21/dpkg-deb/dpkg-deb.1
 patching file dpkg-1.10.21/dselect/Makefile.in
 patching file dpkg-1.10.21/dselect/dselect.8
 patching file dpkg-1.10.21/dselect/main.cc
 patching file dpkg-1.10.21/dselect/pkgdepcon.cc
 patching file dpkg-1.10.21/include/dpkg.h.in
 patching file dpkg-1.10.21/lib/nfmalloc.c
 patching file dpkg-1.10.21/lib/tarfn.c
 patching file dpkg-1.10.21/main/Makefile.in
 patching file dpkg-1.10.21/main/archives.c
 patching file dpkg-1.10.21/main/configure.c
 patching file dpkg-1.10.21/main/dpkg-query.8
 patching file dpkg-1.10.21/main/dpkg.8
 patching file dpkg-1.10.21/main/enquiry.c
 patching file dpkg-1.10.21/main/filesdb.c
 patching file dpkg-1.10.21/main/help.c
 patching file dpkg-1.10.21/main/main.c
 patching file dpkg-1.10.21/main/main.h
 patching file dpkg-1.10.21/main/packages.c
 patching file dpkg-1.10.21/man/en/dpkg.cfg.5
 patching file dpkg-1.10.21/man/en/dselect.cfg.5
 patching file dpkg-1.10.21/man/fr/cleanup-info.8
 patching file dpkg-1.10.21/man/fr/dpkg-deb.1
 patching file dpkg-1.10.21/man/fr/dpkg-divert.8
 patching file dpkg-1.10.21/man/fr/dpkg-query.8
 patching file dpkg-1.10.21/man/fr/dpkg-scanpackages.8
 patching file dpkg-1.10.21/man/fr/dpkg-source.1
 patching file dpkg-1.10.21/man/fr/dpkg-split.8
 patching file dpkg-1.10.21/man/fr/dpkg-statoverride.8
 patching file dpkg-1.10.21/man/fr/dpkg.8
 patching file dpkg-1.10.21/man/fr/install-info.8
 patching file dpkg-1.10.21/man/fr/update-alternatives.8
 patching file dpkg-1.10.21/man/ja/cleanup-info.8
 patching file dpkg-1.10.21/man/ja/dpkg-deb.1
 patching file dpkg-1.10.21/man/ja/dpkg-divert.8
 patching file dpkg-1.10.21/man/ja/dpkg-scanpackages.8
 patching file dpkg-1.10.21/man/ja/dpkg-statoverride.8
 patching file dpkg-1.10.21/man/ja/dpkg.8
 patching file dpkg-1.10.21/man/ja/install-info.8
 patching file dpkg-1.10.21/man/ja/update-alternatives.8
 patching file dpkg-1.10.21/man/pt_BR/update-alternatives.8
 patching file dpkg-1.10.21/man/ru/dpkg.8
 patching file dpkg-1.10.21/man/sv/dpkg-deb.1
 patching file dpkg-1.10.21/man/sv/dpkg-query.8
 patching file dpkg-1.10.21/man/sv/dpkg-split.8
 patching file dpkg-1.10.21/man/sv/dpkg.8
 patching file dpkg-1.10.21/man/sv/dpkg.cfg.5
 patching file dpkg-1.10.21/man/sv/dselect.8
 patching file dpkg-1.10.21/man/sv/dselect.cfg.5
 patching file dpkg-1.10.21/origin.fink
 patching file dpkg-1.10.21/scripts/cleanup-info.8
 patching file dpkg-1.10.21/scripts/dpkg-divert.8
 patching file dpkg-1.10.21/scripts/dpkg-name.sh
 patching file dpkg-1.10.21/scripts/dpkg-scanpackages.8
 patching file 

Re: [Fink-users] build ocaml: File odoc_ast.ml, line 335, characters 38-3043: syntax error

2009-06-10 Thread Brendan Cully
On Wednesday, 10 June 2009 at 09:07, Alexander Hansen wrote:
 Richard Kettlewell wrote:
  Brendan Cully wrote:

  On Tuesday, 09 June 2009 at 20:33, Richard Kettlewell wrote:
  
  $ fink selfupdate  fink install graphviz
  [...]
 
  ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I
  ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I
  ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I
  ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
  -warn-error A -c odoc_ast.mli
  ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I
  ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I
  ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I
  ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
  -warn-error A -c odoc_ast.ml
  File odoc_ast.ml, line 335, characters 38-3043:
  Error: Syntax error
  make[2]: *** [odoc_ast.cmo] Error 2
  make[1]: *** [ocamldoc] Error 2
  make: *** [world] Error 2
  ### execution of /var/tmp/tmp.1.Zq9XZL failed, exit code 2
  Removing runtime build-lock...
  Removing build-lock package...
  /sw/bin/dpkg-lockwait -r fink-buildlock-ocaml-3.11.0-1
  (Reading database ... 71415 files and directories currently installed.)
  Removing fink-buildlock-ocaml-3.11.0-1 ...
  Failed: phase compiling: ocaml-3.11.0-1 failed
...
  Secondly I tried editing out the accented characters in the debug 
  messages.  Compilation succeeded (with /sw/bin in PATH) once I'd done that.
 
  So presumably some Fink tool is mishandling the accented characters.
 
  ttfn/rjk

 It appears to be 'sed' that is the culprit.  I tried a rebuild and got
 the same error.  I then removed Fink's sed and the rebuild worked.

Thanks for tracking this down. It should be fixed now.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Build failure in kdelibs4-mac-4.2.4 (10.5.7/Intel-32bit)

2009-06-10 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

OS 10.5.7
Intel (standard 32 bit build)
Xcode 3.1.2
Xquartz 2.3.3.2
Case-sensitive HFS filesystem

I'm not sure any of the above data are relevant, but at around 97%
into the build phase, I got the following:

...
cd
/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/build/nepomuk/core
 /usr/bin/g++-4.2   -DMAKE_NEPOMUK_LIB -DQT_NO_STL
- -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS
- -fno-common -Woverloaded-virtual -fvisibility=hidden
- -fvisibility-inlines-hidden -O2 -g -fPIC
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/build/nepomuk/core
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/nepomuk/core
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/build
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/interfaces
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/nepomuk
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/utils
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/KDE
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kio
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kio/bookmarks
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kio/kio
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kio/kfile
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/actions
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/colors
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/config
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/dialogs
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/findreplace
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/fonts
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/icons
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/itemviews
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/jobs
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/kernel
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/paged
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/plotting
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/shortcuts
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/sonnet
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/util
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/widgets
-
-I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/windowmanagement
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdeui/xmlgui
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kjs
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/build/kjs
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/build/kdecore
-
-I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/compression
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/config
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/date
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/io
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/jobs
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/kernel
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/network
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/services
-
-I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/localization
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/sycoca
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/text
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/util
- -I/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/kdecore/sonnet
- -I/sw/lib/qt4-mac/include/KDE -I/sw/lib/qt4-mac/include
- -I/sw/lib/qt4-mac/include/phonon
- -I/sw/lib/qt4-mac/include/QtXmlPatterns
- -I/sw/lib/qt4-mac/include/QtWebKit -I/sw/lib/qt4-mac/include/QtHelp
- -I/sw/lib/qt4-mac/include/QtAssistant -I/sw/lib/qt4-mac/include/QtDBus
- -I/sw/lib/qt4-mac/include/QtTest -I/sw/lib/qt4-mac/include/QtUiTools
- -I/sw/lib/qt4-mac/include/QtScript -I/sw/lib/qt4-mac/include/QtSvg
- -I/sw/lib/qt4-mac/include/QtXml -I/sw/lib/qt4-mac/include/QtSql
- -I/sw/lib/qt4-mac/include/QtOpenGL -I/sw/lib/qt4-mac/include/QtNetwork
- -I/sw/lib/qt4-mac/include/QtDesigner
- -I/sw/lib/qt4-mac/include/Qt3Support -I/sw/lib/qt4-mac/include/QtGui
- -I/sw/lib/qt4-mac/include/QtCore -I/sw/lib/qt4-mac/include/Qt
- -I/sw/lib/qt4-mac/mkspecs/default -I/sw/opt/soprano/mac/include  
- -F/sw/lib/qt4-mac/lib -L/sw/lib/qt4-mac/lib -D__APPLE_KDE__
- -D_LARGEFILE64_SOURCE -o CMakeFiles/nepomuk.dir/resourcedata.o -c
/sw/src/fink.build/kdelibs4-mac-4.2.4-1/kdelibs-4.2.4/nepomuk/core/resourcedata.cpp
In file included from