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

Bug 454980

Summary: app-crypt/mit-krb5-1.11-r1 fails to build with clang-3.2
Product: Gentoo Linux Reporter: Stephen Shkardoon <ss23>
Component: Current packagesAssignee: Gentoo Kerberos Maintainers <kerberos>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: Build log

Description Stephen Shkardoon 2013-02-01 10:26:06 UTC
app-crypt/mit-krb5 fails to compile with clang-3.2:

dump.c:1782:17: error: variable 'tmpint1' is used uninitialized whenever '&&' condition is false [-Werror,-Wsometimes-uninitialized]
dump.c:1814:17: error: variable 'tmpint3' is used uninitialized whenever '&&' condition is false [-Werror,-Wsometimes-uninitialized]

Reproducible: Always
Comment 1 Stephen Shkardoon 2013-02-01 10:27:12 UTC
Created attachment 337578 [details]
Build log
Comment 2 Stephen Shkardoon 2013-02-04 11:22:33 UTC
http://krbdev.mit.edu/rt/Ticket/Display.html?id=7560
Fixed upstream.
Comment 3 Eray Aslan gentoo-dev 2013-02-09 22:09:54 UTC
Fixed without a rev bump.  Thanks for your report.