public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* "rebase-trigger full"
@ 2017-07-25  5:11 mike
  2017-07-25 14:29 ` Brian Inglis
  0 siblings, 1 reply; 8+ messages in thread
From: mike @ 2017-07-25  5:11 UTC (permalink / raw)
  To: cygwin

Can someone please tell me how to do that.

Thanks very much in advance

Mike

-- 
I *AM* a unique and special snowflake


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-25  5:11 "rebase-trigger full" mike
@ 2017-07-25 14:29 ` Brian Inglis
  2017-07-25 14:38   ` mike
  0 siblings, 1 reply; 8+ messages in thread
From: Brian Inglis @ 2017-07-25 14:29 UTC (permalink / raw)
  To: cygwin

On 2017-07-24 22:55, mike wrote:
> Can someone please tell me how to do that.
> 
> Thanks very much in advance

Type the command within the double quotes at a Cygwin shell command prompt, with
your Cygwin bin directory in your PATH. Then shutdown all Cygwin services and
exit all Cygwin programs. Download 32 bit Cygwin
https://cygwin.com/setup-x86.exe or 64 bit Cygwin
https://cygwin.com/setup-x86_64.exe and run it by double-clicking the downloaded
file in Windows File Explorer, or Win-R Windows Run by typing the full Windows
path of the exe file.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-25 14:29 ` Brian Inglis
@ 2017-07-25 14:38   ` mike
  2017-07-25 16:10     ` mike
  0 siblings, 1 reply; 8+ messages in thread
From: mike @ 2017-07-25 14:38 UTC (permalink / raw)
  To: cygwin

On 25/07/2017 06:21, Brian Inglis wrote:
> On 2017-07-24 22:55, mike wrote:
>> Can someone please tell me how to do that.
>>
>> Thanks very much in advance
> Type the command within the double quotes at a Cygwin shell command prompt, with
> your Cygwin bin directory in your PATH. Then shutdown all Cygwin services and
> exit all Cygwin programs. Download 32 bit Cygwin
> https://cygwin.com/setup-x86.exe or 64 bit Cygwin
> https://cygwin.com/setup-x86_64.exe and run it by double-clicking the downloaded
> file in Windows File Explorer, or Win-R Windows Run by typing the full Windows
> path of the exe file.
>
Thank you very much for that.  I will do it.

Mike

-- 
I *AM* a unique and special snowflake


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-25 14:38   ` mike
@ 2017-07-25 16:10     ` mike
  2017-07-25 16:47       ` Marco Atzeri
  0 siblings, 1 reply; 8+ messages in thread
From: mike @ 2017-07-25 16:10 UTC (permalink / raw)
  To: cygwin

On 25/07/2017 11:17, mike wrote:
> On 25/07/2017 06:21, Brian Inglis wrote:
>> On 2017-07-24 22:55, mike wrote:
>>> Can someone please tell me how to do that.
>>>
>>> Thanks very much in advance
>> Type the command within the double quotes at a Cygwin shell command 
>> prompt, with
>> your Cygwin bin directory in your PATH. Then shutdown all Cygwin 
>> services and
>> exit all Cygwin programs. Download 32 bit Cygwin
>> https://cygwin.com/setup-x86.exe or 64 bit Cygwin
>> https://cygwin.com/setup-x86_64.exe and run it by double-clicking the 
>> downloaded
>> file in Windows File Explorer, or Win-R Windows Run by typing the 
>> full Windows
>> path of the exe file.
>>
> Thank you very much for that.  I will do it.
>
> Mike
>
Thanks very much for that Brian.  That seems to have done the trick.  
It's solved part of my problems anyway.  However why does rebasing take 
such a long time?  I would have thought that it would be quite fast 
using oldschool compile/link/load techniques. I'm not being critical I'm 
just curious because a long time ago I used to work on stuff like this 
myself.

-- 
I *AM* a unique and special snowflake


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-25 16:10     ` mike
@ 2017-07-25 16:47       ` Marco Atzeri
  2017-07-25 17:45         ` mike
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Atzeri @ 2017-07-25 16:47 UTC (permalink / raw)
  To: cygwin

