Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618422 - dev-libs/libevdev uses -Werror
Summary: dev-libs/libevdev uses -Werror
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2017-05-14 10:13 UTC by Alessandro Barbieri
Modified: 2018-04-02 23:29 UTC (History)
1 user (show)

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


Attachments
dev-libs:libevdev-1.5.6:20170510-051034.log (dev-libs:libevdev-1.5.6:20170510-051034.log,39.45 KB, text/plain)
2017-05-14 10:15 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2017-05-14 10:13:42 UTC
grep Werror from buildlog

gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6/test -I..  -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6 -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6/include -I../libevdev   -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6 -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6/include -I../libevdev  -pedantic -Werror -std=c89 -Os -pipe -march=native -mtune=native -fomit-frame-pointer -mfpmath=sse -Wl,-O1 -Wl,--as-needed -Wl,-O2 -Wl,-z,now -Wl,-z,relro -lpthread -lgomp -fweb -fgcse-after-reload -fivopts -fopenmp -Wno-error=implicit-function-declaration -pthread -D_REENTRANT -c -o test_compile_pedantic-test-compile-pedantic.o `test -f 'test-compile-pedantic.c' || echo '/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6/test/'`test-compile-pedantic.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6 -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6/include -I../libevdev  -pedantic -Werror -std=c89 -Os -pipe -march=native -mtune=native -fomit-frame-pointer -mfpmath=sse -Wl,-O1 -Wl,--as-needed -Wl,-O2 -Wl,-z,now -Wl,-z,relro -lpthread -lgomp -fweb -fgcse-after-reload -fivopts -fopenmp -Wno-error=implicit-function-declaration -pthread -D_REENTRANT  -Wl,-O1 -Wl,--as-needed -Wl,-O2 -Wl,--as-needed -Wl,-z,now -Wl,-z,relro -lpthread -lgomp -o test-compile-pedantic test_compile_pedantic-test-compile-pedantic.o  -lm
libtool: link: gcc -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6 -I/var/tmp/portage/dev-libs/libevdev-1.5.6/work/libevdev-1.5.6/include -I../libevdev -pedantic -Werror -std=c89 -Os -pipe -march=native -mtune=native -fomit-frame-pointer -mfpmath=sse -Wl,-O1 -Wl,-O2 -Wl,-z -Wl,now -Wl,-z -Wl,relro -fweb -fgcse-after-reload -fivopts -fopenmp -Wno-error=implicit-function-declaration -pthread -D_REENTRANT -Wl,-O1 -Wl,-O2 -Wl,-z -Wl,now -Wl,-z -Wl,relro -o test-compile-pedantic test_compile_pedantic-test-compile-pedantic.o  -Wl,--as-needed -lpthread -lgomp -lm -pthread -fopenmp
Comment 1 Alessandro Barbieri 2017-05-14 10:15:29 UTC
Created attachment 472560 [details]
dev-libs:libevdev-1.5.6:20170510-051034.log

build log
Comment 2 Matt Turner gentoo-dev 2018-04-02 23:28:36 UTC
Yes, but it's in a build test only, and it is intentional:

https://cgit.freedesktop.org/libevdev/commit/?id=a742d253b72b6c1adf060dab6d347ecd73304b24
Comment 3 Matt Turner gentoo-dev 2018-04-02 23:29:46 UTC
If anything, we might just disable all the tests since they are restricted.