Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: mldonkey & mldonkey-server dont create the required directory in /var/run/
https://bugzilla.redhat.com/show_bug.cgi?id=718524
Summary: mldonkey & mldonkey-server dont create the required
directory in /var/run/
Product: Fedora
Version: 15
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: low
Priority: unspecified
Component: mldonkey
AssignedTo: lemenkov(a)gmail.com
ReportedBy: mischa(a)mmt.me.uk
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, lemenkov(a)gmail.com,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
When i install and run mldonkey and mldonkey-server on my (up to date) fedora
15 box, I have found that the rpm installation process seems to create the
necessary directory in /var/run (i.e. /var/run/mldonkey/), but upon reboot this
directory is not created in the tmpfs.
I saw this directory is necessary for it is in the init script in /etc/init.d/
you can see that the script will attempt to create mldonkey's .pid file in
/var/run/mldonkey/
As explained in the following post:
http://mail.savs.hcc.edu.tw/~chuavv/articles/ClamAV-en.html
I had to create a file /etc/tmpfiles.d/mldonkey.conf
which contained the following line:
d /var/run/mldonkey 0775 root mldonkey -
Version-Release number of selected component (if applicable):
3.0.3-1.fc15
How reproducible:
Very easily, see below.
Steps to Reproduce:
1. Install mldonkey and mldonkey-sever
2. add them via chkconfig to be on in init levels 345
3. reboot machine
4. see that the mldonkey daemon fails to start.
5. that there is no directory named /var/run/mldonkey
Actual results:
upon reboot mldonkey server fails to start
no directory named /var/run/mldonkey exists for the .pid file
Expected results:
upon reboot mldonkey server should start
directory named /var/run/mldonkey should contain the mlnet.pid file
Additional info:
The other way around fixing this could be to change the script in /etc/init.d/
to point to /var/lib/mldonkey so that the .pid file could live in there, but
that seems wrong to me.
Cheers!
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ocaml-camlp5 pretty printer bug
https://bugzilla.redhat.com/show_bug.cgi?id=691913
Summary: ocaml-camlp5 pretty printer bug
Product: Fedora
Version: 15
Platform: All
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ocaml-camlp5
AssignedTo: rjones(a)redhat.com
ReportedBy: loganjerry(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
I'm trying to build the latest version of coq. The build is failing on F-15.
Coq upstream claims it is a known bug in the camlp5 pretty printer. The
upstream discussion is here (may require registration):
http://www.lix.polytechnique.fr/coq/bugs/show_bug.cgi?id=2468
That bug says the patch to fix the problem is as follows (may be whitespace
mangled due to cutting and pasting between browser tabs):
Index: etc/pr_o.ml
===================================================================
RCS file: /home/ROCQ/aosteroc/deraugla/repository/camlp5/etc/pr_o.ml,v
retrieving revision 6.48
retrieving revision 6.49
diff -r6.48 -r6.49
2c2
< (* $Id: pr_o.ml,v 6.48 2010-11-21 17:17:45 deraugla Exp $ *)
---
> (* $Id: pr_o.ml,v 6.49 2010-12-06 10:31:00 deraugla Exp $ *)
2083c2083
< | None -> patt pc p ]
---
> | None -> pprintf pc "~%p" patt p ]
Version-Release number of selected component (if applicable):
ocaml-camlp5-6.02.1-2.fc15.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Attempt to compile coq (vanilla upstream tarball shows the problem)
2.
3.
Actual results:
File "toplevel/mltop.optml", line 112, characters 63-64:
Error: The function applied to this argument has type
?warn:bool -> System.physical_path * string
This argument cannot be applied without label
make[1]: *** [toplevel/mltop.cmx] Error 2
Expected results:
Successful compilation.
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: New version needed: error while parsing ocamldep output
https://bugzilla.redhat.com/show_bug.cgi?id=710568
Summary: New version needed: error while parsing ocamldep
output
Product: Fedora
Version: 15
Platform: All
OS/Version: Linux
Status: NEW
Severity: urgent
Priority: unspecified
Component: ocamldsort
AssignedTo: rjones(a)redhat.com
ReportedBy: loganjerry(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
The output format of ocamldep changed in ocaml 3.12.0. Version 0.14.4 of
ocamldsort is not able to parse the new format. An upgrade to version 0.15.0
is needed right away for Fedora 15 and Rawhide, as ocamldsort is not functional
on either at the moment.
Version-Release number of selected component (if applicable):
ocamldsort-0.14.4-8.fc15.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Run ocamldsort on any ocaml package
2.
3.
Actual results:
Error: error while parsing ocamldep output
Expected results:
A sorted list of dependencies
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: New upstream version 7.0.4
https://bugzilla.redhat.com/show_bug.cgi?id=741483
Summary: New upstream version 7.0.4
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ocaml-sexplib
AssignedTo: rjones(a)redhat.com
ReportedBy: michael(a)elehack.net
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, michael(a)elehack.net,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
sexplib 7.0.4 is now available from its new master home at the OCamlCore Forge.
Project URL: http://forge.ocamlcore.org/projects/sexplib
Tarball: http://forge.ocamlcore.org/frs/download.php/699/sexplib-7.0.4.tar.gz
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ocaml-3.12.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=718956
Summary: ocaml-3.12.1 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: ocaml
AssignedTo: rjones(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Latest upstream release: 3.12.1
Current version in Fedora Rawhide: 3.12.0
URL: http://caml.inria.fr/download.en.html
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: 3.12.0 compatibility patch removes functionality
https://bugzilla.redhat.com/show_bug.cgi?id=741482
Summary: 3.12.0 compatibility patch removes functionality
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ocaml-type-conv
AssignedTo: rjones(a)redhat.com
ReportedBy: michael(a)elehack.net
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, michael(a)elehack.net,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Description of problem:
ocaml-type-conv 3.0.4-1 includes a patch which removes a case from the syntax
extension for compatibility with an omission in OCaml 3.12.0 which has been
corrected in OCaml 3.12.1. This patch should be removed once OCaml is upgraded
(#718956).
Version-Release number of selected component (if applicable):
ocaml-type-conv 3.0.4-1.fc17
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: New version: 3.0.0
https://bugzilla.redhat.com/show_bug.cgi?id=725167
Summary: New version: 3.0.0
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ocaml-type-conv
AssignedTo: rjones(a)redhat.com
ReportedBy: michael(a)elehack.net
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Description of problem:
type-conv version 3.0.0 is now available:
http://hg.ocaml.info/release/type-conv/rev/68b11176fd0d
2.3.0 has been available from Jane Street for a few months now as well;
unfortunately it is API-incompatible with the ocaml.info version.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.