public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* error CODE: Unknown
@ 2021-05-20 19:58 Aaron Delaney
  2021-05-20 20:06 ` [edk2-devel] " Andrew Fish
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Delaney @ 2021-05-20 19:58 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

I'm currently trying to build edk2 on Ubuntu. once I get to the portion 
of code "build" and This is the error and messsage I receive and was 
told to email this email I have attached a screenshot of the stack trace!


[-- Attachment #2: build.pyerror.png --]
[-- Type: image/png, Size: 68816 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] error CODE: Unknown
  2021-05-20 19:58 error CODE: Unknown Aaron Delaney
@ 2021-05-20 20:06 ` Andrew Fish
  2021-05-22  7:25   ` Aaron Delaney
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Fish @ 2021-05-20 20:06 UTC (permalink / raw)
  To: edk2-devel-groups-io, etrnltrgdy

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]


> On May 20, 2021, at 12:58 PM, Aaron Delaney <etrnltrgdy@outlook.com> wrote:
> 
> I'm currently trying to build edk2 on Ubuntu. once I get to the portion of code "build" and This is the error and messsage I receive and was told to email this email I have attached a screenshot of the stack trace!
> 

Aaron,

Looks like your git repo is /home/nothim/src/edk2. The build is trying to cache some info in Conf/.cache and it is getting a permission error? Seems like a permission problem on your end? You can also try passing --no-cache  to the build command to turn this feature off? 

Thanks,

Andrew Fish

> 
> 
> 
> 
> 
> <build.pyerror.png>


[-- Attachment #2: Type: text/html, Size: 1601 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] error CODE: Unknown
  2021-05-20 20:06 ` [edk2-devel] " Andrew Fish
@ 2021-05-22  7:25   ` Aaron Delaney
  2021-05-22 18:31     ` Andrew Fish
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Delaney @ 2021-05-22  7:25 UTC (permalink / raw)
  To: Andrew Fish, edk2-devel-groups-io

[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]

Ok thanks a lot I’m sorry to bother you but it had told me to email about the error so I did. Appreciate it will be trying it tonight when I get time .
Cheers

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Andrew Fish <afish@apple.com>
Sent: Thursday, May 20, 2021 4:06:47 PM
To: edk2-devel-groups-io <devel@edk2.groups.io>; etrnltrgdy@outlook.com <etrnltrgdy@outlook.com>
Subject: Re: [edk2-devel] error CODE: Unknown


On May 20, 2021, at 12:58 PM, Aaron Delaney <etrnltrgdy@outlook.com<mailto:etrnltrgdy@outlook.com>> wrote:

I'm currently trying to build edk2 on Ubuntu. once I get to the portion of code "build" and This is the error and messsage I receive and was told to email this email I have attached a screenshot of the stack trace!


Aaron,

Looks like your git repo is /home/nothim/src/edk2. The build is trying to cache some info in Conf/.cache and it is getting a permission error? Seems like a permission problem on your end? You can also try passing --no-cache  to the build command to turn this feature off?

Thanks,

Andrew Fish






<build.pyerror.png>


[-- Attachment #2: Type: text/html, Size: 2660 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] error CODE: Unknown
  2021-05-22  7:25   ` Aaron Delaney
@ 2021-05-22 18:31     ` Andrew Fish
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Fish @ 2021-05-22 18:31 UTC (permalink / raw)
  To: Aaron Delaney; +Cc: edk2-devel-groups-io

[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]

Aaron,

No problem if the Python build throws and exception it tells you to mail, and that is what you did. It is a little more obvious to us what is going on given we have context of what the build system is trying to do. 

Thanks,

Andrew Fish

> On May 22, 2021, at 12:25 AM, Aaron Delaney <etrnltrgdy@outlook.com> wrote:
> 
> Ok thanks a lot I’m sorry to bother you but it had told me to email about the error so I did. Appreciate it will be trying it tonight when I get time . 
> Cheers
> 
> Get Outlook for iOS <https://aka.ms/o0ukef>
> From: Andrew Fish <afish@apple.com>
> Sent: Thursday, May 20, 2021 4:06:47 PM
> To: edk2-devel-groups-io <devel@edk2.groups.io>; etrnltrgdy@outlook.com <etrnltrgdy@outlook.com>
> Subject: Re: [edk2-devel] error CODE: Unknown
>
> 
>> On May 20, 2021, at 12:58 PM, Aaron Delaney <etrnltrgdy@outlook.com <mailto:etrnltrgdy@outlook.com>> wrote:
>> 
>> I'm currently trying to build edk2 on Ubuntu. once I get to the portion of code "build" and This is the error and messsage I receive and was told to email this email I have attached a screenshot of the stack trace!
>> 
> 
> Aaron,
> 
> Looks like your git repo is /home/nothim/src/edk2. The build is trying to cache some info in Conf/.cache and it is getting a permission error? Seems like a permission problem on your end? You can also try passing --no-cache  to the build command to turn this feature off? 
> 
> Thanks,
> 
> Andrew Fish
> 
>> 
>> 
>> 
>> 
>> 
>> <build.pyerror.png>
> 


[-- Attachment #2: Type: text/html, Size: 3955 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-22 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-20 19:58 error CODE: Unknown Aaron Delaney
2021-05-20 20:06 ` [edk2-devel] " Andrew Fish
2021-05-22  7:25   ` Aaron Delaney
2021-05-22 18:31     ` Andrew Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox