Summary: | dev-util/android-tools-9.0.0_p3-r1 : x86_64-pc-linux-gnu-g++: error: argument to -Wformat= should be a non-negative integer | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 713576 | ||
Attachments: |
emerge-info.txt
dev-util:android-tools-9.0.0_p3-r1:20200528-082452.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 |
Description
Toralf Förster
![]() Created attachment 642336 [details]
emerge-info.txt
Created attachment 642338 [details]
dev-util:android-tools-9.0.0_p3-r1:20200528-082452.log
Created attachment 642340 [details]
emerge-history.txt
Created attachment 642342 [details]
environment
Created attachment 642344 [details]
etc.portage.tbz2
Created attachment 642346 [details]
logs.tbz2
(In reply to Toralf Förster from comment #0) > FAILED: core/adb/adb.cpp.o > x86_64-pc-linux-gnu-g++ -std=gnu++17 -O2 -pipe -march=native > -falign-functions=32:25:16 -Wformat=format-security > -DADB_VERSION=\9.0.0_r3\ -DADB_HOST=1 -Icore/include -Icore/base/include > -Icore/adb -Icore/libcrypto_utils/include -Iboringssl/include -c > core/adb/adb.cpp -o core/adb/adb.cpp.o > x86_64-pc-linux-gnu-g++: error: argument to -Wformat= should be a > non-negative integer The -Wformat=format-security argument comes from your CFLAGS setting visible in emerge --info output from attachment 642336 [details]. (In reply to Zac Medico from comment #7) > (In reply to Toralf Förster from comment #0) > > FAILED: core/adb/adb.cpp.o > > x86_64-pc-linux-gnu-g++ -std=gnu++17 -O2 -pipe -march=native > > -falign-functions=32:25:16 -Wformat=format-security > > -DADB_VERSION=\9.0.0_r3\ -DADB_HOST=1 -Icore/include -Icore/base/include > > -Icore/adb -Icore/libcrypto_utils/include -Iboringssl/include -c > > core/adb/adb.cpp -o core/adb/adb.cpp.o > > x86_64-pc-linux-gnu-g++: error: argument to -Wformat= should be a > > non-negative integer > > The -Wformat=format-security argument comes from your CFLAGS setting visible > in emerge --info output from attachment 642336 [details]. indeed, I added the blocker id |