[Pkg-utopia-maintainers] Bug#902194: ostree FTBFS on 32bit: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'guint64
    Adrian Bunk 
    bunk at debian.org
       
    Sat Jun 23 10:22:22 BST 2018
    
    
  
Source: ostree
Version: 2018.6-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/package.php?p=ostree&suite=sid
...
src/libostree/ostree-repo-commit.c: In function 'write_content_object':
src/libostree/ostree-repo-commit.c:906:62: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'guint64 {aka long long unsigned int}' [-Werror=format=]
             return glnx_throw (error, "min-free-space-size %luMB would be exceeded, %s more required",
                                                            ~~^
                                                            %llu
                                self->min_free_space_mb, formatted_required);
                                ~~~~~~~~~~~~~~~~~~~~~~~        
src/libostree/ostree-repo-commit.c: In function 'ostree_repo_prepare_transaction':
src/libostree/ostree-repo-commit.c:1620:62: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'guint64 {aka long long unsigned int}' [-Werror=format=]
             return glnx_throw (error, "min-free-space-size %luMB would be exceeded, %s available",
                                                            ~~^
                                                            %llu
                                self->min_free_space_mb, formatted_free);
                                ~~~~~~~~~~~~~~~~~~~~~~~        
    
    
More information about the Pkg-utopia-maintainers
mailing list