Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891667 - dev-lisp/gcl-2.6.15_pre3 fails to compile: configure: error: ABI=amd64 is not among the following valid choices: 64 x32 32
Summary: dev-lisp/gcl-2.6.15_pre3 fails to compile: configure: error: ABI=amd64 is not...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-22 09:13 UTC by Agostino Sarubbo
Modified: 2024-03-12 12:49 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,55.60 KB, text/plain)
2023-01-22 09:13 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,26.13 KB, text/plain)
2023-01-22 09:13 UTC, Agostino Sarubbo
Details
2-config.log (2-config.log,8.78 KB, text/plain)
2023-01-22 09:13 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 2023-01-22 09:13:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lisp/gcl-2.6.14 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-22 09:13:46 UTC
Created attachment 848955 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-22 09:13:46 UTC
Created attachment 848957 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2023-01-22 09:13:47 UTC
Created attachment 848959 [details]
2-config.log

2-config.log
Comment 4 Agostino Sarubbo gentoo-dev 2023-01-22 09:13:48 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


checking for inline semantics... ./configure: line 4568: nm: command not found
checking for leading underscore in object symbols... ./configure: line 5323: nm: command not found
./configure: line 5260: cpp: command not found
./configure: line 5323: nm: command not found
cp: cannot stat 'gmp4/gmp.h': No such file or directory
configure: error: ABI=amd64 is not among the following valid choices: 64 x32 32
Comment 5 Andrey Grozin gentoo-dev 2023-01-23 06:18:21 UTC
(In reply to Agostino Sarubbo from comment #4)
> checking for inline semantics... ./configure: line 4568: nm: command not
> found
> checking for leading underscore in object symbols... ./configure: line 5323:
> nm: command not found
> ./configure: line 5260: cpp: command not found
> ./configure: line 5323: nm: command not found
Aren't binutils and gcc installed on this computer??
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-01-23 06:35:22 UTC
(In reply to Andrey Grozin from comment #5)
> (In reply to Agostino Sarubbo from comment #4)
> > checking for inline semantics... ./configure: line 4568: nm: command not
> > found
> > checking for leading underscore in object symbols... ./configure: line 5323:
> > nm: command not found
> > ./configure: line 5260: cpp: command not found
> > ./configure: line 5323: nm: command not found
> Aren't binutils and gcc installed on this computer??

Please look at the tracker bug for 'tc-directly': bug 243502. ago likely has gcc-config[-native-symlinks] and binutils-config[-native-symlinks].
Comment 7 Andrey Grozin gentoo-dev 2023-01-23 12:21:19 UTC
What's raison d’être of gcc-config[-native-symlinks] and binutils-config[-native-symlinks]? To make perfectly valid packages fail? I'd think that the development tools should be configured to *maximize* the number of source packages taken from somewhere in the net which compile successfully. Not to *minimize* it.
Comment 8 Agostino Sarubbo gentoo-dev 2023-01-23 13:39:16 UTC
(In reply to Andrey Grozin from comment #7)
> What's raison d’être of gcc-config[-native-symlinks] and
> binutils-config[-native-symlinks]? To make perfectly valid packages fail?
> I'd think that the development tools should be configured to *maximize* the
> number of source packages taken from somewhere in the net which compile
> successfully. Not to *minimize* it.

-native-symlink is a valid simulation to check if a package respect CC,CXX,LD and so on
Comment 9 Agostino Sarubbo gentoo-dev 2023-07-23 07:12:08 UTC
ci has reproduced this issue with version 2.6.15_pre3 - Updating summary.