Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935389 - dev-db/mydumper-0.15.2.8 fails to compile: mydumper_common.c:204:14: error: implicit declaration of function open [-Wimplicit-function-declaration]
Summary: dev-db/mydumper-0.15.2.8 fails to compile: mydumper_common.c:204:14: error: i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-07-03 06:58 UTC by Agostino Sarubbo
Modified: 2024-07-09 21:35 UTC (History)
1 user (show)

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


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

Issue: dev-db/mydumper-0.15.2.8 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0002
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-03 06:58:49 UTC
Created attachment 896829 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-03 06:58:50 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: CMakeFiles/mydumper.dir/src/mydumper_common.c.o 
FAILED: CMakeFiles/mydumper.dir/src/mydumper_stream.c.o 
/var/tmp/portage/dev-db/mydumper-0.15.2.8/work/mydumper-0.15.2-8/src/mydumper_common.c:204:14: error: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration]
Comment 3 Larry the Git Cow gentoo-dev 2024-07-09 21:35:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4851cd949a3f4cd8f97289f48045194f791a11c6

commit 4851cd949a3f4cd8f97289f48045194f791a11c6
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2024-07-07 20:52:02 +0000
Commit:     Eli Schwartz <eschwartz@gentoo.org>
CommitDate: 2024-07-09 21:33:28 +0000

    dev-db/mydumper: Fix implicit declaration of function open
    
    Closes: https://bugs.gentoo.org/935389
    Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/37448
    Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>

 .../files/mydumper-0.15-fix-call-to-open.patch     | 42 ++++++++++++++++
 dev-db/mydumper/mydumper-0.15.2.8-r1.ebuild        | 57 ++++++++++++++++++++++
 2 files changed, 99 insertions(+)