On 25/07/2017 16:12, mike wrote:
> On 25/07/2017 11:17, mike wrote:
>> On 25/07/2017 06:21, Brian Inglis wrote:
>>
> Thanks very much for that Brian.  That seems to have done the trick.
> It's solved part of my problems anyway.  However why does rebasing take
> such a long time?  I would have thought that it would be quite fast
> using oldschool compile/link/load techniques. I'm not being critical I'm
> just curious because a long time ago I used to work on stuff like this
> myself.
>

Hi Mike,

"full" take long as need to rebase from scratch every single dll's.
It is only needed in case of problems.

If you want to know how many dll's are rebased :

$ rebase -si |wc -l


The usual rebase pass is incremental and it is much faster.

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-25 16:47       ` Marco Atzeri
@ 2017-07-25 17:45         ` mike
  2017-07-26  0:09           ` Achim Gratz
  0 siblings, 1 reply; 8+ messages in thread
From: mike @ 2017-07-25 17:45 UTC (permalink / raw)
  To: cygwin

On 25/07/2017 15:29, Marco Atzeri wrote:
> On 25/07/2017 16:12, mike wrote:
>> On 25/07/2017 11:17, mike wrote:
>>> On 25/07/2017 06:21, Brian Inglis wrote:
>>>
>> Thanks very much for that Brian.  That seems to have done the trick.
>> It's solved part of my problems anyway.  However why does rebasing take
>> such a long time?  I would have thought that it would be quite fast
>> using oldschool compile/link/load techniques. I'm not being critical I'm
>> just curious because a long time ago I used to work on stuff like this
>> myself.
>>
>
> Hi Mike,
>
> "full" take long as need to rebase from scratch every single dll's.
> It is only needed in case of problems.
>
> If you want to know how many dll's are rebased :
>
> $ rebase -si |wc -l
>
>
> The usual rebase pass is incremental and it is much faster.
>
> Regards
> Marco
>
>
> -- 
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>
Thank you Marco.  Maybe there are just way more dlls than I ever realised.

Mike

-- 
I *AM* a unique and special snowflake


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-25 17:45         ` mike
@ 2017-07-26  0:09           ` Achim Gratz
  2017-07-26  8:09             ` mike
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2017-07-26  0:09 UTC (permalink / raw)
  To: cygwin

mike writes:
> Maybe there are just way more dlls than I ever realised.

There certainly are.  This is why it's absolutely not recommended to
install everything ("Full") or whole categories these days, at least not
for a 32bit installation.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: "rebase-trigger full"
  2017-07-26  0:09           ` Achim Gratz
@ 2017-07-26  8:09             ` mike
  0 siblings, 0 replies; 8+ messages in thread
From: mike @ 2017-07-26  8:09 UTC (permalink / raw)
  To: cygwin

On 25/07/2017 19:29, Achim Gratz wrote:
> mike writes:
>> Maybe there are just way more dlls than I ever realised.
> There certainly are.  This is why it's absolutely not recommended to
> install everything ("Full") or whole categories these days, at least not
> for a 32bit installation.
>
>
> Regards,
> Achim.

Thanks Achim.  That makes sense to me.  I'm sure I still have a lot to 
learn about Cygwin.

Best regards

Mike

-- 
I *AM* a unique and special snowflake


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2017-07-25 19:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25  5:11 "rebase-trigger full" mike
2017-07-25 14:29 ` Brian Inglis
2017-07-25 14:38   ` mike
2017-07-25 16:10     ` mike
2017-07-25 16:47       ` Marco Atzeri
2017-07-25 17:45         ` mike
2017-07-26  0:09           ` Achim Gratz
2017-07-26  8:09             ` mike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).