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

Bug 536100

Summary: dev-util/libsparse-4.4.4.1 does not respect CC
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: [OLD] DevelopmentAssignee: Jauhien Piatlicki (RETIRED) <jauhien>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Nikoli 2015-01-09 11:23:20 UTC
>>> Compiling source in /var/tmp/portage/dev-util/libsparse-4.4.4.1/work ...
make -j9 
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c backed_block.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c output_file.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c sparse.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c sparse_crc32.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c sparse_err.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c sparse_read.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c simg2img.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c img2simg.c
cc -march=corei7-avx -O2 -pipe -I. -Iinclude -DANDROID -fPIC -c simg2simg.c
output_file.c: In function 'write_sparse_skip_chunk':
output_file.c:354:3: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'int64_t' [-Wformat=]
   error("don't care size %llu is not a multiple of the block size %u",
   ^
cc -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -L. -shared -o libsparse.so backed_block.o output_file.o sparse.o sparse_crc32.o sparse_err.o sparse_read.o
cc -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -L. simg2img.o -o simg2img -lsparse -lz
cc -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -L. img2simg.o -o img2simg -lsparse -lz
cc -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -L. simg2simg.o -o simg2simg -lsparse -lz
>>> Source compiled.
Comment 1 Jauhien Piatlicki (RETIRED) gentoo-dev 2015-07-20 17:35:29 UTC
Removed from the tree