Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437864 - 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'
Summary: net-misc/freerdp-1.1.0_pre20121004 USE=debug - .../work/freerdp-1.1.0_pre2012...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-10 16:28 UTC by Ben Kohler
Modified: 2012-10-11 19:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,356.39 KB, text/plain)
2012-10-10 16:28 UTC, Ben Kohler
Details

Note You need to log in before you can comment on or make changes to this bug.
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.
+