Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854525 - app-emulation/pcem-17-r1 calls commands that do not exist: CXXFLAGS?=-O3 -fcommon
Summary: app-emulation/pcem-17-r1 calls commands that do not exist: CXXFLAGS?=-O3 -fco...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-27 06:14 UTC by Agostino Sarubbo
Modified: 2022-07-16 20:41 UTC (History)
0 users

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


Attachments
build.log (build.log,78.38 KB, text/plain)
2022-06-27 06:14 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-06-27 06:14:23 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/pcem-17-r1 calls commands that do not exist.
Discovered on: amd64 (internal ref: lto_tinderbox)

NOTE:
This machine uses lto with CFLAGS=-flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-27 06:14:25 UTC
Created attachment 787883 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-27 06:14:26 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./configure: line 5198: CXXFLAGS?=-O3 -fcommon: command not found
checking whether to enable debugging... ./configure: line 5197: CFLAGS?=-O3 -fcommon: command not found
x87_ops_arith.h:180:14: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-aliasing]]
Comment 3 Larry the Git Cow gentoo-dev 2022-07-16 20:41:11 UTC
The bug has been closed via the following commit(s):

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

commit 73badb92b612f0d713cd5a291fbb2be6dc494899
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2022-07-16 20:38:36 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2022-07-16 20:40:52 +0000

    app-emulation/pcem: fix configure flags
    
    Closes: https://bugs.gentoo.org/854525
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-emulation/pcem/files/pcem-17-respect-cflags.patch | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)