Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929028 - [guru] net-proxy/MTProxy-3.0.4 fails to compile: engine.c:90:13: error: implicit declaration of function do_reload_config [-Wimplicit-function-declaration]
Summary: [guru] net-proxy/MTProxy-3.0.4 fails to compile: engine.c:90:13: error: impli...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-09 21:10 UTC by Agostino Sarubbo
Modified: 2024-04-18 10:26 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,54.32 KB, text/plain)
2024-04-09 21:10 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 2024-04-09 21:10:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-proxy/MTProxy-3.0.4 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0002
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-09 21:10:51 UTC
Created attachment 890124 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-09 21:10:52 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


fatal: not a git repository (or any parent up to mount point /var/tmp)
engine/engine.c:90:13: error: implicit declaration of function ‘do_reload_config’ [-Wimplicit-function-declaration[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration]]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-18 10:26:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bf257550fd23f03cadf7a10c4efa1c706548bfc

commit 5bf257550fd23f03cadf7a10c4efa1c706548bfc
Author:     Joe Kappus <joe@wt.gd>
AuthorDate: 2024-04-18 06:49:42 +0000
Commit:     Joe Kappus <joe@wt.gd>
CommitDate: 2024-04-18 06:49:42 +0000

    net-proxy/MTProxy: drop 3.0.4, add 3.0.4-r1
    
    Fixes a bunch of QA issues. This package is
    not CLANG compatible so tinderbox will generate
    new bugs at some point.
    
    Adjust flags patch courtesy of Anna in
    https://bugs.gentoo.org/658542
    
    Initscripts should be added at some point.
    
    Closes: https://bugs.gentoo.org/927985
    Closes: https://bugs.gentoo.org/927986
    Closes: https://bugs.gentoo.org/927987
    Closes: https://bugs.gentoo.org/929028
    Signed-off-by: Joe Kappus <joe@wt.gd>

 ...TProxy-3.0.4.ebuild => MTProxy-3.0.4-r1.ebuild} |   5 +
 .../MTProxy/files/MTProxy-3.0.4-adjust_flags.patch | 158 +++++++++++++++++++++
 .../files/MTProxy-3.0.4-no_implicit_func.patch     |  13 ++
 3 files changed, 176 insertions(+)