Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363727 - net-analyzer/tcptrack uses -Werror during build and fails to build with gcc 4.6
Summary: net-analyzer/tcptrack uses -Werror during build and fails to build with gcc 4.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL: http://blog.flameeyes.eu/2009/02/25/f...
Whiteboard:
Keywords:
Depends on:
Blocks: werror gcc-4.6
  Show dependency tree
 
Reported: 2011-04-15 16:00 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-08-05 20:37 UTC (History)
0 users

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


Attachments
Build log (tcptrack-1.4.0:20110414-203737.log,8.64 KB, text/plain)
2011-04-15 16:00 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-04-15 16:00:19 UTC
Created attachment 270097 [details]
Build log

Hello,

you're receiving this canned bug because the package in summary uses the flag -Werror during build, which transforms warnings in errors, and is prone to break software when new GCC releases are added to Gentoo.

Please make sure your package does not use -Werror during build, so that it can be more future-proof for the new GCC releases.

Thanks,
Diego
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-08-05 20:37:06 UTC
# ChangeLog for net-analyzer/tcptrack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrack/ChangeLog,v 1.22 2011/08/05 20:34:17 jer Exp $

*tcptrack-1.4.2 (05 Aug 2011)

  05 Aug 2011; Jeroen Roovers <jer@gentoo.org> -tcptrack-1.2.0.ebuild,
  +tcptrack-1.4.2.ebuild:
  Version bump. Remove -Werror from CFLAGS.