Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 867964 - sys-libs/freeipmi-1.6.10 fails to compile: configure: error: unrecognized option:
Summary: sys-libs/freeipmi-1.6.10 fails to compile: configure: error: unrecognized opt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-02 05:47 UTC by Agostino Sarubbo
Modified: 2022-09-02 13:27 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,43.49 KB, text/plain)
2022-09-02 05:47 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-09-02 05:47:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/freeipmi-1.6.10 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-02 05:47:52 UTC
Created attachment 802639 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-09-02 05:55:33 UTC
The bug has been referenced in the following commit(s):

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

commit 95e25ad0321decb9cb2e170c7916a38814804bfc
Author:     John Helmert III <ajak@gentoo.org>
AuthorDate: 2022-09-02 05:54:22 +0000
Commit:     John Helmert III <ajak@gentoo.org>
CommitDate: 2022-09-02 05:55:28 +0000

    sys-libs/freeipmi: fix CPP quoting
    
    Bug: https://bugs.gentoo.org/867964
    Signed-off-by: John Helmert III <ajak@gentoo.org>

 sys-libs/freeipmi/freeipmi-1.6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-09-02 05:56:39 UTC
So, the initial problem is that I missed the quotes, but if CPP="gcc -E", I get this build failure:

x86_64-pc-linux-gnu-gcc: warning: libipmiconsole.3.pre: linker input file unused because linking not done
x86_64-pc-linux-gnu-gcc: warning: libipmiconsole.3: linker input file unused because linking not done
x86_64-pc-linux-gnu-gcc -E -nostdinc -w -C -P -I../man freeipmi.7.pre freeipmi.7
x86_64-pc-linux-gnu-gcc: error: libipmiconsole.3: linker input file not found: No such file or directory
make[1]: *** [Makefile:1010: libipmiconsole.3] Error 1
make[1]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc: warning: libipmimonitoring.3.pre: linker input file unused because linking not done
x86_64-pc-linux-gnu-gcc: warning: libipmimonitoring.3: linker input file unused because linking not done
x86_64-pc-linux-gnu-gcc: warning: libfreeipmi.3.pre: linker input file unused because linking not done
x86_64-pc-linux-gnu-gcc: error: libipmimonitoring.3: linker input file not found: No such file or directory
x86_64-pc-linux-gnu-gcc: warning: libfreeipmi.3: linker input file unused because linking not done
make[1]: *** [Makefile:1010: libipmimonitoring.3] Error 1