Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: cmds.c: In function 'run_set_memsize': cmds.c:1653: warning: comparison is always false due to limited range of data type cmds.c:1653: warning: comparison is always false due to limited range of data type cmds.c: In function 'run_aug_init': cmds.c:2115: warning: comparison is always false due to limited range of data type cmds.c:2115: warning: comparison is always false due to limited range of data type [and many more like that] Version-Release number of selected component (if applicable): libguestfs 1.0.85 How reproducible: Only when compiling on a 32 bit machine. Additional info: The code at issue is: long r; [...] if (r < (-(2LL<<30)) || r > ((2LL<<30)-1)) { <--
Fixed upstream: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=891aac7a0c35eb25f853c3960eadf8f1f22ca60b
libguestfs-1.2.1-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/libguestfs-1.2.1-1.fc13
libguestfs-1.2.2-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/libguestfs-1.2.2-1.fc13
libguestfs-1.2.2-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.