From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web11.22179.1670262140362303711 for ; Mon, 05 Dec 2022 09:42:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=E2TGl/Fb; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_rcran@quicinc.com) Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2B5FxWfA009922; Mon, 5 Dec 2022 17:42:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=+5ly5MFSK2cRg8wg5v9caBEJUzTqiXerH5n7sEU8QeE=; b=E2TGl/FbBNOlXdt62Zlq3M8uDkrrthEYPfITfAUeEX6aerzr0Y/0MipsR/McHk8R5Nld Te7QDPR4CakUAAE/StwxWgznNnhVPG3TeNF9YLzu3jqG2EJDJTxm371I3oi723dcuoC3 WdFOZ9gMI5ZPWq6SdrX1VTCSBgHrWNiPo54ZdbjupCtZd0HcT2Kbc3xMFBk7fbShEJFK CQBDhYfm48BayOVkqgGvHWWzhwWOry3T+8JBYiWebJe+LGUFaiPJwaG1q+oVcg9D6dhf PMlfyqalXDojbZfLvV93X6ie2+YgXdWXAteEkwjF5GyuT08mVC9wEjgrTRELlW8GBaZY Lg== Received: from nasanppmta04.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3m7xp8mtkk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 05 Dec 2022 17:42:09 +0000 Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 2B5Hg9L6021754 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 5 Dec 2022 17:42:09 GMT Received: from [10.110.8.230] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Mon, 5 Dec 2022 09:42:08 -0800 Message-ID: Date: Mon, 5 Dec 2022 10:42:07 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [edk2-devel] [edk2-wiki][PATCH v1 0/4] Add new edk2 build instructions To: , , , CC: Sean Brogan , Michael D Kinney , Liming Gao , "Chris Fernald" References: <20221205161523.2627-1-mikuback@linux.microsoft.com> <3f28d893-1dfd-f6c6-9067-a164d5b679bd@quicinc.com> <8334c8d5-d1cc-37f0-38b6-dfb3e37c41ed@linux.microsoft.com> <66e45804-b89e-4a9f-65d0-e34a1351dd3d@linux.microsoft.com> From: "Rebecca Cran" In-Reply-To: <66e45804-b89e-4a9f-65d0-e34a1351dd3d@linux.microsoft.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: JGfppVFQeLj0wZjGYXP1vVl3__a6b5ru X-Proofpoint-GUID: JGfppVFQeLj0wZjGYXP1vVl3__a6b5ru X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-05_01,2022-12-05_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 clxscore=1015 phishscore=0 lowpriorityscore=0 suspectscore=0 spamscore=0 priorityscore=1501 mlxlogscore=999 malwarescore=0 bulkscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2210170000 definitions=main-2212050145 Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Thanks. I don't see any mention of needing mono on Linux - so a suggestion to "apt-get install mono-complete" should probably be added. And maybe about running the stuart commands with -v if an error occurs. For example over the weekend I'd installed mono-runtime but not mono-complete, and the default output gave me no idea what was going wrong. -- Rebecca Cran On 12/5/22 10:32, Michael Kubacki wrote: > I'm still trying to determine what to change for this particular series > to look correct on the mailing list. > > In the meantime, if you want to see it, it is available here on my fork: > > https://github.com/makubacki/tianocore.github.io/commits/add_stuart_build_instructions > > Thanks, > Michael > > On 12/5/2022 11:26 AM, Rebecca Cran wrote: >> 2/4 just came through. >> >> On 12/5/22 09:26, Michael Kubacki wrote: >>> Thanks, I'm working on it. >>> >>> On 12/5/2022 11:25 AM, Rebecca Cran wrote: >>>> Messages 1/4 and 4/4 are empty, and 2/4 seems to be missing. >>>> >>> >>> >>> >>> >>> >> >> >> >> >> > > > > >