Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884341 - net-nntp/tin-2.6.1 - ld.lld: error: .../Scrt1.o is incompatible with elf32-i386
Summary: net-nntp/tin-2.6.1 - ld.lld: error: .../Scrt1.o is incompatible with elf32-i386
Status: RESOLVED DUPLICATE of bug 831388
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-04 18:11 UTC by Toralf Förster
Modified: 2023-12-01 11:21 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.43 KB, text/plain)
2022-12-04 18:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.33 KB, text/plain)
2022-12-04 18:11 UTC, Toralf Förster
Details
environment (environment,69.74 KB, text/plain)
2022-12-04 18:11 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,698 bytes, application/x-bzip)
2022-12-04 18:11 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,41.65 KB, application/x-bzip)
2022-12-04 18:11 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,21.56 KB, application/x-bzip)
2022-12-04 18:11 UTC, Toralf Förster
Details
net-nntp:tin-2.6.1:20221204-180257.log (net-nntp:tin-2.6.1:20221204-180257.log,57.66 KB, text/plain)
2022-12-04 18:11 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,180.18 KB, application/x-bzip)
2022-12-04 18:11 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,7.91 KB, application/x-bzip)
2022-12-04 18:11 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-12-04 18:11:46 UTC
too long lines were shrinked:

clang -DHAVE_CONFIG_H -I. -I../include -I/usr/include   -DLOCALEDIR=\"/usr/share/locale\" -I../include   -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -I/usr/include/libcanlock-3 -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declara
clang -DHAVE_CONFIG_H -I. -I../include -I/usr/include   -DLOCALEDIR=\"/usr/share/locale\" -I../include   -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -I/usr/include/libcanlock-3 -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declara
Linking tin v2.6.1 ...
clang -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o ./tin ./heapsort.o ./active.o ./art.o ./attrib.o ./auth.o ./charset.o ./color.o ./config.o ./cook.o ./curses.o ./debug.o ./envarg.o ./feed.o ./filter.o ./getline.o ./global.o ./group.o ./hashstr.o ./header.o ./help.o ./inews.o 
ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o is incompatible with elf32-i386
ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o is incompatible with elf32-i386
ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o is incompatible with elf32-i386

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4-20221203-180005

  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.6
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 51882e2634e85978ba54d0b3c8e232fa69294afe
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Dec 4 17:31:49 2022 +0000

    2022-12-04 17:31:49 UTC

emerge -qpvO net-nntp/tin
[ebuild  N    ] net-nntp/tin-2.6.1  USE="cancel-locks nls -debug -gpg -sasl -socks5"
Comment 1 Toralf Förster gentoo-dev 2022-12-04 18:11:47 UTC
Created attachment 839959 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-04 18:11:48 UTC
Created attachment 839961 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-12-04 18:11:50 UTC
Created attachment 839963 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-12-04 18:11:51 UTC
Created attachment 839965 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-12-04 18:11:52 UTC
Created attachment 839967 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-04 18:11:53 UTC
Created attachment 839969 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-12-04 18:11:54 UTC
Created attachment 839971 [details]
net-nntp:tin-2.6.1:20221204-180257.log
Comment 8 Toralf Förster gentoo-dev 2022-12-04 18:11:56 UTC
Created attachment 839973 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-12-04 18:11:57 UTC
Created attachment 839975 [details]
var.tmp.clang.tar.bz2
Comment 10 SpanKY gentoo-dev 2023-12-01 11:21:15 UTC
pretty sure it's same as bug 831388 which is fixed with tin-2.6.2

*** This bug has been marked as a duplicate of bug 831388 ***