Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 437864

Summary: net-misc/freerdp-1.1.0_pre20121004 USE=debug - .../work/freerdp-1.1.0_pre20121004/libfreerdp/core/certificate.c:447:4: error: 'rdpCertInfo' has no member named 'modulus'
Product: Gentoo Linux Reporter: Ben Kohler <bkohler>
Component: Current packagesAssignee: Mike Gilbert <floppym>
Status: RESOLVED FIXED    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Ben Kohler gentoo-dev 2012-10-10 16:28:04 UTC
Created attachment 326202 [details]
build.log

USE=debug emerge =net-misc/freerdp-1.1.0_pre20121004 fails to build, as shown in the attached build.log.  I'm trying to track down a handful of freerdp/remmina bugs this morning and turning on debug WAS going to be my first step =)
Comment 1 Mike Gilbert gentoo-dev 2012-10-11 15:48:36 UTC
Yup. Upstream needs to fix it. I might take a crack at it myself this weekend.

FYI, the debug use flag enables all of the debugging code. You can selectively enable specific debug options by setting the MYCMAKEARGS environment variable before running emerge.

For example:

MYCMAKEARGS="-DWITH_DEBUG_GDI=ON" emerge freerdp
Comment 2 Ben Kohler gentoo-dev 2012-10-11 18:38:06 UTC
I mentioned it briefly on IRC, but just for an official followup-- this is fixed in current git freerdp, commit 11d99595b2 I think.
Comment 3 Mike Gilbert gentoo-dev 2012-10-11 19:00:58 UTC
+  11 Oct 2012; Mike Gilbert <floppym@gentoo.org>
+  +files/freerdp-1.1.0_pre20121004-debug.patch,
+  freerdp-1.1.0_pre20121004-r1.ebuild:
+  Fix build with USE=debug, bug 437864 by Ben Kohler.
+