Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-06-02 Thread Dave Johansen
On Wed, May 6, 2015 at 9:10 AM, Dave Johansen wrote: > On Mon, May 4, 2015 at 4:09 AM, Kalev Lember > wrote: > >> iwyu: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651015 >> > > A clang/llvm 3.6 compatible version of include-what-you-use (iwyu) hasn't > been released yet. Once t

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-20 Thread Vitezslav Crhonek
On 05/04/2015 01:09 PM, Kalev Lember wrote: ... tog-pegasus: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651587 > ... Fixed. Best regards, Vitezslav Crhonek -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Cond

Re: Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-20 Thread José Matos
On Monday 18 May 2015 23:22:58 Rex Dieter wrote: > http://www.lyx.org/trac/changeset/51cc8aa9f6b784f806b1d9cc97fe0749ffac29af/lyxgit > > thanks for the hint, I pulled in the fix today and it worked (among several > other small fixes). > > -- Rex Upstream suggested either to pick this changeset

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-18 Thread Rex Dieter
Jonathan Wakely wrote: > On 18/05/15 13:42 +0100, Jonathan Wakely wrote: >>On 18/05/15 13:39 +0100, Jonathan Wakely wrote: >>>On 04/05/15 13:09 +0200, Kalev Lember wrote: lyx: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651160 >>> >>>It looks like LyX forward-declares std

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-18 Thread Kalev Lember
On 05/18/2015 02:42 PM, Jonathan Wakely wrote: On 18/05/15 13:39 +0100, Jonathan Wakely wrote: On 04/05/15 13:09 +0200, Kalev Lember wrote: lyx: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651160 It looks like LyX forward-declares std::basic_string, which is (1) undefined behaviour an

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-18 Thread Jonathan Wakely
On 18/05/15 13:42 +0100, Jonathan Wakely wrote: On 18/05/15 13:39 +0100, Jonathan Wakely wrote: On 04/05/15 13:09 +0200, Kalev Lember wrote: lyx: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651160 It looks like LyX forward-declares std::basic_string, which is (1) undefined b

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-18 Thread Jonathan Wakely
On 18/05/15 13:39 +0100, Jonathan Wakely wrote: On 04/05/15 13:09 +0200, Kalev Lember wrote: lyx: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651160 It looks like LyX forward-declares std::basic_string, which is (1) undefined behaviour and (2) not going to work now that std::

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-18 Thread Jonathan Wakely
On 04/05/15 13:09 +0200, Kalev Lember wrote: lyx: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651160 It looks like LyX forward-declares std::basic_string, which is (1) undefined behaviour and (2) not going to work now that std::string is really defined as std::__cxx11::basic_s

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-12 Thread Nils Philippsen
On Mon, 2015-05-04 at 13:09 +0200, Kalev Lember wrote: > extremetuxracer: http://koji.fedoraproject.org/koji/taskinfo?taskID=9650861 > jack-audio-connection-kit: > http://koji.fedoraproject.org/koji/taskinfo?taskID=9651019 Fixed. Nils -- Nils Philippsen "Those who would give up Essential L

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-09 Thread Kalev Lember
On 05/07/2015 09:42 AM, Richard W.M. Jones wrote: > [This requires a degree in OCaml, but anyway ...] > > Here is the script I use to rebuild the OCaml packages, in order, to > any depth of dependencies, automatically: > > http://git.annexia.org/?p=goals.git;a=blob;f=fedora_ocaml_rebuild.ml >

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-07 Thread Richard W.M. Jones
On Mon, May 04, 2015 at 01:09:23PM +0200, Kalev Lember wrote: > So I went on and spent 30 minutes writing a script to rebuild C++ > packages on rawhide that hadn't gotten rebuilt yet, and ran the script > over the weekend. The script was not very smart and it basically just > brute forced its way t

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-06 Thread Dave Johansen
On Mon, May 4, 2015 at 4:09 AM, Kalev Lember wrote: > iwyu: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651015 > A clang/llvm 3.6 compatible version of include-what-you-use (iwyu) hasn't been released yet. Once that's available, I will update iwyu and rebuild. -- devel mailing

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-06 Thread DAVID Clément
> scilab:http://koji.fedoraproject.org/koji/taskinfo?taskID=9651483 Updated and fixed at http://koji.fedoraproject.org/koji/taskinfo?taskID=9664653 -- davidcl -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-05 Thread David Howells
Anything that depends on cross-gcc for C++ might also be affected. I recently moved cross-gcc to gcc-5 (there was lag behind the gcc rpm due to breakage in the arches the base gcc package doesn't build). David -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/ma

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-04 Thread Jerry James
On Mon, May 4, 2015 at 5:09 AM, Kalev Lember wrote: > libpuma: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651125 This package isn't ready for GCC 5.x in general. I've made a few half-hearted attempts to fix the problem, but haven't found the right solution yet. I need to ask upst

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-04 Thread Zbigniew Jędrzejewski-Szmek
On Mon, May 04, 2015 at 01:09:23PM +0200, Kalev Lember wrote: > openav-luppp: http://koji.fedoraproject.org/koji/taskinfo?taskID=9651313 Fixed. Zbyszek -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedora

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-04 Thread Ankur Sinha
On Mon, 2015-05-04 at 13:09 +0200, Kalev Lember wrote: > blobby: > http://koji.fedoraproject.org/koji/taskinfo?taskID=9650723 Informed upstream. Hopefully will get a fix soon. -- Thanks, Regards, Ankur Sinha "FranciscoD" http://fedoraproject.org/wiki/User:Ankursinha signature.asc Descr

Re: gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-04 Thread Mattias Ellert
mån 2015-05-04 klockan 13:09 +0200 skrev Kalev Lember: > Hi all, > PackageFailed koji task > = > gsoap: http://koji.fedoraproject.org/koji/taskinfo?taskID=9650970 This one is due to a regression in gcc: https:

gcc5 C++11 ABI rebuilds and FTBFS packages

2015-05-04 Thread Kalev Lember
Hi all, TL;DR: Rawhide C++ programs should be back to usable; a list of remaining FTBFS packages down below. Here's the long version: As many of you have noticed, rawhide hasn't been lately as fun and well working as it was during the F22 cycle, mainly due to the fact that C++ programs basically