Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885055 - mail-filter/libspf2-1.2.11 calls commands that do not exist: AX_WITH_PERL
Summary: mail-filter/libspf2-1.2.11 calls commands that do not exist: AX_WITH_PERL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
: 871009 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-12-09 16:15 UTC by Agostino Sarubbo
Modified: 2024-01-26 20:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,60.44 KB, text/plain)
2022-12-09 16:15 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-12-09 16:15:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-filter/libspf2-1.2.11 calls commands that do not exist.
Discovered on: amd64 (internal ref: clang-stricter_tinderbox)

NOTE:
(CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode

This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types

See also:
https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
https://wiki.gentoo.org/wiki/Modern_C_porting
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-09 16:15:37 UTC
Created attachment 841105 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-09 16:15:38 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./configure: line 3554: AX_WITH_PERL: command not found
__ns_initparse.c:165:6: error: call to undeclared function 'dn_expand'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
Comment 3 Larry the Git Cow gentoo-dev 2024-01-26 20:55:13 UTC
The bug has been closed via the following commit(s):

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

commit 7c84c63b0658cd9e5fa605d2835c630b1a4e1883
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2024-01-26 20:54:04 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2024-01-26 20:55:11 +0000

    mail-filter/libspf2-1.2.11: fix for C99 and configure warning
    
    Closes: https://bugs.gentoo.org/885055
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-filter/libspf2/files/libspf2-1.2.11-undefined-dn_.patch | 7 ++++++-
 mail-filter/libspf2/libspf2-1.2.11.ebuild                    | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)
Comment 4 Fabian Groffen gentoo-dev 2024-01-26 20:56:34 UTC
*** Bug 871009 has been marked as a duplicate of this bug. ***