Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454980 - app-crypt/mit-krb5-1.11-r1 fails to build with clang-3.2
Summary: app-crypt/mit-krb5-1.11-r1 fails to build with clang-3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2013-02-01 10:26 UTC by Stephen Shkardoon
Modified: 2013-02-09 22:09 UTC (History)
0 users

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


Attachments
Build log (app-crypt_mit-krb5.log,847.94 KB, text/plain)
2013-02-01 10:27 UTC, Stephen Shkardoon
Details

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