Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-21 Thread Christopher Meng
On 2/19/15, Richard W.M. Jones rjo...@redhat.com wrote:

 The package rebuild is now complete.

I've rebuilt mldonkey with 2 patches written by myself, one is against
ocaml 4.02 and the other one is again gcc5. Its code still stick at
decade ago.

By the way there are many new syntax restrictions introduced in the new ocaml.
-- 

Yours sincerely,
Christopher Meng

http://cicku.me
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-18 Thread Richard W.M. Jones

The following packages have build failures, and I'm going to fix them
now, except where noted below:

- xen

Xen maintainer asked me not to rebuild this.

- llvm

LLVM seems to have generic FTBFS problems unrelated to OCaml.

- plplot
- ocaml-zarith
- ocaml-tplib
- ocaml-xmlrpc-light
- frama-c
- why

Looking at these.

- ocaml-ocamlnet

This builds fine, but because there was a major version jump, I
disabled a few ./configure features to get it to build quickly.  I'm
going to revisit this and try to re-enable features.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-18 Thread Richard W.M. Jones
On Wed, Feb 18, 2015 at 11:05:43AM +, Richard W.M. Jones wrote:
 - plplot

I believe this one is a general FTBFS problem, rather than anything to
do with OCaml.

http://koji.fedoraproject.org/koji/buildinfo?buildID=612220

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-18 Thread Richard W.M. Jones

The package rebuild is now complete.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-18 Thread Richard W.M. Jones
On Wed, Feb 18, 2015 at 11:05:43AM +, Richard W.M. Jones wrote:
 - llvm
 
 LLVM seems to have generic FTBFS problems unrelated to OCaml.

FWIW the LLVM failure is:

http://koji.fedoraproject.org/koji/buildinfo?buildID=612484

In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/absvti2.c:15:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_lib.h:57:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_types.h:21:
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_endianness.h:86:10:
 fatal error: 'endian.h' file not found
#include endian.h
 ^
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/absvdi2.c:15:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_lib.h:57:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_types.h:21:
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_endianness.h:86:10:
 fatal error: 'endian.h' file not found
#include endian.h
 ^
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/absvsi2.c:15:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_lib.h:57:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_types.h:21:
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_endianness.h:86:10:
 fatal error: 'endian.h' file not found
#include endian.h
 ^
1 error generated.
1 error generated.
Makefile:267: recipe for target 
'/builddir/build/BUILD/llvm-3.5.0.src/tools/clang/runtime/compiler-rt/clang_linux/builtins-i386/i386/SubDir.lib__builtins/absvdi2.o'
 failed
make[5]: *** 
[/builddir/build/BUILD/llvm-3.5.0.src/tools/clang/runtime/compiler-rt/clang_linux/builtins-i386/i386/SubDir.lib__builtins/absvdi2.o]
 Error 1

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-18 Thread Orion Poplawski

On 02/18/2015 04:26 AM, Richard W.M. Jones wrote:

On Wed, Feb 18, 2015 at 11:05:43AM +, Richard W.M. Jones wrote:

- plplot


I believe this one is a general FTBFS problem, rather than anything to
do with OCaml.

http://koji.fedoraproject.org/koji/buildinfo?buildID=612220

Rich.



Yes it is.  Probably more C++ ABI issues.

--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-18 Thread Orion Poplawski

On 02/18/2015 05:32 AM, Richard W.M. Jones wrote:

On Wed, Feb 18, 2015 at 11:05:43AM +, Richard W.M. Jones wrote:

- llvm

LLVM seems to have generic FTBFS problems unrelated to OCaml.


FWIW the LLVM failure is:

http://koji.fedoraproject.org/koji/buildinfo?buildID=612484

In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/absvti2.c:15:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_lib.h:57:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_types.h:21:
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_endianness.h:86:10:
 fatal error: 'endian.h' file not found
#include endian.h
  ^
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/absvdi2.c:15:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_lib.h:57:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_types.h:21:
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_endianness.h:86:10:
 fatal error: 'endian.h' file not found
#include endian.h
  ^
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/absvsi2.c:15:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_lib.h:57:
In file included from 
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_types.h:21:
/builddir/build/BUILD/llvm-3.5.0.src/projects/compiler-rt/lib/builtins/int_endianness.h:86:10:
 fatal error: 'endian.h' file not found
#include endian.h
  ^
1 error generated.
1 error generated.
Makefile:267: recipe for target 
'/builddir/build/BUILD/llvm-3.5.0.src/tools/clang/runtime/compiler-rt/clang_linux/builtins-i386/i386/SubDir.lib__builtins/absvdi2.o'
 failed
make[5]: *** 
[/builddir/build/BUILD/llvm-3.5.0.src/tools/clang/runtime/compiler-rt/clang_linux/builtins-i386/i386/SubDir.lib__builtins/absvdi2.o]
 Error 1

Rich.



More gcc 5 issues, being worked on.

--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-17 Thread Richard W.M. Jones

Update: It's nearly half way through the rebuilds now.  Expected to be
all finished by this time tomorrow.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-17 Thread Peter Robinson
On Tue, Feb 17, 2015 at 10:23 AM, Richard W.M. Jones rjo...@redhat.com wrote:

 Update: It's nearly half way through the rebuilds now.  Expected to be
 all finished by this time tomorrow.

What's the state of rawhide expected to be in the interim? Is
today/tomorrow's compose going to be hosed?

Peter
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ANNOUNCE: OCaml compiler will be updated in Fedora Rawhide

2015-02-17 Thread Richard W.M. Jones
On Tue, Feb 17, 2015 at 11:26:06AM +, Peter Robinson wrote:
 On Tue, Feb 17, 2015 at 10:23 AM, Richard W.M. Jones rjo...@redhat.com 
 wrote:
 
  Update: It's nearly half way through the rebuilds now.  Expected to be
  all finished by this time tomorrow.
 
 What's the state of rawhide expected to be in the interim? Is
 today/tomorrow's compose going to be hosed?

Hosed in what sense?  About 30 OCaml libraries won't be installable
because of dependency problems, with the number decreasing over the
next 24 hours.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct