<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.redhat.fedora.ocaml">
    <title>gmane.linux.redhat.fedora.ocaml</title>
    <link>http://blog.gmane.org/gmane.linux.redhat.fedora.ocaml</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1977"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1972"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1969"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1966"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1957"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1943"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1939"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1938"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1927"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1906"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1905"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1901"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1898"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1895"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1893"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1891"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1890"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1977">
    <title>Ocaml and pthread_atfork()</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1977</link>
    <description>&lt;pre&gt;Hi All,
Firstly I apologize if this is noise.  I elected to not file a
bugzilla as the problem seems to be powerpc specific and with the limited
resources for Fedora developers it would seem unfair.

I was recently trying to build a "current" libguestfs from the f16
branch[1].  During the build I hit:

(extracted from rpmbuild)

[tony&amp;lt; at &amp;gt;sneetch ~]$ bash -x  tmp/ocaml-test.sh 
+ cd rpmbuild/BUILD/libguestfs-1.16.9/ocaml/
+ LD_LIBRARY_PATH=../src/.libs
+ ocamlfind ocamlc -g -warn-error CDEFLMPSUVYZX -I . -package unix,threads -thread -linkpkg mlguestfs.cma t/guestfs_070_threads.cmo -o t/guestfs_070_threads.bc
File "_none_", line 1, characters 0-1:
Error: Error on dynamically loaded library: /usr/lib64/ocaml/stublibs/dllthreads.so: /usr/lib64/ocaml/stublibs/dllthreads.so: undefined symbol: pthread_atfork

I did a quick bit of googling and found:
http://ryanarn.blogspot.com.au/2011/07/curious-case-of-pthreadatfork-on.html

which seems to explain what's going on to my naive eye anyway.

I've tried a few different &lt;/pre&gt;</description>
    <dc:creator>Tony Breeds</dc:creator>
    <dc:date>2012-04-17T03:02:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1972">
    <title>[Bug 812582] New: ocaml-lablgtk needs to be rebuilt</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1972</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: ocaml-lablgtk needs to be rebuilt

https://bugzilla.redhat.com/show_bug.cgi?id=812582

           Summary: ocaml-lablgtk needs to be rebuilt
           Product: Fedora
           Version: 16
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: ocaml-lablgtk
        AssignedTo: rjones&amp;lt; at &amp;gt;redhat.com
        ReportedBy: emertens&amp;lt; at &amp;gt;gmail.com
         QAContact: extras-qa&amp;lt; at &amp;gt;fedoraproject.org
                CC: dwheeler&amp;lt; at &amp;gt;dwheeler.com, rjones&amp;lt; at &amp;gt;redhat.com,
                    amdunn&amp;lt; at &amp;gt;gmail.com, fedora-ocaml-list&amp;lt; at &amp;gt;redhat.com
    Classification: Fedora
      Story Points: ---
              Type: Bug
        Regression: ---
        Mount Type: ---
     Documentation: ---


Description of problem:
This library needs to be rebuilt. Without rebuilding it linking ocaml programs
against this library cause &lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-15T05:35:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1969">
    <title>[pkgdb] ocaml-camlimages ownership changed</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1969</link>
    <description>&lt;pre&gt;Package ocaml-camlimages in Fedora devel is now owned by bruno

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/ocaml-camlimages
_______________________________________________
ocaml-devel mailing list
ocaml-devel&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/ocaml-devel&lt;/pre&gt;</description>
    <dc:creator>Fedora PackageDB</dc:creator>
    <dc:date>2012-03-12T15:10:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1966">
    <title>Review request for bringing back ocaml-calimages</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1966</link>
    <description>&lt;pre&gt;I want to bring back ocaml-calimages since it is a build dependency
of free tennis. I used the current ocaml template mixed a bit with the
previous spec file to create the proposed new spec file.

