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: 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: GTK+ and libsvg-cairo support missing from 1.2.0
https://bugzilla.redhat.com/show_bug.cgi?id=555849
Summary: GTK+ and libsvg-cairo support missing from 1.2.0
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: ocaml-cairo
AssignedTo: rjones(a)redhat.com
ReportedBy: orion(a)cora.nwra.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Classification: Fedora
Description of problem:
[mockbuild@xenmock1 fedora]$ cat test_gtk.ml
module G = Gtk
module C = Cairo_lablgtk
[mockbuild@xenmock1 fedora]$ ocamlfind c -package cairo.lablgtk2 -linkpkg
test_gtk.ml -o test_gtk
File "test_gtk.ml", line 2, characters 13-26:
Error: Unbound module Cairo_lablgtk
Works fine on F12. It appears that ocaml-cairo no longer has:
%{_libdir}/ocaml/cairo/cairo_lablgtk.cmi
Appears to have gone away with the move to 1.2.0. Another reason I try to
avoid using wildcards in the %files sections of spec files.
1.2.0 build log shows:
checking for OCaml module LABLGTKDIR... +lablgtk2
checking for LIBSVG_CAIRO... no
GTK+ support: no
libsvg-cairo support: no
configure: creating ./config.status
Version-Release number of selected component (if applicable):
ocaml-cairo-1.2.0-0.2.gita5c5ee9f.fc13.x86_64
--
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-cairo: cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution
https://bugzilla.redhat.com/show_bug.cgi?id=541542
Summary: ocaml-cairo:
cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set
_fallback_resolution
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: ocaml-cairo
AssignedTo: rjones(a)redhat.com
ReportedBy: rjones(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, orion(a)cora.nwra.com,
fedora-ocaml-list(a)redhat.com
Depends on: 541427
Classification: Fedora
Target Release: ---
Clone Of: 541427
+++ This bug was initially created as a clone of Bug #541427 +++
Description of problem:
yum -y install ocaml-cairo-devel - does not install ocaml-lablgtk-devel, and:
# cat test_cairo.ml
module C = Cairo
# ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo
ocamlfind: Package `lablgtk2' not found - Required by `cairo.lablgtk2'
Version-Release number of selected component (if applicable):
1.0.0-1.fc13
Other error after ocaml-lablgtk-devel is:
# ocamlfind c -package cairo -linkpkg test_cairo.ml -o test_cairo
File "test_cairo.ml", line 1, characters 0-1:
Error: Error on dynamically loaded library:
/usr/lib/ocaml/stublibs/dllmlcairo.so: /usr/lib/ocaml/stublibs/dllmlcairo.so:
undefined symbol:
cairo_ps_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution
can file separate bug if desired.
--
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: Fix OCaml packaging guidelines for new dependency generator
https://bugzilla.redhat.com/show_bug.cgi?id=548097
Summary: Fix OCaml packaging guidelines for new dependency
generator
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: ocaml
AssignedTo: gemi(a)bluewin.ch
ReportedBy: rjones(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: rdieter(a)math.unl.edu, gemi(a)bluewin.ch,
rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Depends on: 545116
Classification: Fedora
Target Release: ---
Clone Of: 545116
+++ This bug was initially created as a clone of Bug #545116 +++
https://www.redhat.com/archives/fedora-devel-list/2009-December/msg00230.ht…
On Mon, Dec 07, 2009 at 03:32:59PM +0200, Panu Matilainen wrote:
> - The new version has integrated support for extracting OCaml
> dependencies, this clashes with the existing ocaml-dependency
> extraction mechanism in Fedora. Notably rpm-build conflicts with current
> ocaml-runtime, and the ocaml build-macros need updating to let the
> integrated pieces do their work.
--- Additional comment from rjones(a)redhat.com on 2009-12-07 11:29:06 EDT ---
Sorry, should have been assigned to me.
--- Additional comment from rjones(a)redhat.com on 2009-12-16 10:51:04 EDT ---
This should now be fixed:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1875253
--
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: Fix dependency generator usage in all OCaml packages
https://bugzilla.redhat.com/show_bug.cgi?id=548098
Summary: Fix dependency generator usage in all OCaml packages
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: ocaml
AssignedTo: gemi(a)bluewin.ch
ReportedBy: rjones(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: rdieter(a)math.unl.edu, gemi(a)bluewin.ch,
rjones(a)redhat.com, fedora-ocaml-list(a)redhat.com
Depends on: 545116
Classification: Fedora
Target Release: ---
Clone Of: 545116
+++ This bug was initially created as a clone of Bug #545116 +++
https://www.redhat.com/archives/fedora-devel-list/2009-December/msg00230.ht…
On Mon, Dec 07, 2009 at 03:32:59PM +0200, Panu Matilainen wrote:
> - The new version has integrated support for extracting OCaml
> dependencies, this clashes with the existing ocaml-dependency
> extraction mechanism in Fedora. Notably rpm-build conflicts with current
> ocaml-runtime, and the ocaml build-macros need updating to let the
> integrated pieces do their work.
--- Additional comment from rjones(a)redhat.com on 2009-12-07 11:29:06 EDT ---
Sorry, should have been assigned to me.
--- Additional comment from rjones(a)redhat.com on 2009-12-16 10:51:04 EDT ---
This should now be fixed:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1875253
--
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: RFE: show ksm stats in virt-top
https://bugzilla.redhat.com/show_bug.cgi?id=605836
Summary: RFE: show ksm stats in virt-top
Product: Fedora
Version: 13
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: virt-top
AssignedTo: rjones(a)redhat.com
ReportedBy: roland(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, fedora-virt-maint(a)redhat.com,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Target Release: ---
Description of problem:
It would be nice for the virt-top display to show some the statistics about ksm
(from /sys/kernel/mm/ksm/* files) in some pretty way. i.e., memory shared,
memory saved by sharing (sharing-shared), etc.
Version-Release number of selected component (if applicable):
virt-top-1.0.4-3.fc13.x86_64
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
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: Update to 3.0.4
https://bugzilla.redhat.com/show_bug.cgi?id=636803
Summary: Update to 3.0.4
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: mldonkey
AssignedTo: lemenkov(a)gmail.com
ReportedBy: lemenkov(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: rjones(a)redhat.com, lemenkov(a)gmail.com,
fedora-ocaml-list(a)redhat.com
Classification: Fedora
Subj. 3.0.4 is a bugfix release, fully compatible with previous ones.
--
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.