[L2Ork-dev] L2Ork-dev Digest, Vol 89, Issue 63

Nitish 0007nitishsharma at gmail.com
Wed Mar 24 00:31:09 EDT 2021


Respected Sir, I want to work on ‘Web app UI cleanup’ project I run the code on my machine by following the documentation given for the above project. 
But there are some errors in console.

The app is not even working. I didn’t get any clue how to start.
Please direct me so that I can move further with the project.

--Nitish
Sent from Mail for Windows 10

From: l2ork-dev-request at disis.music.vt.edu
Sent: 24 March 2021 07:20
To: l2ork-dev at disis.music.vt.edu
Subject: L2Ork-dev Digest, Vol 89, Issue 63

Send L2Ork-dev mailing list submissions to
	l2ork-dev at disis.music.vt.edu

To subscribe or unsubscribe via the World Wide Web, visit
	https://disis.music.vt.edu/listinfo/l2ork-dev
or, via email, send a message with subject or body 'help' to
	l2ork-dev-request at disis.music.vt.edu

You can reach the person managing the list at
	l2ork-dev-owner at disis.music.vt.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of L2Ork-dev digest..."


Today's Topics:

   1. GSOC2021 query and proposal (Meet Agrawal)
   2. Re: GSOC2021 query and proposal (Jonathan Wilkes)
   3. Re: Contributing to PurrData GSoc'21 (Vatsal Nanda)
   4. Re: Contributing to PurrData GSoc'21 (Vatsal Nanda)


----------------------------------------------------------------------

Message: 1
Date: Tue, 23 Mar 2021 23:25:36 +0530
From: Meet Agrawal <agrawalmeet91 at gmail.com>
To: l2ork-dev at disis.music.vt.edu
Subject: [L2Ork-dev] GSOC2021 query and proposal
Message-ID:
	<CAOwXXgfXTMrjoEk27cR=1jNpX3X9=CM8vFXAy33jh_ckaS_WGQ at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I'm Meet Agrawal from Visvesvaraya National Institute of Technology
I'm looking forward to work on the project -
  Use ref-counting to handle object lifetimes
As far as I've considered the project it relates to programming crashing
due to some dereferencing of pointers whose memory access on heap has
already been lost
I've recently worked out on a project for Garbage collection routine in C++
Using the mark-sweep algorithm we can actually create up a table where we
trace back a pointer to its parent and if the parent is set deactive in the
program we free that further allocated space and set the pointer to null

I want to get a further view over what the project exactly wants an
implementation for.
Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210323/842c7cd8/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 23 Mar 2021 21:15:23 -0400
From: Jonathan Wilkes <jon.w.wilkes at gmail.com>
To: l2ork-dev <l2ork-dev at disis.music.vt.edu>
Subject: Re: [L2Ork-dev] GSOC2021 query and proposal
Message-ID:
	<CAOA7yC4r4Pu6OLU=yu6AsgDuMsu689amvgCmgiJn-fv_TLe-6Q at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

On Tue, Mar 23, 2021 at 9:05 PM Meet Agrawal <agrawalmeet91 at gmail.com> wrote:
>
> I'm Meet Agrawal from Visvesvaraya National Institute of Technology
> I'm looking forward to work on the project -
>   Use ref-counting to handle object lifetimes
> As far as I've considered the project it relates to programming crashing due to some dereferencing of pointers whose memory access on heap has already been lost
> I've recently worked out on a project for Garbage collection routine in C++
> Using the mark-sweep algorithm we can actually create up a table where we trace back a pointer to its parent and if the parent is set deactive in the program we free that further allocated space and set the pointer to null
>
> I want to get a further view over what the project exactly wants an implementation for.
> Thank You

Hello Meet Agrawal,

Welcome!

Yes, the basic problem is that of accessing memory which has already been freed.

However, Purr Data is a realtime program. That means we measure
worst-case performance
times of deterministic behavior. Any solution to the problem must take
this into account.

-Jonathan

> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev


------------------------------

Message: 3
Date: Wed, 24 Mar 2021 07:18:19 +0530
From: Vatsal Nanda <vatsalnanda3 at gmail.com>
To: l2ork-dev at disis.music.vt.edu
Subject: Re: [L2Ork-dev] Contributing to PurrData GSoc'21
Message-ID:
	<CAGEN_QQCBP9YqBARrRMmUpausha=gwS1gNSK5rfMtZP1PD3J4A at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Ok. I will try it. Thank you so much.

On Tue, Mar 23, 2021, 11:40 PM Suraj Modi <modisuraj61 at gmail.com> wrote:

