Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591698 - sys-libs/efivar-27: util.h:52:23: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
Summary: sys-libs/efivar-27: util.h:52:23: error: comparison between signed and unsign...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL: https://github.com/rhinstaller/efivar...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-19 19:15 UTC by Chris Mayo
Modified: 2016-10-02 16:08 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge--info,5.98 KB, text/plain)
2016-08-19 19:15 UTC, Chris Mayo
Details
build.log (build.log,15.71 KB, text/plain)
2016-08-19 19:16 UTC, Chris Mayo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2016-08-19 19:15:50 UTC
Created attachment 443774 [details]
emerge --info

x86_64-pc-linux-gnu-gcc -march=ivybridge -ftree-vectorize -O2 -pipe -I/var/tmp/portage/sys-libs/efivar-27/work/efivar-27/src/include/efivar/  -specs=/var/tmp/portage/sys-libs/efivar-27/work/efivar-27/gcc.specs  -fPIC  -c -o export.o export.c
In file included from dp.c:27:0:
dp.c: In function ‘efidp_duplicate_extra’:
util.h:52:23: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
   _ret = _limit - (a) > (b);   \
                       ^
util.h:106:17: note: in expansion of macro ‘int_add’
          int *: int_add(a,b,c),   \
...
Comment 1 Chris Mayo 2016-08-19 19:16:51 UTC
Created attachment 443776 [details]
build.log
Comment 2 Mike Gilbert gentoo-dev 2016-08-19 20:32:49 UTC
Please report this upstream.

https://github.com/rhinstaller/efivar/issues
Comment 3 Chris Mayo 2016-08-20 18:52:51 UTC
Done. URL added.
Comment 4 Chris Mayo 2016-10-02 16:08:50 UTC
Fixed now in:
sys-libs/efivar-30