From ocaml.junky at gmail.com Sun Sep 14 04:16:23 2008 From: ocaml.junky at gmail.com (Lynx Law) Date: Sun, 14 Sep 2008 07:16:23 +0300 Subject: dllgraphics Message-ID: <75876b600809132116vd8bbfacw394e2bc5a256a969@mail.gmail.com> Hello, I have recently installed Fedora 9 and I've installed the OCAML Packages successfully. But I am facing a problem with the Graphics module,it seems that dllgraphics.so is missing. I do not know if this is a common problem but it is certainly strange. *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory.* So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing unfortunately. Does anyone know a solution to this problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From rjones at redhat.com Tue Sep 16 12:10:51 2008 From: rjones at redhat.com (Richard W.M. Jones) Date: Tue, 16 Sep 2008 13:10:51 +0100 Subject: dllgraphics In-Reply-To: <75876b600809132116vd8bbfacw394e2bc5a256a969@mail.gmail.com> References: <75876b600809132116vd8bbfacw394e2bc5a256a969@mail.gmail.com> Message-ID: <20080916121051.GA8955@amd.home.annexia.org> On Sun, Sep 14, 2008 at 07:16:23AM +0300, Lynx Law wrote: > I have recently installed Fedora 9 and I've installed the OCAML Packages > successfully. > But I am facing a problem with the Graphics module,it seems that > dllgraphics.so is missing. > I do not know if this is a common problem but it is certainly strange. > *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such > file or directory.* > > So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing > unfortunately. I don't have F9, but I tested this on F8 and Rawhide and it works for me. Do you have a sequence of commands to reproduce the bug? Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v From ocaml.junky at gmail.com Sat Sep 20 18:35:20 2008 From: ocaml.junky at gmail.com (Lynx Law) Date: Sat, 20 Sep 2008 21:35:20 +0300 Subject: dllgraphics In-Reply-To: <20080916121051.GA8955@amd.home.annexia.org> References: <75876b600809132116vd8bbfacw394e2bc5a256a969@mail.gmail.com> <20080916121051.GA8955@amd.home.annexia.org> Message-ID: <75876b600809201135t417a6bb9ne02241e076ea6706@mail.gmail.com> When I compile let's say a basic program that uses the Graphic modules. It gives me the error that the object is missing * ocamlc graphics.cma test.ml -o test Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory* I'm using OCaml 3.10.1,under fedora 9. Under another GNU/Linux Distribution I do not face any problems similar to this one. On Tue, Sep 16, 2008 at 3:10 PM, Richard W.M. Jones wrote: > On Sun, Sep 14, 2008 at 07:16:23AM +0300, Lynx Law wrote: > > I have recently installed Fedora 9 and I've installed the OCAML Packages > > successfully. > > But I am facing a problem with the Graphics module,it seems that > > dllgraphics.so is missing. > > I do not know if this is a common problem but it is certainly strange. > > *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such > > file or directory.* > > > > So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing > > unfortunately. > > I don't have F9, but I tested this on F8 and Rawhide and it works for > me. Do you have a sequence of commands to reproduce the bug? > > Rich. > > -- > Richard Jones, Emerging Technologies, Red Hat > http://et.redhat.com/~rjones > virt-p2v converts physical > machines to virtual machines. Boot with a > live CD or over the network (PXE) and turn machines into Xen guests. > http://et.redhat.com/~rjones/virt-p2v > > _______________________________________________ > Fedora-ocaml-list mailing list > Fedora-ocaml-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-ocaml-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rjones at redhat.com Wed Sep 24 22:14:15 2008 From: rjones at redhat.com (Richard W.M. Jones) Date: Wed, 24 Sep 2008 23:14:15 +0100 Subject: dllgraphics In-Reply-To: <75876b600809201135t417a6bb9ne02241e076ea6706@mail.gmail.com> References: <75876b600809132116vd8bbfacw394e2bc5a256a969@mail.gmail.com> <20080916121051.GA8955@amd.home.annexia.org> <75876b600809201135t417a6bb9ne02241e076ea6706@mail.gmail.com> Message-ID: <20080924221415.GA17719@amd.home.annexia.org> On Sat, Sep 20, 2008 at 09:35:20PM +0300, Lynx Law wrote: > When I compile let's say a basic program that uses the Graphic modules. > It gives me the error that the object is missing > * > ocamlc graphics.cma test.ml -o test > Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: cannot > open shared object file: No such file or directory* > I'm using OCaml 3.10.1,under fedora 9. > Under another GNU/Linux Distribution I do not face any problems similar to > this one. I'm afraid I don't have F9 available, but this is definitely working on Rawhide: $ cat test.ml Graphics.open_graph "" $ ocamlc graphics.cma test.ml -o test $ ./test If you have F-9 then you can easily upgrade to the rawhide version of the ocaml packages by enabling the development repo in /etc/yum.repos.d/fedora-development.repo, followed by a 'yum update'. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v From ocaml.junky at gmail.com Thu Sep 25 08:57:26 2008 From: ocaml.junky at gmail.com (Lynx Law) Date: Thu, 25 Sep 2008 11:57:26 +0300 Subject: dllgraphics In-Reply-To: <20080924221415.GA17719@amd.home.annexia.org> References: <75876b600809132116vd8bbfacw394e2bc5a256a969@mail.gmail.com> <20080916121051.GA8955@amd.home.annexia.org> <75876b600809201135t417a6bb9ne02241e076ea6706@mail.gmail.com> <20080924221415.GA17719@amd.home.annexia.org> Message-ID: <75876b600809250157j20eac429x3e79f1a41183e7df@mail.gmail.com> Thank you,I appreciate your help :-) I will upgrade soon and give you a response as soon as I can . On Thu, Sep 25, 2008 at 1:14 AM, Richard W.M. Jones wrote: > On Sat, Sep 20, 2008 at 09:35:20PM +0300, Lynx Law wrote: > > When I compile let's say a basic program that uses the Graphic modules. > > It gives me the error that the object is missing > > * > > ocamlc graphics.cma test.ml -o test > > Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: > cannot > > open shared object file: No such file or directory* > > I'm using OCaml 3.10.1,under fedora 9. > > Under another GNU/Linux Distribution I do not face any problems similar > to > > this one. > > I'm afraid I don't have F9 available, but this is definitely working > on Rawhide: > > $ cat test.ml > Graphics.open_graph "" > $ ocamlc graphics.cma test.ml -o test > $ ./test > > If you have F-9 then you can easily upgrade to the rawhide version of > the ocaml packages by enabling the development repo in > /etc/yum.repos.d/fedora-development.repo, followed by a 'yum update'. > > Rich. > > -- > Richard Jones, Emerging Technologies, Red Hat > http://et.redhat.com/~rjones > virt-p2v converts physical > machines to virtual machines. Boot with a > live CD or over the network (PXE) and turn machines into Xen guests. > http://et.redhat.com/~rjones/virt-p2v > > _______________________________________________ > Fedora-ocaml-list mailing list > Fedora-ocaml-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-ocaml-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rjones at redhat.com Tue Sep 30 16:24:36 2008 From: rjones at redhat.com (Richard W.M. Jones) Date: Tue, 30 Sep 2008 17:24:36 +0100 Subject: Package: ocaml-bisect-1.0-0.1.alpha.fc9 Tag: dist-f9 Status: failed Built by: ausil In-Reply-To: <20080926134948.91AE315800B@mail.ausil.us> References: <20080926134948.91AE315800B@mail.ausil.us> Message-ID: <20080930162436.GF16315@amd.home.annexia.org> On Fri, Sep 26, 2008 at 08:49:48AM -0500, SPARC Koji Build System wrote: > Package: ocaml-bisect-1.0-0.1.alpha.fc9 > Tag: dist-f9 > Status: failed > Built by: ausil > ID: 14484 > Started: Thu, 25 Sep 2008 23:14:06 CDT > Finished: Thu, 25 Sep 2008 23:22:08 CDT > Changelog: > * Sun Aug 24 2008 Richard W.M. Jones - 1.0-0.1.alpha > - Initial RPM release. [...] > Task 86874 on korolev.ausil.us > Task Type: buildArch (ocaml-bisect-1.0-0.1.alpha.fc9.src.rpm, sparcv9) > logs: > http://sparc.koji.fedoraproject.org/koji/getfile?taskID=86874&name=build.log > http://sparc.koji.fedoraproject.org/koji/getfile?taskID=86874&name=root.log > http://sparc.koji.fedoraproject.org/koji/getfile?taskID=86874&name=state.log [...] > Task Info: http://sparc.koji.fedoraproject.org/koji/taskinfo?taskID=85895 > Build Info: http://sparc.koji.fedoraproject.org/koji/buildinfo?buildID=14484 You're going to have lots of problems building the OCaml toolchain unless you build it in the correct order and wait between builds for the repository to be recreated. (ie. basically one huge, complicated chain-build). Are you actually doing this, or is this a case of a real missing dependency? Note that the specfile for this package contains 'BuildRequires: ocaml-findlib-devel'. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my OCaml programming blog: http://camltastic.blogspot.com/ Fedora now supports 68 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora From rjones at redhat.com Tue Sep 30 16:55:41 2008 From: rjones at redhat.com (Richard W.M. Jones) Date: Tue, 30 Sep 2008 17:55:41 +0100 Subject: Package: ocaml-bisect-1.0-0.1.alpha.fc9 Tag: dist-f9 Status: failed Built by: ausil In-Reply-To: <200809301144.39701.ausil@fedoraproject.org> References: <20080926134948.91AE315800B@mail.ausil.us> <20080930162436.GF16315@amd.home.annexia.org> <200809301144.39701.ausil@fedoraproject.org> Message-ID: <20080930165541.GA12330@amd.home.annexia.org> On Tue, Sep 30, 2008 at 11:44:38AM -0500, Dennis Gilmore wrote: > we did a dumb queue of builds for sparc. ocaml needs porting to sparc64. Is there a sparc64 machine with an account on it I can look at? David Woodhouse did the ppc64 port of the OCaml native compiler. In theory our packages should work even on architectures which don't have a native compiler (it'll build just the bytecode versions of everything), which is how Debian support all their architectures. http://fedoraproject.org/wiki/Packaging/OCaml#Bytecode-only_architectures Whether this works in reality or not is not known, since there are no primary architectures which don't have a native OCaml compiler ... Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v