> Hi , after ./emsdk install latest or ./emsdk activate latest you will get
> output something like configure paths and all where you will find a source
> command with a path something like source /abc/cde/.. just paste the
> complete command in the terminal and press enter , then go as told in
> GitHub repo readme file.
> Thank you
> Suraj
>
>
> On Tue, 23 Mar, 2021, 5:33 pm Vatsal Nanda, <vatsalnanda3 at gmail.com>
> wrote:
>
>> Respected sir,
>> I tried all the above-mentioned commands in order,  but stil I am getting
>> the same error.
>>
>> Thanks.
>> Vatsal Nanda.
>>
>> On Tue, Mar 23, 2021 at 8:30 AM Vatsal Nanda <vatsalnanda3 at gmail.com>
>> wrote:
>>
>>> [image: image.png]
>>> I ran all these commands again. But still, getting the same error sir.
>>>
>>> On Tue, Mar 23, 2021 at 8:28 AM Jonathan Wilkes <jon.w.wilkes at gmail.com>
>>> wrote:
>>>
>>>> I'd suggest starting again and make sure you followed all the steps.
>>>>
>>>> On Mon, Mar 22, 2021 at 10:55 PM Vatsal Nanda <vatsalnanda3 at gmail.com>
>>>> wrote:
>>>> >
>>>> > Thank you sir for responding to my query. I ran the command which you
>>>> told me, ' source ./emsdk_env.sh', but still it is giving the same error.
>>>> Could you please provide a solution for it?
>>>> >
>>>> > Thank you.
>>>> > Vatsal Nanda.
>>>> >
>>>> > On Mon, Mar 22, 2021 at 11:38 PM Jonathan Wilkes <
>>>> jon.w.wilkes at gmail.com> wrote:
>>>> >>
>>>> >> On Mon, Mar 22, 2021 at 11:41 AM Vatsal Nanda <
>>>> vatsalnanda3 at gmail.com> wrote:
>>>> >>>
>>>> >>> Respected Sir/Ma'am,
>>>> >>>  I have been contributing to the Purr-Data organization. While
>>>> installing the build dependencies for Purr-Data, I was having not able to
>>>> start the app. This was the screen I was getting
>>>> >>>
>>>> >>>
>>>> >>> After that, I was trying to do the set-up for "Web App UI Cleanup"
>>>> project. But in the end, while running the command of "make emscripten", I
>>>> got the following error message-
>>>> >>>
>>>> >>> Release && emmake make
>>>> >>>
>>>> >>> /bin/sh: emcmake: command not found
>>>> >>>
>>>> >>> make[1]: *** [libpd] Error 127
>>>> >>>
>>>> >>> make: *** [emscripten] Error 2.
>>>> >>>
>>>> >>>
>>>> >>> Could you please help me with this? It would be extremely helpful.
>>>> >>
>>>> >>
>>>> >> If you look at the output of one of the commands in those
>>>> instructions, it gives you a `source` command with an argument that you
>>>> need to run.
>>>> >>
>>>> >> -Jonathan
>>>> >>
>>>> >>>
>>>> >>>
>>>> >>> Thank you.
>>>> >>>
>>>> >>> Yours sincerely,
>>>> >>>
>>>> >>> Vatsal Nanda.
>>>> >>>
>>>> >>> _______________________________________________
>>>> >>> L2Ork-dev mailing list
>>>> >>> L2Ork-dev at disis.music.vt.edu
>>>> >>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>> >>
>>>> >> _______________________________________________
>>>> >> L2Ork-dev mailing list
>>>> >> L2Ork-dev at disis.music.vt.edu
>>>> >> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>> >
>>>> > _______________________________________________
>>>> > L2Ork-dev mailing list
>>>> > L2Ork-dev at disis.music.vt.edu
>>>> > https://disis.music.vt.edu/listinfo/l2ork-dev
>>>> _______________________________________________
>>>> L2Ork-dev mailing list
>>>> L2Ork-dev at disis.music.vt.edu
>>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>
>>> _______________________________________________
>> L2Ork-dev mailing list
>> L2Ork-dev at disis.music.vt.edu
>> https://disis.music.vt.edu/listinfo/l2ork-dev
>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/4a4fc023/attachment-0001.html>

------------------------------

Message: 4
Date: Wed, 24 Mar 2021 07:20:01 +0530
From: Vatsal Nanda <vatsalnanda3 at gmail.com>
To: l2ork-dev at disis.music.vt.edu
Subject: Re: [L2Ork-dev] Contributing to PurrData GSoc'21
Message-ID:
	<CAGEN_QTs_93BM7z7hKUq-f_bhdx=TBtxpte5VGDbBw5u95+tgg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

My default system is Mac but I use Linux version 20.04 through virtual box.

On Wed, Mar 24, 2021, 12:32 AM Zack Lee <cuinjune at gmail.com> wrote:

