Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364051 - app-arch/unzip-6.0-r1 fails to compile on a new install for amd64
Summary: app-arch/unzip-6.0-r1 fails to compile on a new install for amd64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 17:14 UTC by James Wall
Modified: 2011-04-20 17:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,3.17 KB, text/plain)
2011-04-18 17:16 UTC, James Wall
Details
environment (environment,94.27 KB, text/plain)
2011-04-18 17:17 UTC, James Wall
Details
emerge --info dump (emerge.info,3.49 KB, text/plain)
2011-04-18 17:20 UTC, James Wall
Details
emerge -pqv dump (emerge.pqv,167 bytes, text/plain)
2011-04-18 17:21 UTC, James Wall
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Wall 2011-04-18 17:14:49 UTC
While performing an fresh install on my system, I was attempting to install the list of packages I had for my laptop on my desktop. unzip was failing to compile with an error message stating "Error: suffix or operands invalid for (push||pop)"


Reproducible: Always

Steps to Reproduce:
1.unzip stage3-amd64-20110414.tar.bz2 as per the gentoo handbook
2.chroot
3.emerge app-arch/unzip
Actual Results:  
app-arch/unzip fails to compile

Expected Results:  
app-arch/unzip should compile and install on machine
Comment 1 James Wall 2011-04-18 17:16:21 UTC
Created attachment 270409 [details]
build.log
Comment 2 James Wall 2011-04-18 17:17:24 UTC
Created attachment 270411 [details]
environment
Comment 3 James Wall 2011-04-18 17:20:38 UTC
Created attachment 270413 [details]
emerge --info dump
Comment 4 James Wall 2011-04-18 17:21:41 UTC
Created attachment 270415 [details]
emerge -pqv dump
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2011-04-19 05:01:59 UTC
CHOST is set incorrectly for amd64. It should be CHOST="x86_64-pc-linux-gnu", not CHOST="i686-pc-linux-gnu". Also there are different weird things in your build output, like  CC="gcc" instead of CC="x86_64-pc-linux-gnu-gcc"... So I guess you've misconfigured system somehow. Check your make.conf.
Comment 6 James Wall 2011-04-20 17:02:40 UTC
D'oh! I forgot to switch that when i copied my make.conf from my laptop. My apolgies for wasting time. Thanks though for the cluebyfour. :)