Re: Mock: cmake having trouble finding libclaw

2016-12-30 Thread Michael Schwendt
On Thu, 29 Dec 2016 17:11:10 -0700, Orion Poplawski wrote: > > $ claw-config all --libs > > -L/usr/lib -lclaw_application -lclaw_logger -lclaw_dynamic_library -ldl > > -lclaw_configuration_file -lclaw_graphic -lpng -lz -ljpeg -lclaw_logger > > -lclaw_net -lclaw_tween > > > > Is relinking with

Re: Mock: cmake having trouble finding libclaw

2016-12-30 Thread Martin Gansser
Thanks to Michael for his investigation. Thanks to Orion for your support, could you please commit a package for f24/f25 also ? Thanks Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: Mock: cmake having trouble finding libclaw

2016-12-29 Thread Orion Poplawski
On 12/29/2016 11:23 AM, Michael Schwendt wrote: > It may be necessary to debug the cmake libclaw detection script. > > claw-config is broken, btw, and it's likely that this has not been > caught during review: > > $ claw-config --libs > -L/usr/lib > $ claw-config application --libs >

Re: Mock: cmake having trouble finding libclaw

2016-12-29 Thread Michael Schwendt
It may be necessary to debug the cmake libclaw detection script. claw-config is broken, btw, and it's likely that this has not been caught during review: $ claw-config --libs -L/usr/lib $ claw-config application --libs -L/usr/lib -lclaw_application -lclaw_logger $ claw-config

Re: Mock: cmake having trouble finding libclaw

2016-12-29 Thread Martin Gansser
> Hi Martin! > > > Just a wild guess, but does it any help if you remove the explicit > requested version in asgp/CMakeLists.txt:75? Maybe there is no libclaw > 1.7.4 in the mock build environment? > > > BK removed the requested version in CMakeLists.txt sed -i 's|find_package( libclaw 1.7.4

Re: Mock: cmake having trouble finding libclaw

2016-12-29 Thread Benjamin Kircher
Hi Martin! On Thu, Dec 29, 2016 at 9:14 AM, Martin Gansser wrote: > I'm trying to package the program asgp for fedora, it compiles fine, but > the mock build fails with the following error messages: > bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1176273 > >

Mock: cmake having trouble finding libclaw

2016-12-29 Thread Martin Gansser
Hi, I'm trying to package the program asgp for fedora, it compiles fine, but the mock build fails with the following error messages: bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1176273 + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG