From opensource at till.name Mon Jul 7 23:11:08 2008 From: opensource at till.name (Till Maas) Date: Tue, 8 Jul 2008 01:11:08 +0200 Subject: missing camlp4 for my package wyrd Message-ID: <200807080111.17923.opensource@till.name> Hiyas, today I was notified that my package wyrd does not build anymore for Fedora Rawhide, because the package camlp4 cannot be found anymore. When I search for it at koji, I cannot find any evidence, that it ever existed. Was it removed because of camlp5? I tried to compile wyrd with camlp5, but it fails: http://koji.fedoraproject.org/koji/getfile?taskID=701349&name=build.log cd curses && ocamlc.opt -ccopt " -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCURSES_HEADER=\ -DCURSES_TERM_H=\ -DHAVE_WIDE_CURSES=1 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall -fPIC -DPIC" -c ml_curses.c ocamlopt.opt -c -pp camlp4o -I ./curses install.ml sh: camlp4o: command not found camlp4o is hardcoded in Makefile.in, I wrote a patch that changes it into camlp5o and now it compiles. Is there a way to make it always use the latest camlp version available? Is it intended, that there is no generic camlp Provides that a package could require to get always the newest camlp? Btw. is someone interested in co-maintaining wyrd? I would be nice if someone could adjust the BuildRequires whenever they change because of changed ocaml packages, like I did it now with camlp. Regards, Till -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 827 bytes Desc: This is a digitally signed message part. URL: From rjones at redhat.com Tue Jul 8 11:55:52 2008 From: rjones at redhat.com (Richard W.M. Jones) Date: Tue, 8 Jul 2008 12:55:52 +0100 Subject: missing camlp4 for my package wyrd In-Reply-To: <200807080111.17923.opensource@till.name> References: <200807080111.17923.opensource@till.name> Message-ID: <20080708115552.GA16000@amd.home.annexia.org> On Tue, Jul 08, 2008 at 01:11:08AM +0200, Till Maas wrote: > today I was notified that my package wyrd does not build anymore for Fedora > Rawhide, because the package camlp4 cannot be found anymore. When I search > for it at koji, I cannot find any evidence, that it ever existed. Was it > removed because of camlp5? I tried to compile wyrd with camlp5, but it fails: > http://koji.fedoraproject.org/koji/getfile?taskID=701349&name=build.log No, it was just renamed. Use: BuildRequires: ocaml-camlp4-devel > Btw. is someone interested in co-maintaining wyrd? I would be nice > if someone could adjust the BuildRequires whenever they change > because of changed ocaml packages, like I did it now with camlp. If you make sure that the cvs-extras group has commit access then we'll be able to fix these bugs without being co-maintainers. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my OCaml programming blog: http://camltastic.blogspot.com/ Fedora now supports 59 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora From opensource at till.name Tue Jul 8 13:09:43 2008 From: opensource at till.name (Till Maas) Date: Tue, 8 Jul 2008 15:09:43 +0200 Subject: missing camlp4 for my package wyrd In-Reply-To: <20080708115552.GA16000@amd.home.annexia.org> References: <200807080111.17923.opensource@till.name> <20080708115552.GA16000@amd.home.annexia.org> Message-ID: <200807081509.51109.opensource@till.name> On Tuesday 08 July 2008 13:55:52 Richard W.M. Jones wrote: > On Tue, Jul 08, 2008 at 01:11:08AM +0200, Till Maas wrote: > No, it was just renamed. Use: > > BuildRequires: ocaml-camlp4-devel Thanks, I thought I tried this one, too. It was already a BR in wyrd, but there was also a BR on camlp4, which was probably needed for F7, according to the comments in my spec. I guess the Provides of camlp4 was removed recently. Now with only the ocaml-camlp4-devel BR it builds again. > > Btw. is someone interested in co-maintaining wyrd? I would be nice > > if someone could adjust the BuildRequires whenever they change > > because of changed ocaml packages, like I did it now with camlp. > > If you make sure that the cvs-extras group has commit access then > we'll be able to fix these bugs without being co-maintainers. Cvs-extras has already commit access. Regards, Till -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 827 bytes Desc: This is a digitally signed message part. URL: