Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-10 Thread Mamoru TASAKA
Peng Wu wrote on 2019/02/11 14:12: Thanks for the investigation, I just back port the patch for Fedora rawhide now. Peng On Mon, Feb 4, 2019 at 10:32 PM Parag Nemade wrote: I think this commit https://gitlab.gnome.org/GNOME/pango/commit/d0cb6be7431d1a3c711bd45bcf05b34601604037 will revert

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-10 Thread Peng Wu
Thanks for the investigation, I just back port the patch for Fedora rawhide now. Peng On Mon, Feb 4, 2019 at 10:32 PM Parag Nemade wrote: > > > On Mon, Feb 4, 2019 at 5:44 PM Mamoru TASAKA > wrote: > >> Guido Aulisi wrote on 2019/02/03 20:31: >> > Hi, >> > I'm trying to debug a FTBFS in rawhid

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-04 Thread Parag Nemade
On Mon, Feb 4, 2019 at 5:44 PM Mamoru TASAKA wrote: > Guido Aulisi wrote on 2019/02/03 20:31: > > Hi, > > I'm trying to debug a FTBFS in rawhide: > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 > > > > Apparently it fails because of library ordering, but it works in f29. > >

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-04 Thread Mamoru TASAKA
Guido Aulisi wrote on 2019/02/04 22:23: Il giorno lun 4 feb 2019 alle ore 13:14 Mamoru TASAKA ha scritto: Guido Aulisi wrote on 2019/02/03 20:31: Hi, I'm trying to debug a FTBFS in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 Apparently it fails because of library o

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-04 Thread Guido Aulisi
Il giorno lun 4 feb 2019 alle ore 13:14 Mamoru TASAKA ha scritto: > > Guido Aulisi wrote on 2019/02/03 20:31: > > Hi, > > I'm trying to debug a FTBFS in rawhide: > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 > > > > Apparently it fails because of library ordering, but it wor

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-04 Thread Mamoru TASAKA
Guido Aulisi wrote on 2019/02/03 20:31: Hi, I'm trying to debug a FTBFS in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 Apparently it fails because of library ordering, but it works in f29. g_object_unref is defined in gobject-2.0 and it gets surely added by the 'pkgcon

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-04 Thread Vitaly Zaitsev
Hello, Guido Aulisi. Mon, 4 Feb 2019 09:48:40 +0100 you wrote: > I don't want to modify or patch upstream's Makefile... Why? Patching of Makefile/cmake manifests is fine. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___ devel mailing list --

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-04 Thread Guido Aulisi
Il giorno dom 3 feb 2019 alle ore 23:17 Kalev Lember ha scritto: > > > On 2/3/19 12:31, Guido Aulisi wrote: > > Hi, > > I'm trying to debug a FTBFS in rawhide: > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 > > > > Apparently it fails because of library ordering, but it works

Re: Help needed for FTBFS in rawhide because of libraries order

2019-02-03 Thread Kalev Lember
On 2/3/19 12:31, Guido Aulisi wrote: Hi, I'm trying to debug a FTBFS in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 Apparently it fails because of library ordering, but it works in f29. g_object_unref is defined in gobject-2.0 and it gets surely added by the 'pkgconf

Help needed for FTBFS in rawhide because of libraries order

2019-02-03 Thread Guido Aulisi
Hi, I'm trying to debug a FTBFS in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=32412101 Apparently it fails because of library ordering, but it works in f29. g_object_unref is defined in gobject-2.0 and it gets surely added by the 'pkgconf --libs cairo pangocairo pango' command.