Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832420 - net-analyzer/nfdump-1.6.23 calls commands that do not exist
Summary: net-analyzer/nfdump-1.6.23 calls commands that do not exist
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:
 
Reported: 2022-01-31 09:44 UTC by Agostino Sarubbo
Modified: 2022-03-24 23:03 UTC (History)
0 users

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


Attachments
build.log (build.log,73.56 KB, text/plain)
2022-01-31 09:44 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 2022-01-31 09:44:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-analyzer/nfdump-1.6.23 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-31 09:44:42 UTC
Created attachment 764026 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-31 09:44:43 UTC
Error(s) that match a know pattern:


./configure: line 3577: AX_CHECK_C11: command not found
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: ./.libs/libnfdump.so: undefined reference to `fts_close'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: ./.libs/libnfdump.so: undefined reference to `fts_open'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: ./.libs/libnfdump.so: undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: ./.libs/libnfdump.so: undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x1259): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x12a5): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x134b): undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x14f9): undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x584): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x5cb): undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x5d3): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x5e4): undefined reference to `fts_close'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x70c): undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x8a4): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x916): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0x92c): undefined reference to `fts_close'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0xa17): undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0xab2): undefined reference to `fts_close'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0xbf4): undefined reference to `fts_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0xf4f): undefined reference to `fts_read'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: expire.c:(.text+0xfb9): undefined reference to `fts_read'
expire.c:(.text+0x570): undefined reference to `fts_open'
expire.c:(.text+0x88f): undefined reference to `fts_open'
expire.c:(.text+0xf3a): undefined reference to `fts_open'
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2022-01-31 09:45:04 UTC
./configure: line 3577: AX_CHECK_C11: command not found
Comment 4 Larry the Git Cow gentoo-dev 2022-03-24 23:03:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295836b2ebe44f18f8c06fcb56e1e22e96da1a55

commit 295836b2ebe44f18f8c06fcb56e1e22e96da1a55
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-24 23:00:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-24 23:02:31 +0000

    net-analyzer/nfdump: add additional autoconf 2.69+ patches
    
    Let's do a new revision for the more comprehensive upstream
    autoconf 2.69+ patches (and throwing in the upstream-sent
    variant of the automake patch given the previous version added
    to 1.6.23 was partly done upstream already).
    
    Could affect installed files and such too of course with
    major build system changes.
    
    Closes: https://bugs.gentoo.org/832420
    Signed-off-by: Sam James <sam@gentoo.org>

 .../nfdump/files/nfdump-1.6.23-autotools.patch     | 216 +++++++++++++++++++++
 .../files/nfdump-1.6.23-m4-dir-automake.patch      |  23 +++
 net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild        |  84 ++++++++
 3 files changed, 323 insertions(+)

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

commit e78ff1747765da9b82919cad40e123bd83591879
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-24 22:48:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-24 23:01:35 +0000

    net-analyzer/nfdump: fix autoreconf
    
    Closes: https://bugs.gentoo.org/832420
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/nfdump/files/nfdump-1.6.23-m4-dir.patch | 19 +++++++++++++++++++
 net-analyzer/nfdump/nfdump-1.6.23.ebuild             |  3 ++-
 2 files changed, 21 insertions(+), 1 deletion(-)