Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927734 - net-misc/lambdamoo-1.8.1-r3 fails to compile: db_objects.c:292:14: error: implicit declaration of function strlen [-Wimplicit-function-declaration]
Summary: net-misc/lambdamoo-1.8.1-r3 fails to compile: db_objects.c:292:14: error: imp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: ~arch only
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-03-24 17:03 UTC by Agostino Sarubbo
Modified: 2024-11-01 14:49 UTC (History)
0 users

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


Attachments
build.log (build.log,54.31 KB, text/plain)
2024-03-24 17:03 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-03-24 17:03:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/lambdamoo-1.8.1-r3 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
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-03-24 17:03:19 UTC
Created attachment 888456 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-06-08 07:49:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6a0730daccd6ca3700e19b47c37e8d7e096c8b

commit 7b6a0730daccd6ca3700e19b47c37e8d7e096c8b
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-04-01 07:15:14 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-06-08 07:49:09 +0000

    net-misc/lambdamoo: fix configure for C99 porting
    
    Add missing include, fix test program for configure.in
    
    Closes: https://bugs.gentoo.org/927734
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/36033
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../files/lambdamoo-1.8.1-C99-configure.patch      | 111 +++++++++++++++++++++
 .../files/lambdamoo-1.8.1-respect-cflags.patch     |  24 +++++
 net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild       |  43 ++++++++
 3 files changed, 178 insertions(+)