Csound Csound-dev Csound-tekno Search About

[Csnd] uninstall Csound

Date2012-04-03 10:22
Fromfrancesco
Subject[Csnd] uninstall Csound
Hello All,
how can i uninstall Csound if installed with Cmake?

Thank,
ciao,
francesco.


--
View this message in context: http://csound.1045644.n5.nabble.com/uninstall-Csound-tp5614613p5614613.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-04-03 12:04
FromSteven Yi
SubjectRe: [Csnd] uninstall Csound
The Cmake build does not come with an uninstall, though it does
generate a file called install_manifest.txt in the folder you
generated the Makefiles.  I looked at:

http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F

We can take a look at adding an uninstall target as mentioned in that
link, though on *nix based systems, it looks  like you can use:

 xargs rm < install_manifest.txt

(from that page).

Thanks!
steven

On Tue, Apr 3, 2012 at 10:22 AM, francesco  wrote:
> Hello All,
> how can i uninstall Csound if installed with Cmake?
>
> Thank,
> ciao,
> francesco.
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/uninstall-Csound-tp5614613p5614613.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-04-03 16:44
FromSteven Yi
SubjectRe: [Csnd] uninstall Csound
Just to follow up, I've added the uninstall code to Csound6's CMake
build.  I've tested it and it looks to work fine.  As Csound 5's
official build system is SConstruct, I am not planning to backport it
at this time unless there are a number of requests for it.

On Tue, Apr 3, 2012 at 12:04 PM, Steven Yi  wrote:
> The Cmake build does not come with an uninstall, though it does
> generate a file called install_manifest.txt in the folder you
> generated the Makefiles.  I looked at:
>
> http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
>
> We can take a look at adding an uninstall target as mentioned in that
> link, though on *nix based systems, it looks  like you can use:
>
>  xargs rm < install_manifest.txt
>
> (from that page).
>
> Thanks!
> steven
>
> On Tue, Apr 3, 2012 at 10:22 AM, francesco  wrote:
>> Hello All,
>> how can i uninstall Csound if installed with Cmake?
>>
>> Thank,
>> ciao,
>> francesco.
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/uninstall-Csound-tp5614613p5614613.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>


Date2012-04-03 18:05
FromJacob Joaquin
SubjectRe: [Csnd] uninstall Csound
I make no promises, but I'm going to see if I can take a day or two
off of work. I would really like to make it to the Csound events on
the first day. :)

On Tue, Apr 3, 2012 at 8:44 AM, Steven Yi  wrote:
> Just to follow up, I've added the uninstall code to Csound6's CMake
> build.  I've tested it and it looks to work fine.  As Csound 5's
> official build system is SConstruct, I am not planning to backport it
> at this time unless there are a number of requests for it.
>
> On Tue, Apr 3, 2012 at 12:04 PM, Steven Yi  wrote:
>> The Cmake build does not come with an uninstall, though it does
>> generate a file called install_manifest.txt in the folder you
>> generated the Makefiles.  I looked at:
>>
>> http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
>>
>> We can take a look at adding an uninstall target as mentioned in that
>> link, though on *nix based systems, it looks  like you can use:
>>
>>  xargs rm < install_manifest.txt
>>
>> (from that page).
>>
>> Thanks!
>> steven
>>
>> On Tue, Apr 3, 2012 at 10:22 AM, francesco  wrote:
>>> Hello All,
>>> how can i uninstall Csound if installed with Cmake?
>>>
>>> Thank,
>>> ciao,
>>> francesco.
>>>
>>>
>>> --
>>> View this message in context: http://csound.1045644.n5.nabble.com/uninstall-Csound-tp5614613p5614613.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 
codehop.com | #code #art #music


Date2012-04-03 18:15
FromJacob Joaquin
SubjectRe: [Csnd] uninstall Csound
As Steven just pointed out to me, that wasn't meant to go to the list.
Sorry for the clutter. On the other hand, I maybe seeing some of you
at CCRMA if all goes well.

On Tue, Apr 3, 2012 at 10:05 AM, Jacob Joaquin  wrote:
> I make no promises, but I'm going to see if I can take a day or two
> off of work. I would really like to make it to the Csound events on
> the first day. :)
>
> On Tue, Apr 3, 2012 at 8:44 AM, Steven Yi  wrote:
>> Just to follow up, I've added the uninstall code to Csound6's CMake
>> build.  I've tested it and it looks to work fine.  As Csound 5's
>> official build system is SConstruct, I am not planning to backport it
>> at this time unless there are a number of requests for it.
>>
>> On Tue, Apr 3, 2012 at 12:04 PM, Steven Yi  wrote:
>>> The Cmake build does not come with an uninstall, though it does
>>> generate a file called install_manifest.txt in the folder you
>>> generated the Makefiles.  I looked at:
>>>
>>> http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
>>>
>>> We can take a look at adding an uninstall target as mentioned in that
>>> link, though on *nix based systems, it looks  like you can use:
>>>
>>>  xargs rm < install_manifest.txt
>>>
>>> (from that page).
>>>
>>> Thanks!
>>> steven
>>>
>>> On Tue, Apr 3, 2012 at 10:22 AM, francesco  wrote:
>>>> Hello All,
>>>> how can i uninstall Csound if installed with Cmake?
>>>>
>>>> Thank,
>>>> ciao,
>>>> francesco.
>>>>
>>>>
>>>> --
>>>> View this message in context: http://csound.1045644.n5.nabble.com/uninstall-Csound-tp5614613p5614613.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
>
> --
> codehop.com | #code #art #music



-- 
codehop.com | #code #art #music


Date2012-04-03 18:35
Fromfra III
SubjectRe: [Csnd] uninstall Csound
Thanks Mr. Steven,
personally i don't need the uninstaller for csound5, it was only an
experiment with cmake build (for some reason the installation was not
working right), but sure it will be helpful for the next csound (and for
basic users like me!).

Ciao,
francesco.




Date2012-04-03 18:37
FromSteven Yi
SubjectRe: [Csnd] uninstall Csound
Sure thing, and thanks for asking about it!  I learned about the
installer_manifest.txt and xargs today. :D


On Tue, Apr 3, 2012 at 6:35 PM, fra III  wrote:
> Thanks Mr. Steven,
> personally i don't need the uninstaller for csound5, it was only an
> experiment with cmake build (for some reason the installation was not
> working right), but sure it will be helpful for the next csound (and for
> basic users like me!).
>
> Ciao,
> francesco.
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-04-03 19:00
Fromfrancesco
Subject[Csnd] Re: uninstall Csound
well,
the manifest was there from 1848 (Karl & Friderich) ...
Oops, i guess it's not the same :)

(sorry)
ciao,
francesco.


--
View this message in context: http://csound.1045644.n5.nabble.com/uninstall-Csound-tp5614613p5615974.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-04-03 20:31
Fromluis jure
SubjectRe: [Csnd] Re: uninstall Csound
on 2012-04-03 at 11:00 francesco wrote:

>the manifest was there from 1848 (Karl & Friderich) ...
>Oops, i guess it's not the same :)

tsk, tsk, these italians, always with l'idea fissa...

;-)