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: ocaml-sqlite-devel doesn't work properly without sqlite-devel, but it's not a dependency
https://bugzilla.redhat.com/show_bug.cgi?id=603230
Summary: ocaml-sqlite-devel doesn't work properly without
sqlite-devel, but it's not a dependency
Product: Fedora
Version: 13
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: ocaml-sqlite
AssignedTo: rjones(a)redhat.com
ReportedBy: bugzilla(a)mugon.org
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Description of problem:
Programs that use ocaml-sqlite-devel cannot be compiled to native code with
ocamlfind unless sqlite-devel is installed. However, ocaml-sqlite-devel does
not list sqlite-devel as a dependency. It probably should.
Version-Release number of selected component (if applicable): 1.5.6-3.fc13
Steps to Reproduce:
1. Ensure neither ocaml-sqlite-devel nor sqlite-devel is installed.
2. Install ocaml-sqlite-devel.
3. Create an empty file called "empty.ml".
4. Execute "ocamlfind ocamlopt -package sqlite3 -linkpkg empty.ml".
Actual results:
/usr/bin/ld: cannot find -lsqlite3
collect2: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:
Error: Error during linking
Expected results:
Successful creation of a.out
--
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: VT-x/AMD-V Not found in Kernel 3.0
https://bugzilla.redhat.com/show_bug.cgi?id=714361
Summary: VT-x/AMD-V Not found in Kernel 3.0
Product: Fedora
Version: rawhide
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: virt-ctrl
AssignedTo: extras-orphan(a)fedoraproject.org
ReportedBy: spoffley(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: extras-orphan(a)fedoraproject.org,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
I have Four virtual machines set up in VirtualBox, 3 are 64 Bit windows and one
is a 32 Bit Linux Distribution. Using version 4.08 of VirtualBox, on Kernel ,
3.0-0.rc3.git0.3.fc16.x86_64 the VT-X/AMD-V Acceleration is not found, using
the same version of VirtualBox on Fedora 14, Kernel 2.6.35.13-92.fc14.x86_64 it
works correctly. This means that under Fedora 14 I can run both my 32 bit
Virtual machine and my 64 Bit Virtual machines, however in Rawhide I can only
run my 32 Bit machine.
This was Ok until the update to Kernel 3.0. My processor is an Intel Core 2
Solo, SU3500
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Run VirtualBox, Machine settings no longer show the VT-x/AMD-V setting
2.
3.
Actual results:
64 Bit Virtual machines no longer run under Kernel 3.0
Expected results:
64 Bit Virtual machines should run, as they did under kernel 2.6
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: FTBFS ocaml-camlimages-3.0.2-2.fc13
https://bugzilla.redhat.com/show_bug.cgi?id=564798
Summary: FTBFS ocaml-camlimages-3.0.2-2.fc13
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: ocaml-camlimages
AssignedTo: rjones(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Blocks: 538681
Classification: Fedora
ocaml-camlimages-3.0.2-2.fc13.src.rpm Failed To Build From Source against the
rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
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: Please Update Spec File to use %ghost on files in /var/run and /var/lock
https://bugzilla.redhat.com/show_bug.cgi?id=656624
Summary: Please Update Spec File to use %ghost on files in
/var/run and /var/lock
Product: Fedora
Version: rawhide
Platform: All
URL: http://lists.fedoraproject.org/pipermail/devel-announc
e/2010-November/000726.html
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: mldonkey
AssignedTo: lemenkov(a)gmail.com
ReportedBy: lpoetter(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, lemenkov(a)gmail.com,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Target Release: ---
Your package mldonkey appears to include a file in /var/run or /var/lock. With
an upcoming change in Rawhide these directories will now be mounted as tmpfs.
For details about this change please consult
http://lists.fedoraproject.org/pipermail/devel-announce/2010-November/00072…
For your package this means that you need add %ghost to all files that are
placed in either of these two directories. Please make sure to make this change
in time for the F15 cycle. For details about %ghost see
http://www.rpm.org/max-rpm-snapshot/s1-rpm-inside-files-list-directives.htm…
, for more information on the F15 feature see the feature page
https://fedoraproject.org/wiki/Features/var-run-tmpfs . If your package already
uses %ghost on these files, feel free to close this bug report right-away.
Sorry for this mass bug filing, and if you have any further questions, don't
hesitate to ask on fedora-devel or ask me personally. Thank you, Lennart
--
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-mikmatch-devel does not work because the "tophide" dependency is missing
https://bugzilla.redhat.com/show_bug.cgi?id=603249
Summary: ocaml-mikmatch-devel does not work because the
"tophide" dependency is missing
Product: Fedora
Version: 13
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: ocaml-mikmatch
AssignedTo: rjones(a)redhat.com
ReportedBy: bugzilla(a)mugon.org
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Description of problem:
Compilation of code that uses mikmatch fails because the tophide library
(http://martin.jambon.free.fr/ocaml.html#tophide) is missing. Tophide does not
currently seem to be packaged for Fedora, so the Fedora mikmatch package is
unusable unless this dependency is installed from source code.
Version-Release number of selected component (if applicable):
1.0.2-2.fc13
Steps to Reproduce:
1. yum install ocaml-mikmatch-devel
2. touch empty.ml
3. ocamlfind ocamlopt -package mikmatch_pcre -linkpkg empty.ml
Actual results:
ocamlfind: Package `tophide' not found - Required by `mikmatch_pcre'
Expected results:
a.out created successfully
--
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: Missing dependency ocaml-curl-devel -> libcurl-devel
https://bugzilla.redhat.com/show_bug.cgi?id=711261
Summary: Missing dependency ocaml-curl-devel -> libcurl-devel
Product: Fedora
Version: 15
Platform: i686
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: ocaml-curl
AssignedTo: rjones(a)redhat.com
ReportedBy: michael(a)elehack.net
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, lxtnow(a)gmail.com,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Story Points: ---
Description of problem:
ocaml-curl-devel should depend on libcurl-devel, but it does not.
Version-Release number of selected component (if applicable):
ocaml-curl-devel-0.5.3-2.fc15.i686
How reproducible:
Always.
Steps to Reproduce:
With ocaml-curl-devel installed but not libcurl-devel:
1. touch foo.ml
2. ocamlfind ocamlc -o foo -package curl -linkpkg foo.ml
Actual results:
/usr/bin/ld: cannot find -lcurl
collect2: ld returned 1 exit status
File "foo.ml", line 1, characters 0-1:
Error: Error while building custom runtime system
Expected results:
Generate a runnable program 'foo'.
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: FTBFS mldonkey-3.0.3-1.fc15
https://bugzilla.redhat.com/show_bug.cgi?id=716002
Summary: FTBFS mldonkey-3.0.3-1.fc15
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: mldonkey
AssignedTo: lemenkov(a)gmail.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, lemenkov(a)gmail.com,
fedora-ocaml-list(a)redhat.com
Blocks: 713919
Classification: Fedora
Story Points: ---
mldonkey-3.0.3-1.fc15.src.rpm Failed To Build From Source against the rawhide
tree. See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
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: FTBFS ocaml-lablgtk-2.14.2-4.fc15
https://bugzilla.redhat.com/show_bug.cgi?id=715756
Summary: FTBFS ocaml-lablgtk-2.14.2-4.fc15
Product: Fedora
Version: rawhide
Platform: All
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mo
ck-results/
OS/Version: Linux
Status: NEW
Keywords: Triaged
Severity: high
Priority: high
Component: ocaml-lablgtk
AssignedTo: rjones(a)redhat.com
ReportedBy: ftbfs(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: dwheeler(a)dwheeler.com, rjones(a)redhat.com,
amdunn(a)gmail.com, fedora-ocaml-list(a)redhat.com
Blocks: 713919
Classification: Fedora
Story Points: ---
ocaml-lablgtk-2.14.2-4.fc15.src.rpm Failed To Build From Source against the
rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the
component in this bug or close this bug. Instead, add the appropriate bug
number from the other package to the "Depends on" line in this bug. If the
other package does not yet have a bug created that you think matches, please
create one. Doing so helps us properly track bugs and their dependencies, just
as we track package dependencies. (If you close this bug, and the other
package is not fixed before the next FTBFS run, a new bug will get created.
Please follow the above advice to avoid such duplication.)
--
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.