Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731184 - net-analyzer/ippl-1.4.14-r6 fails to compile: main.c:57:16: error: redefinition of 'log' as different kind of symbol
Summary: net-analyzer/ippl-1.4.14-r6 fails to compile: main.c:57:16: error: redefiniti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-07 06:24 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:49 UTC (History)
0 users

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


Attachments
build.log (build.log,14.84 KB, text/plain)
2020-07-07 06:24 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-07-07 06:24:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-analyzer/ippl fails to compile.
Discovered on: amd64

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue isstrictly related to the LLD linker, please block bug 731004.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-07 06:24:50 UTC
Created attachment 648132 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-15 11:08:47 UTC
tinderbox has reproduced this issue with version 1.4.14-r6 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2025-02-10 08:49:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af61fd360215359d6c10edbd941cf7800af869b

commit 0af61fd360215359d6c10edbd941cf7800af869b
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-08 08:03:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 08:47:19 +0000

    net-analyzer/ippl: update EAPI 7 -> 8, fix musl build, Modern C Porting
    
    Autoreconf configure for "compiler can't create executables".
    Missing headers, different header and mass rename of global log facilty
    to prevent faulty shadowing of musl-defined log variable.
    
    Closes: https://bugs.gentoo.org/875665
    Closes: https://bugs.gentoo.org/731184
    Closes: https://bugs.gentoo.org/716916
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40486
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/ippl/files/ippl-1.4.14-musl.patch | 301 +++++++++++++++++++++++++
 net-analyzer/ippl/ippl-1.4.14-r7.ebuild        |  53 +++++
 2 files changed, 354 insertions(+)