Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 443634

Summary: dev-vcs/git-1.8.0-r1 USE=gnome-keyring - ld: i386:x86-64 architecture of input file `git-credential-gnome-keyring.o' is incompatible with i386 output
Product: Gentoo Linux Reporter: crabbed halo ablution <crabbedhaloablution>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED OBSOLETE    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: git-1.8.0-gnome-keyring-multilib.patch

Description crabbed halo ablution 2012-11-17 13:56:20 UTC
Created attachment 329718 [details, diff]
git-1.8.0-gnome-keyring-multilib.patch

Basically it's about respecting CFLAGS. The new git-credential-gnome-keyring doesn't, making it flame out with an error message like this when it tries to link:
gcc -g -O2 -Wall   -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include   -o git-credential-gnome-keyring.o -c git-credential-gnome-keyring.c
gcc -o git-credential-gnome-keyring -Wl,--as-needed -Wl,--hash-style=gnu -m32 git-credential-gnome-keyring.o -lgnome-keyring -lglib-2.0  
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: i386:x86-64 architecture of input file `git-credential-gnome-keyring.o' is incompatible with i386 output
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: git-credential-gnome-keyring.o: file class ELFCLASS64 incompatible with ELFCLASS32
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: File in wrong format

Attached trivial patch fixes it.
Comment 1 crabbed halo ablution 2012-11-17 14:06:20 UTC
Bug report also sent to  git@vger.kernel.org
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2012-11-18 22:28:26 UTC
Can you please provide `emerge --info` in a comment and attach the full build log?
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2020-12-07 07:33:33 UTC
I believe this ticket is obsolete, if the problem persists, please reopen