> Hi Vatsal,
>
> Are you using Linux? If so please let me know which distro/version you
> are using.
> And please try the following commands to see if it works:
>
> git clone https://github.com/emscripten-core/emsdk.git
> cd emsdk
> git pull
> ./emsdk install latest
> ./emsdk activate latest
> source ./emsdk_env.sh
> ./emsdk update-tags
> ./emsdk install tot
> ./emsdk activate tot
> cd ..
> git clone https://git.purrdata.net/jwilkes/purr-data.git
> cd purr-data
> git checkout emscripten
> make emscripten
>
> Best,
> Zack
>
> 2021년 3월 23일 (화) 오후 1:16, Jonathan Wilkes <jon.w.wilkes at gmail.com>님이 작성:
>
>> Cc'ing Zack on this. I got that error too, but using the `source` command
>> in the relevant step of the guide fixed it.
>>
>> -Jonathan
>>
>> On Tue, Mar 23, 2021 at 8:08 AM Vatsal Nanda <vatsalnanda3 at gmail.com>
>> wrote:
>>
>>> Respected sir,
>>> I tried all the above-mentioned commands in order,  but stil I am
>>> getting the same error.
>>>
>>> Thanks.
>>> Vatsal Nanda.
>>>
>>> On Tue, Mar 23, 2021 at 8:30 AM Vatsal Nanda <vatsalnanda3 at gmail.com>
>>> wrote:
>>>
>>>> [image: image.png]
>>>> I ran all these commands again. But still, getting the same error sir.
>>>>
>>>> On Tue, Mar 23, 2021 at 8:28 AM Jonathan Wilkes <jon.w.wilkes at gmail.com>
>>>> wrote:
>>>>
>>>>> I'd suggest starting again and make sure you followed all the steps.
>>>>>
>>>>> On Mon, Mar 22, 2021 at 10:55 PM Vatsal Nanda <vatsalnanda3 at gmail.com>
>>>>> wrote:
>>>>> >
>>>>> > Thank you sir for responding to my query. I ran the command which
>>>>> you told me, ' source ./emsdk_env.sh', but still it is giving the same
>>>>> error. Could you please provide a solution for it?
>>>>> >
>>>>> > Thank you.
>>>>> > Vatsal Nanda.
>>>>> >
>>>>> > On Mon, Mar 22, 2021 at 11:38 PM Jonathan Wilkes <
>>>>> jon.w.wilkes at gmail.com> wrote:
>>>>> >>
>>>>> >> On Mon, Mar 22, 2021 at 11:41 AM Vatsal Nanda <
>>>>> vatsalnanda3 at gmail.com> wrote:
>>>>> >>>
>>>>> >>> Respected Sir/Ma'am,
>>>>> >>>  I have been contributing to the Purr-Data organization. While
>>>>> installing the build dependencies for Purr-Data, I was having not able to
>>>>> start the app. This was the screen I was getting
>>>>> >>>
>>>>> >>>
>>>>> >>> After that, I was trying to do the set-up for "Web App UI Cleanup"
>>>>> project. But in the end, while running the command of "make emscripten", I
>>>>> got the following error message-
>>>>> >>>
>>>>> >>> Release && emmake make
>>>>> >>>
>>>>> >>> /bin/sh: emcmake: command not found
>>>>> >>>
>>>>> >>> make[1]: *** [libpd] Error 127
>>>>> >>>
>>>>> >>> make: *** [emscripten] Error 2.
>>>>> >>>
>>>>> >>>
>>>>> >>> Could you please help me with this? It would be extremely helpful.
>>>>> >>
>>>>> >>
>>>>> >> If you look at the output of one of the commands in those
>>>>> instructions, it gives you a `source` command with an argument that you
>>>>> need to run.
>>>>> >>
>>>>> >> -Jonathan
>>>>> >>
>>>>> >>>
>>>>> >>>
>>>>> >>> Thank you.
>>>>> >>>
>>>>> >>> Yours sincerely,
>>>>> >>>
>>>>> >>> Vatsal Nanda.
>>>>> >>>
>>>>> >>> _______________________________________________
>>>>> >>> L2Ork-dev mailing list
>>>>> >>> L2Ork-dev at disis.music.vt.edu
>>>>> >>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>> >>
>>>>> >> _______________________________________________
>>>>> >> L2Ork-dev mailing list
>>>>> >> L2Ork-dev at disis.music.vt.edu
>>>>> >> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>> >
>>>>> > _______________________________________________
>>>>> > L2Ork-dev mailing list
>>>>> > L2Ork-dev at disis.music.vt.edu
>>>>> > https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing list
>>>>> L2Ork-dev at disis.music.vt.edu
>>>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>
>>>> _______________________________________________
>>> L2Ork-dev mailing list
>>> L2Ork-dev at disis.music.vt.edu
>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>
>> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/2e965e04/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 116471 bytes
Desc: not available
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/2e965e04/attachment.png>

------------------------------

Subject: Digest Footer

_______________________________________________
L2Ork-dev mailing list
L2Ork-dev at disis.music.vt.edu
https://disis.music.vt.edu/listinfo/l2ork-dev

------------------------------

End of L2Ork-dev Digest, Vol 89, Issue 63
*****************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/3268039a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 73BC642A89964E4FA18D571E9C4DC2BD.png
Type: image/png
Size: 189135 bytes
Desc: not available
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20210324/3268039a/attachment-0001.png>


More information about the L2Ork-dev mailing list