Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 554944

Summary: net-irc/ircservices-5.1.24 : built with -fno-strict-aliasing ?
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: net-irc, treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: Pending removal: 2018-07-17
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2015-07-15 09:31:31 UTC
I reported the QA issue 

QA Notice: Package triggers severe warnings which indicate that it
          may exhibit random runtime failures.
modules/database/standard.c:482:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
modules/database/standard.c:487:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
modules/database/standard.c:493:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
...


to upstream and got the answer :


This is by design.  The program must be built with -fno-strict-aliasing.

  --Andrew Church
    http://achurch.org/
Comment 1 Larry the Git Cow gentoo-dev 2018-07-24 22:42:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b137236165cf1aaa17f20091207a4571ae08a2e

commit 4b137236165cf1aaa17f20091207a4571ae08a2e
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2018-07-24 22:39:57 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-07-24 22:42:29 +0000

    net-irc/ircservices: remove last rited package
    
    Closes: https://bugs.gentoo.org/651340
    Closes: https://bugs.gentoo.org/424383
    Closes: https://bugs.gentoo.org/520564
    Closes: https://bugs.gentoo.org/554944

 net-irc/ircservices/Manifest                       |   1 -
 .../files/ircservices-5.1.17-fPIC-configure.patch  |  14 --
 .../files/ircservices-5.1.17-fPIC.patch            |  12 --
 .../files/ircservices-5.1.24-as-needed.patch       |  17 --
 .../files/ircservices-5.1.24-fd_set-amd64.patch    | 236 ---------------------
 ...rcservices-5.1.24-ircservices-chk-pidfile.patch |  22 --
 .../files/ircservices-5.1.24-ldflags.patch         |  12 --
 .../files/ircservices-5.1.24-parallel-make.patch   |  28 ---
 net-irc/ircservices/files/ircservices.confd        |  11 -
 net-irc/ircservices/files/ircservices.initd        |  30 ---
 net-irc/ircservices/ircservices-5.1.24.ebuild      |  95 ---------
 net-irc/ircservices/metadata.xml                   |   4 -
 12 files changed, 482 deletions(-)