Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536100 - dev-util/libsparse-4.4.4.1 does not respect CC
Summary: dev-util/libsparse-4.4.4.1 does not respect CC
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jauhien Piatlicki (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2015-01-09 11:23 UTC by Nikoli
Modified: 2015-07-20 17:35 UTC (History)
0 users

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


Attachments

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