Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944131 - net-libs/libsmi-0.5.0-r5 fails to compile: smi-data.c:4658:9: error: too many arguments to function smiparse
Summary: net-libs/libsmi-0.5.0-r5 fails to compile: smi-data.c:4658:9: error: too many...
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:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-20 08:28 UTC by Agostino Sarubbo
Modified: 2024-11-26 06:33 UTC (History)
0 users

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


Attachments
build.log (build.log,64.61 KB, text/plain)
2024-11-20 08:28 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-11-20 08:28:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/libsmi-0.5.0-r5 fails to compile.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-20 08:28:52 UTC
Created attachment 910492 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-20 08:28:53 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./configure: line 14017: ./libtool: No such file or directory
smi-data.c:4658:9: error: too many arguments to function 'smiparse'
Comment 3 Larry the Git Cow gentoo-dev 2024-11-26 06:33:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687a4d374bc87c9d49fe30f3c871d73e11c51c8f

commit 687a4d374bc87c9d49fe30f3c871d73e11c51c8f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-26 06:16:34 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-26 06:16:34 +0000

    net-libs/libsmi: build w/ -std=gnu17
    
    Brittle enough.
    
    Closes: https://bugs.gentoo.org/944131
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/libsmi/libsmi-0.5.0-r5.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)