From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C5F7613827E for ; Fri, 13 Dec 2013 06:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58812E09B2; Fri, 13 Dec 2013 06:39:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE255E09B2 for ; Fri, 13 Dec 2013 06:39:02 +0000 (UTC) Received: from mail-qa0-f48.google.com (mail-qa0-f48.google.com [209.85.216.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 087D833F354 for ; Fri, 13 Dec 2013 06:39:01 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id w5so490277qac.14 for ; Thu, 12 Dec 2013 22:39:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=7K2Ra956jT6T9ton6CTrUpBRXWiTRsc7cL2URQCf4aM=; b=SHVcaOxZgr0RLPfT1+MiyhZn3KhhOnNprMPdkUoua4rfAxRuDY0F+oi1lDTpeQI/r2 6ogYOX2rBd6hXMfCWplqkqX8oVQc6uvLE1pPDmKNnQTnzMtdbGpjkDCuUJu1YBxVzqjD kzBYcw68Qo5T1ETL5WUTRlJcUIV4r72KGyLH5b8Xvf+0cQk8drsG9LBvZC4iurzyBT2u 1HAu76J8H0ZkBgIOBGAKgtLR7PyU9cjnBO0ahmhtSn/quD5OwYemLTuU8ZPmdiUnrU2w jLjMkUGQVt4DL6QLE0F7T+V9eZ1xe7oGNtByrV64PCebf0sK9MnGGvl8fPTesd20Ts+g PbmA== X-Received: by 10.224.95.70 with SMTP id c6mr1500566qan.81.1386916740152; Thu, 12 Dec 2013 22:39:00 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.178.129 with HTTP; Thu, 12 Dec 2013 22:38:40 -0800 (PST) In-Reply-To: References: <52A9F607.3010301@gentoo.org> From: Matt Turner Date: Thu, 12 Dec 2013 22:38:40 -0800 Message-ID: Subject: Re: [gentoo-catalyst] Does subarch determine profile or stage3 seed? To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 62f51d63-cace-42b9-bf19-115fde0bdc70 X-Archives-Hash: 1dbfd6bbb5abd8e636200ef7058d0945 On Thu, Dec 12, 2013 at 9:58 PM, lin pro wrote: > On Thu, Dec 12, 2013 at 11:44 AM, Rick "Zero_Chaos" Farina > wrote: >> >> >> We can try to help if you post your spec. > > > thank you for your reply. > Here is my spec file: http://bpaste.net/show/158113/ > And this is how it works after > catalyst -f generic_stage1_studio.spec http://bpaste.net/show/158115/ > > > My goal is to be able to run catalyst to produce stage1, stage2,stage3 > and then stage4 inn order to install > it on a intel i3. Like I mentioned before the build host is an amd: > > processor : 3 > vendor_id : AuthenticAMD > cpu family : 18 > model : 1 > model name : AMD A8-3850 APU with Radeon(tm) HD Graphics > stepping : 0 > microcode : 0x3000027 > cpu MHz : 2900.000 > cache size : 1024 KB > physical id : 0 > siblings : 4 > core id : 3 > cpu cores : 4 > apicid : 3 > initial apicid : 3 > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge > mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext > fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl > nonstop_tsc extd_apicid pni cx16 popcnt lahf_lm cmp_legacy svm extapic > cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt > arat hw_pstate npt lbrv svm_lock nrip_save pausefilter > bogomips : 5800.30 > TLB size : 1536 4K pages > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: ts ttp tm stc 100mhzsteps hwpstate > > > > I realize that the road may be bumpy, but hey, I 've got a little bit > of patience here. > Thank you for any hints > subarch: x86 > profile: default/linux/amd64/13.0 Using an amd64 profile but attempting to build a 32-bit x86 stage?