Summary: | net-misc/socat fails to build with -w | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | MT <toffanin.mauro> |
Component: | New packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | jer |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
socat-1.7.1.3-r1.ebuild.patch |
Description
MT
2010-11-06 18:53:01 UTC
Created attachment 253415 [details]
build.log
Created attachment 253417 [details, diff]
socat-1.7.1.3-r1.ebuild.patch
You haven't argued the problem at all. What is the rationale to begin to support -w? (In reply to comment #3) > You haven't argued the problem at all. What is the rationale to begin to > support -w? The same rationale expressed previously for the bug #293324 (where you commented too); You should know the relation between -Wall / -Werror and socat (as reported upstream: http://www.dest-unreach.org/socat/ see note of 2009/05/09) right? the same apply to -w as it inhibits -Wall breaking the source code as I have reported. p.s.: also -Wno-errors* isn't officially supported by Gentoo, so why is filtered? (In reply to comment #4) > (In reply to comment #3) > > You haven't argued the problem at all. What is the rationale to begin to > > support -w? > > The same rationale expressed previously for the bug #293324 (where you > commented too); You should know the relation between -Wall / -Werror and socat > (as reported upstream: http://www.dest-unreach.org/socat/ see note of > 2009/05/09) right? the same apply to -w as it inhibits -Wall breaking the > source code as I have reported. > > p.s.: also -Wno-errors* isn't officially supported by Gentoo, so why is > filtered? I don't see how this is the same as to stop the compiler from emitting any warnings: -w would very likely disable several QA triggers in portage. -Wno-error (especially for a specific warning) could be useful to set globally in some cases, but inhibiting all warnings is insane. So let me rephrase the question: Why should we support -w? |