| Summary: | app-crypt/mit-krb5-1.10.1-r1 - fix for uninitialized values | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Adam <alexander.adam> |
| Component: | [OLD] Library | Assignee: | Gentoo Kerberos Maintainers <kerberos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gurligebis |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Initializations for the uninitialized values.
Build log of failing build |
||
|
Description
Alexander Adam
2012-04-01 12:34:01 UTC
Created attachment 307363 [details, diff]
Initializations for the uninitialized values.
Bug #408411 already solved some of the issues, I only added a patch for the additional changes needed to compile on my machine. Please attach the full build log for the failure. Thank you. Created attachment 307599 [details]
Build log of failing build
The output of alphamobile ~ # emerge --info =app-crypt/mit-krb5-1.10.1-r1
I did not paste the part of the system, already did that earlier.
=================================================================
Package Settings
=================================================================
app-crypt/mit-krb5-1.10.1-r1 was built with the following:
USE="keyutils (multilib) pkinit threads -doc -openldap -test -xinetd"
CFLAGS="-Os -pipe -march=core2 -mavx -I/usr/include/et -fno-strict-aliasing -fno-strict-overflow"
CXXFLAGS="-Os -pipe -march=core2 -mavx -I/usr/include/et -fno-strict-aliasing -fno-strict-overflow"
I can confirm that this patch fixes building mit-krb5 on my development machine. +*mit-krb5-1.10.1-r2 (11 Apr 2012) + + 11 Apr 2012; Eray Aslan <eras@gentoo.org> +mit-krb5-1.10.1-r2.ebuild, + +files/mit-krb5-1.10.1_uninitialized_extra-2.patch: + Fix some more -Werror=uninitialized errors - bug #410431. Thanks to Alexander + Adam + Sorry for the delay. |