While I'd really like an official review, even a quick looksee from someone
that works with ocaml regularly (which I don't), for obvious issues
would be appreciated.

Thanks.

The review bug is at:
https://bugzilla.redhat.com/show_bug.cgi?id=785727
_______________________________________________
ocaml-devel mailing list
ocaml-devel&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/ocaml-devel&lt;/pre&gt;</description>
    <dc:creator>Bruno Wolff III</dc:creator>
    <dc:date>2012-02-23T17:27:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1957">
    <title>[Bug 789784] New: Provide native systemd service</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1957</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Provide native systemd service

https://bugzilla.redhat.com/show_bug.cgi?id=789784

           Summary: Provide native systemd service
           Product: Fedora
           Version: rawhide
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: mldonkey
        AssignedTo: lemenkov&amp;lt; at &amp;gt;gmail.com
        ReportedBy: johannbg&amp;lt; at &amp;gt;gmail.com
         QAContact: extras-qa&amp;lt; at &amp;gt;fedoraproject.org
                CC: rjones&amp;lt; at &amp;gt;redhat.com, lemenkov&amp;lt; at &amp;gt;gmail.com,
                    fedora-ocaml-list&amp;lt; at &amp;gt;redhat.com
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Description of problem:

Let's get the ball rolling on this one...

http://fedoraproject.org/wiki/Features/SysVtoSystemd
https://fedoraproject.&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-02-12T23:28:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1943">
    <title>[Bug 785680] New: Incomplete packaging</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1943</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Incomplete packaging

https://bugzilla.redhat.com/show_bug.cgi?id=785680

           Summary: Incomplete packaging
           Product: Fedora
           Version: 16
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: high
          Priority: unspecified
         Component: ocaml-deriving
        AssignedTo: rjones&amp;lt; at &amp;gt;redhat.com
        ReportedBy: 5764c029b688c1c0d24a2e97cd764f&amp;lt; at &amp;gt;gmail.com
         QAContact: extras-qa&amp;lt; at &amp;gt;fedoraproject.org
                CC: rjones&amp;lt; at &amp;gt;redhat.com, fedora-ocaml-list&amp;lt; at &amp;gt;redhat.com
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Created attachment 558296
  --&amp;gt; https://bugzilla.redhat.com/attachment.cgi?id=558296
two files ... "Makefile" and "Main.ml"

Description of problem:

  I cannot link libraries provided by "ocaml-deri&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-01-30T10:23:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1939">
    <title>Looking for comaintainers for js-of-ocaml</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1939</link>
    <description>&lt;pre&gt;Dear all,

I'm looking for comaintainers for js-of-ocaml:
https://admin.fedoraproject.org/pkgdb/acls/name/js-of-ocaml

js-of-ocaml is an OCaml bytecode to Javascript compiler and enables one 
to write Ajax apps in OCaml:
http://ocsigen.org/js_of_ocaml/manual/overview

_______________________________________________
ocaml-devel mailing list
ocaml-devel&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/ocaml-devel&lt;/pre&gt;</description>
    <dc:creator>Scott Tsai</dc:creator>
    <dc:date>2011-12-22T20:59:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1938">
    <title>OCaml Packaging wiki page</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1938</link>
    <description>&lt;pre&gt;I'm reviewing a submission of an ocaml program.  The spec file has
this at the top:

%global _use_internal_dependency_generator 0
%global __find_requires /usr/lib/rpm/ocaml-find-requires.sh
%global __find_provides /usr/lib/rpm/ocaml-find-provides.sh

as required by https://fedoraproject.org/wiki/Packaging:OCaml#Requires_and_provides.
 But it seems that those lines are not only unnecessary, but
detrimental.  Taking them off generates the same Requires/Provides
(due to /usr/lib/rpm/fileattrs/ocaml.attr), plus additional ones.  In
the case of the package I'm reviewing, it's innocuous.  But I have an
ocaml package that I maintain where the extra Requires/Provides
generated by omitting those lines appear to be significant.

Is the wiki correct?  Are those lines still needed for some reason?
Or is the wiki out of date?
&lt;/pre&gt;</description>
    <dc:creator>Jerry James</dc:creator>
    <dc:date>2011-12-22T15:41:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1930">
    <title>[Bug 761325] New: update ocaml-lwt to 2.3.2</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1930</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: update ocaml-lwt to 2.3.2

https://bugzilla.redhat.com/show_bug.cgi?id=761325

           Summary: update ocaml-lwt to 2.3.2
           Product: Fedora
           Version: rawhide
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: ocaml-lwt
        AssignedTo: rjones&amp;lt; at &amp;gt;redhat.com
        ReportedBy: scottt.tw&amp;lt; at &amp;gt;gmail.com
         QAContact: extras-qa&amp;lt; at &amp;gt;fedoraproject.org
                CC: rjones&amp;lt; at &amp;gt;redhat.com, fedora-ocaml-list&amp;lt; at &amp;gt;redhat.com
    Classification: Fedora
      Story Points: ---
              Type: ---


js_of_ocaml (http://ocsigen.org/js_of_ocaml) now requires ocaml-lwt &amp;gt;= 2.3.0 to
build but Fedora only packages ocaml-lwt-2.2.0

&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-12-08T03:39:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1927">
    <title>[Bug 755720] New: /etc/rc.d/init.d/mldonkey BY DEFAULT FOR A PIDFILE CALLS /var/run/mldonkey/  THAT DOES NOT EXIST...</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1927</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: /etc/rc.d/init.d/mldonkey BY DEFAULT FOR A PID FILE CALLS /var/run/mldonkey/  THAT DOES NOT EXIST...

https://bugzilla.redhat.com/show_bug.cgi?id=755720

           Summary: /etc/rc.d/init.d/mldonkey BY DEFAULT FOR A PID FILE
                    CALLS /var/run/mldonkey/  THAT DOES NOT EXIST...
           Product: Fedora
           Version: 16
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: mldonkey
        AssignedTo: lemenkov&amp;lt; at &amp;gt;gmail.com
        ReportedBy: pawel.eljasz&amp;lt; at &amp;gt;jatymy.org
         QAContact: extras-qa&amp;lt; at &amp;gt;fedoraproject.org
                CC: rjones&amp;lt; at &amp;gt;redhat.com, lemenkov&amp;lt; at &amp;gt;gmail.com,
                    fedora-ocaml-list&amp;lt; at &amp;gt;redhat.com
    Classification: Fedora
      Story Points: ---
              Type: ---


Description of problem:

unless pid-dir manually create&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-11-21T21:05:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1906">
    <title>[Bug 741483] New: New upstream version 7.0.4</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1906</link>
    <description>&lt;pre&gt;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-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: michael-I7y7/2XxMoLR7s880joybQ&amp;lt; at &amp;gt;public.gmane.org
         QAContact: extras-qa-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org
                CC: rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org, michael-I7y7/2XxMoLR7s880joybQ&amp;lt; at &amp;gt;public.gmane.org,
                    fedora-ocaml-list-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
    Classification: Fedora
      Story Points: ---
              Type: ---


sexplib 7.0.4 is now available from its ne&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-09-27T01:19:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1905">
    <title>[Bug 741482] New: 3.12.0 compatibility patch removes functionality</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1905</link>
    <description>&lt;pre&gt;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-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: michael-I7y7/2XxMoLR7s880joybQ&amp;lt; at &amp;gt;public.gmane.org
         QAContact: extras-qa-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org
                CC: rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org, michael-I7y7/2XxMoLR7s880joybQ&amp;lt; at &amp;gt;public.gmane.org,
                    fedora-ocaml-list-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
    Classification: Fedora
      Story Points: ---
              Type: --&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-09-27T01:15:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1901">
    <title>[Bug 732868] New: glibc too low for mldonkey</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1901</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: glibc too low for mldonkey

https://bugzilla.redhat.com/show_bug.cgi?id=732868

           Summary: glibc too low for mldonkey
           Product: Fedora
           Version: 15
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: mldonkey
        AssignedTo: lemenkov-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: cyc19921205-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
         QAContact: extras-qa-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org
                CC: rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org, lemenkov-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org,
                    fedora-ocaml-list-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
    Classification: Fedora
      Story Points: ---
              Type: ---


Description of problem:
what I have done:
  sudo yum insta&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-08-24T02:01:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1898">
    <title>[Bug 729977] New: [abrt] mldonkey-3.0.3-1.fc14: mark_slice: Process/usr/bin/mlnet was killed by signal 11 (SIGSEGV)</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1898</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: [abrt] mldonkey-3.0.3-1.fc14: mark_slice: Process /usr/bin/mlnet was killed by signal 11 (SIGSEGV)

https://bugzilla.redhat.com/show_bug.cgi?id=729977

           Summary: [abrt] mldonkey-3.0.3-1.fc14: mark_slice: Process
                    /usr/bin/mlnet was killed by signal 11 (SIGSEGV)
           Product: Fedora
           Version: 14
          Platform: i686
        OS/Version: Unspecified
            Status: NEW
 Status Whiteboard: abrt_hash:e2ece02ed7c81eb437b1498518f7a88f623efc91
          Severity: unspecified
          Priority: unspecified
         Component: mldonkey
        AssignedTo: lemenkov-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: lonicerae-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
         QAContact: extras-qa-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org
                CC: rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org, lemenkov-Re5JQEeQqe8Avxt&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-08-11T12:55:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1895">
    <title>[Bug 729130] New: Please update Tuareg to version 2.0.4</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1895</link>
    <description>&lt;pre&gt;Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Please update Tuareg to version 2.0.4

https://bugzilla.redhat.com/show_bug.cgi?id=729130

           Summary: Please update Tuareg to version 2.0.4
           Product: Fedora
           Version: 15
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: low
          Priority: unspecified
         Component: emacs-common-tuareg
        AssignedTo: rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
        ReportedBy: bugzilla.redhat.com-tVgzeSXHqdsr73x8oonFJg9yQbAG1k9O&amp;lt; at &amp;gt;public.gmane.org
         QAContact: extras-qa-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org
                CC: rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org, fedora-ocaml-list-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org
    Classification: Fedora
      Story Points: ---
              Type: ---


Description of problem:
The latest version of tuareg-mode is 2.04
(https://forge.ocamlco&lt;/pre&gt;</description>
    <dc:creator>bugzilla-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-08-08T19:35:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1894">
    <title>[ocaml-lablgtk/f16] - Add patch (sent upstream) to fix gtkThreadasync callbacks throwing Queue.Empty. (cherry picked</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1894</link>
    <description>&lt;pre&gt;commit f6d790f834412c43ececde675f3f584aeb418e4d
Author: Richard W.M. Jones &amp;lt;rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Wed Jul 27 18:53:23 2011 +0100

    - Add patch (sent upstream) to fix gtkThread async callbacks throwing
      Queue.Empty.
    (cherry picked from commit 120a908fae5943af36090e568ee349dfceab8be9)

 ...gtk-2.14.2-avoid-queue-empty-in-gtkThread.patch |   40 ++++++++++++++++++++
 ocaml-lablgtk.spec                                 |   11 +++++-
 2 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch b/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch
new file mode 100644
index 0000000..80b2735
--- /dev/null
+++ b/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,40 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+diff -ur lablgtk-2.14.2.old/src/gtkThread.ml lablgtk-2.14.2/src/gtkThread.ml
+--- lablgtk-2.14.2.old/src/gtkThread.ml2010-06-25 10:23:44.000000000 +0100
++++ lablgtk-2.14.2/src/gtkThread.ml2011-07-27 19:16:32.263724495 +0100
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -28,8 +&lt;/pre&gt;</description>
    <dc:creator>Richard W.M. Jones</dc:creator>
    <dc:date>2011-07-29T14:33:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1893">
    <title>Broken dependencies: ocaml-mikmatch</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1893</link>
    <description>&lt;pre&gt;

ocaml-mikmatch has broken dependencies in the F-16 tree:
On x86_64:
ocaml-mikmatch-1.0.3-4.fc16.x86_64 requires ocaml(Pcre) = 0:deb83e3bbc68881256f106c52268697e
On i386:
ocaml-mikmatch-1.0.3-4.fc16.i686 requires ocaml(Pcre) = 0:deb83e3bbc68881256f106c52268697e
Please resolve this as soon as possible.
&lt;/pre&gt;</description>
    <dc:creator>buildsys-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-07-30T15:50:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1892">
    <title>Broken dependencies: coq</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1892</link>
    <description>&lt;pre&gt;

coq has broken dependencies in the F-16 tree:
On x86_64:
coq-xemacs-8.3pl2-2.fc16.noarch requires xemacs-proofgeneral
On i386:
coq-xemacs-8.3pl2-2.fc16.noarch requires xemacs-proofgeneral
On x86_64:
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Pprintf) = 0:d3dad80eee688f5bb2625fe8b407f032
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Ploc) = 0:cd274e73bdce9a1bfc71cc5c19c0bf9c
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Extfun) = 0:7207a786d0841a302eae10db98979311
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Pcaml) = 0:aab1078eb605ddd32382cd3b26e1e9cb
coq-8.3pl2-2.fc16.x86_64 requires ocaml(MLast) = 0:053d904bced85ba25bf6ab0adb2c4eac
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Plexing) = 0:af03d74fdd25c7f5adef6fedca18c3f1
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Eprinter) = 0:2c27930d3421a6c09548d4376540083e
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Quotation) = 0:bd6dab5ba3c9188ed82919075ac942e2
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Token) = 0:1148e70ee439dfccb0930823a9dfa2ed
coq-8.3pl2-2.fc16.x86_64 requires ocaml(Std&lt;/pre&gt;</description>
    <dc:creator>buildsys-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-07-30T15:49:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1891">
    <title>[ocaml-lablgtk/f15] - Add patch (sent upstream) to fix gtkThreadasync callbacks throwing Queue.Empty. (cherry picked</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1891</link>
    <description>&lt;pre&gt;commit 0defd12e1530ac9b18e282faae5964d69bde237c
Author: Richard W.M. Jones &amp;lt;rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Wed Jul 27 18:53:23 2011 +0100

    - Add patch (sent upstream) to fix gtkThread async callbacks throwing
      Queue.Empty.
    (cherry picked from commit 120a908fae5943af36090e568ee349dfceab8be9)

 ...gtk-2.14.2-avoid-queue-empty-in-gtkThread.patch |   40 ++++++++++++++++++++
 ocaml-lablgtk.spec                                 |   11 +++++-
 2 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch b/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch
new file mode 100644
index 0000000..80b2735
--- /dev/null
+++ b/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,40 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+diff -ur lablgtk-2.14.2.old/src/gtkThread.ml lablgtk-2.14.2/src/gtkThread.ml
+--- lablgtk-2.14.2.old/src/gtkThread.ml2010-06-25 10:23:44.000000000 +0100
++++ lablgtk-2.14.2/src/gtkThread.ml2011-07-27 19:16:32.263724495 +0100
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -28,8 +&lt;/pre&gt;</description>
    <dc:creator>Richard W.M. Jones</dc:creator>
    <dc:date>2011-08-01T20:57:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1890">
    <title>Broken dependencies: ocaml</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1890</link>
    <description>&lt;pre&gt;

ocaml has broken dependencies in the F-16 tree:
On x86_64:
ocaml-runtime-3.12.0-5.fc16.x86_64 requires libgdbm_compat.so.3()(64bit)
ocaml-runtime-3.12.0-5.fc16.x86_64 requires libgdbm.so.3()(64bit)
On i386:
ocaml-runtime-3.12.0-5.fc16.i686 requires libgdbm_compat.so.3
ocaml-runtime-3.12.0-5.fc16.i686 requires libgdbm.so.3
On x86_64:
ocaml-3.12.0-5.fc16.x86_64 requires libgdbm_compat.so.3()(64bit)
ocaml-3.12.0-5.fc16.x86_64 requires gdbm-devel
ocaml-3.12.0-5.fc16.x86_64 requires libgdbm.so.3()(64bit)
On i386:
ocaml-3.12.0-5.fc16.i686 requires gdbm-devel
ocaml-3.12.0-5.fc16.i686 requires libgdbm_compat.so.3
ocaml-3.12.0-5.fc16.i686 requires libgdbm.so.3
On x86_64:
ocaml-docs-3.12.0-5.fc16.x86_64 requires /sbin/install-info
ocaml-docs-3.12.0-5.fc16.x86_64 requires /sbin/install-info
On i386:
ocaml-docs-3.12.0-5.fc16.i686 requires /sbin/install-info
ocaml-docs-3.12.0-5.fc16.i686 requires /sbin/install-info
Please resolve this as soon as possible.
&lt;/pre&gt;</description>
    <dc:creator>buildsys-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-07-30T15:49:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1889">
    <title>[ocaml-lablgtk] - Add patch (sent upstream) to fix gtkThread asynccallbacks throwing Queue.Empty.</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.ocaml/1889</link>
    <description>&lt;pre&gt;commit 120a908fae5943af36090e568ee349dfceab8be9
Author: Richard W.M. Jones &amp;lt;rjones-H+wXaHxf7aLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Wed Jul 27 18:53:23 2011 +0100

    - Add patch (sent upstream) to fix gtkThread async callbacks throwing
      Queue.Empty.

 ...gtk-2.14.2-avoid-queue-empty-in-gtkThread.patch |   40 ++++++++++++++++++++
 ocaml-lablgtk.spec                                 |   11 +++++-
 2 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch b/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch
new file mode 100644
index 0000000..80b2735
--- /dev/null
+++ b/lablgtk-2.14.2-avoid-queue-empty-in-gtkThread.patch
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,40 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+diff -ur lablgtk-2.14.2.old/src/gtkThread.ml lablgtk-2.14.2/src/gtkThread.ml
+--- lablgtk-2.14.2.old/src/gtkThread.ml2010-06-25 10:23:44.000000000 +0100
++++ lablgtk-2.14.2/src/gtkThread.ml2011-07-27 19:16:32.263724495 +0100
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -28,8 +28,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+ 
+ let jobs : (unit -&amp;gt; unit) Queue.t = Queue.create ()
+ let m&lt;/pre&gt;</description>
    <dc:creator>Richard W.M. Jones</dc:creator>
    <dc:date>2011-07-27T18:21:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.ocaml">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.ocaml</link>
  </textinput>
</rdf:RDF>

