Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448160 - media-libs/libechonest sets -Werror: /usr/include/qt4/QtCore/qlocale.h:786:12: error: packed attribute is unnecessary for ‘Data’ [-Werror=packed]
Summary: media-libs/libechonest sets -Werror: /usr/include/qt4/QtCore/qlocale.h:786:12...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2012-12-22 10:17 UTC by Franz Trischberger
Modified: 2012-12-28 02:56 UTC (History)
3 users (show)

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


Attachments
Removes -Werror from relevant CMakeLists.txt (no_werror.patch,1.16 KB, patch)
2012-12-27 02:40 UTC, David Flogeras
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Trischberger 2012-12-22 10:17:15 UTC
http://forums.gentoo.org/viewtopic-t-944652-start-0-postdays-0-postorder-asc-highlight-.html

For a solution: filter flag or patch?
Comment 1 David Flogeras 2012-12-27 02:40:44 UTC
Created attachment 333422 [details, diff]
Removes -Werror from relevant CMakeLists.txt
Comment 2 Julian Ospald 2012-12-27 23:14:26 UTC
+  27 Dec 2012; Julian Ospald <hasufell@gentoo.org> libechonest-1.2.1.ebuild,
+  +files/libechonest-1.2.1-Werror.patch, libechonest-2.0.1.ebuild,
+  +files/libechonest-2.0.1-Werror.patch:
+  remove Werror wrt #448160
Comment 3 Julian Ospald 2012-12-27 23:17:05 UTC
(In reply to comment #0)
> For a solution: filter flag or patch?

provide a switch to be upstream compatible
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-12-28 02:56:31 UTC
(In reply to comment #0)
> http://forums.gentoo.org/viewtopic-t-944652-start-0-postdays-0-postorder-asc-
> highlight-.html
> 
> For a solution: filter flag or patch?

Patch for upstream and ebuild gets "append-flags -Wno-error"

(possibly append-cflags or append-cxxflags)