public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
@ 2016-03-16  0:22 Tatsuro MATSUOKA
  2016-03-16  0:50 ` Andrey Repin
  0 siblings, 1 reply; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-16  0:22 UTC (permalink / raw)
  To: cygwin

Hello

Today I have check out by setup command on Cygwin-x86.

The make command does not work.

$ LC_ALL=C make
      0 [main] make 8704 child_info_fork::abort: E:\cygwin\bin\cyggmp-10.dll: Loaded to different address: parent(0x8B0000) != child(0x7B0000)
make: fork: Resource temporarily unavailable

Any suggestions?


Tatsuro


--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16  0:22 make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address) Tatsuro MATSUOKA
@ 2016-03-16  0:50 ` Andrey Repin
  2016-03-16  1:46   ` Tatsuro MATSUOKA
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Repin @ 2016-03-16  0:50 UTC (permalink / raw)
  To: Tatsuro MATSUOKA, cygwin

Greetings, Tatsuro MATSUOKA!

> Hello

> Today I have check out by setup command on Cygwin-x86.

> The make command does not work.

> $ LC_ALL=C make
>       0 [main] make 8704 child_info_fork::abort:
> E:\cygwin\bin\cyggmp-10.dll: Loaded to different address: parent(0x8B0000) != child(0x7B0000)
> make: fork: Resource temporarily unavailable

> Any suggestions?

rebase-trigger full
setup to the last

Also,

> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html


-- 
With best regards,
Andrey Repin
Wednesday, March 16, 2016 03:36:36

Sorry for my terrible english...

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

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16  0:50 ` Andrey Repin
@ 2016-03-16  1:46   ` Tatsuro MATSUOKA
  2016-03-16  2:38     ` Tatsuro MATSUOKA
                       ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-16  1:46 UTC (permalink / raw)
  To: cygwin

Thank you for the reply

> rebase-trigger full 
> setup to the last 

> rebase-trigger full ?

I started up ash from Windows command prompt and tried to start 

$ rebase-trigger full 
but
ash: 1: rebase-trigger: not found

I have installed rebase package from the cygwin package.

> setup to the last ?

What should I do for "setup to the last?

Regards

Tatsuro




--
View this message in context: http://cygwin.1069669.n5.nabble.com/make-command-fails-on-cygwin-x86-cyggmp-10-dll-Loaded-to-different-address-tp125247p125249.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16  1:46   ` Tatsuro MATSUOKA
@ 2016-03-16  2:38     ` Tatsuro MATSUOKA
  2016-03-16  9:42     ` Achim Gratz
  2016-03-16 12:05     ` Andrey Repin
  2 siblings, 0 replies; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-16  2:38 UTC (permalink / raw)
  To: cygwin

rebaseall and restart PC solves the issue.

Thanks!

Tatsuro 



--
View this message in context: http://cygwin.1069669.n5.nabble.com/make-command-fails-on-cygwin-x86-cyggmp-10-dll-Loaded-to-different-address-tp125247p125251.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16  1:46   ` Tatsuro MATSUOKA
  2016-03-16  2:38     ` Tatsuro MATSUOKA
@ 2016-03-16  9:42     ` Achim Gratz
  2016-03-16 12:05     ` Andrey Repin
  2 siblings, 0 replies; 13+ messages in thread
From: Achim Gratz @ 2016-03-16  9:42 UTC (permalink / raw)
  To: cygwin

Tatsuro MATSUOKA <tmacchant2 <at> yahoo.co.jp> writes:
> I started up ash from Windows command prompt and tried to start 

That's not necessary anymore, but if you do you either need to set PATH or
prepend /bin/ to all commands.

> $ rebase-trigger full 
> but
> ash: 1: rebase-trigger: not found
> 
> I have installed rebase package from the cygwin package.
> 
> > setup to the last ?
> 
> What should I do for "setup to the last?

Just shut down all your Cygwin processes and then run setup.exe again.


Regards,
Achim.


--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16  1:46   ` Tatsuro MATSUOKA
  2016-03-16  2:38     ` Tatsuro MATSUOKA
  2016-03-16  9:42     ` Achim Gratz
@ 2016-03-16 12:05     ` Andrey Repin
  2016-03-16 13:50       ` Tatsuro MATSUOKA
  2 siblings, 1 reply; 13+ messages in thread
From: Andrey Repin @ 2016-03-16 12:05 UTC (permalink / raw)
  To: Tatsuro MATSUOKA, cygwin

Greetings, Tatsuro MATSUOKA!

>> rebase-trigger full
>> setup to the last 

>> rebase-trigger full ?

> I started up ash from Windows command prompt and tried to start 

> $ rebase-trigger full 
> but
> ash: 1: rebase-trigger: not found

Then your installation is sorely out of date.

$ which rebase-trigger
/usr/bin/rebase-trigger

$ rebase-trigger --help

rebase-trigger [-h | --help | [ full[rebase] | peflags ]]

Commands:
------------------------------------

full
fullrebase
        Perform a full rebase the next time autorebase is run.

peflags
        Set some flags on executables necessary to run on a Terminal
        Server.  This is only needed for 32bit executables that have
        been created with old toolchains.

> I have installed rebase package from the cygwin package.

>> setup to the last ?

> What should I do for "setup to the last?

As Achim said, just close all running Cygwin processes, then run setup and let
it do its magic.
Also, if you have 64-bit OS and don't have specific needs for x86 Cygwin, I'd
recommend scraping your current Cygwin suite and install 64-bit one.
It gets A LOT easier on memory layout.


-- 
With best regards,
Andrey Repin
Wednesday, March 16, 2016 14:48:35

Sorry for my terrible english...


--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16 12:05     ` Andrey Repin
@ 2016-03-16 13:50       ` Tatsuro MATSUOKA
  2016-03-16 14:00         ` Achim Gratz
  0 siblings, 1 reply; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-16 13:50 UTC (permalink / raw)
  To: cygwin

----- Original Message -----

> From: Andrey Repin 
> To: Tatsuro MATSUOKA ; cygwin
> Cc: 
> Date: 2016/3/16, Wed 20:51
> Subject: Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
> 
>G reetings, Tatsuro MATSUOKA!
> 
>>>  rebase-trigger full
>>>  setup to the last 
> 
>>>  rebase-trigger full ?
> 
>>  I started up ash from Windows command prompt and tried to start 
> 
>>  $ rebase-trigger full 
>>  but
>>  ash: 1: rebase-trigger: not found
> 
> Then your installation is sorely out of date.
> 
> $ which rebase-trigger
> /usr/bin/rebase-trigger
> 
> $ rebase-trigger --help
> 
> rebase-trigger [-h | --help | [ full[rebase] | peflags ]]
> 
> Commands:
> ------------------------------------
> 
> full
> fullrebase
>         Perform a full rebase the next time autorebase is run.
> 
> peflags
>         Set some flags on executables necessary to run on a Terminal
>         Server.  This is only needed for 32bit executables that have
>         been created with old toolchains.
> 
I have forgotten ./ before  rebase-trigger in ash. 
"./" is needed if it executed from windows cmd


> 
>>>  setup to the last ?
> 
>>  What should I do for "setup to the last?
> 
> As Achim said, just close all running Cygwin processes, then run setup and let
> it do its magic.
The last step of setup seem to be autorebase then setup command is the easiest way
to use "rebase". Am I right?

After rebase sometime one needs to restart PC. Right?

> Also, if you have 64-bit OS and don't have specific needs for x86 Cygwin, 
> I'd
> recommend scraping your current Cygwin suite and install 64-bit one.
> It gets A LOT easier on memory layout.

I know.

I have both Cygwin32 and Cygwin64 for the purpose to distribute the cvs version 
of gnuplot for windows. 

http://www.tatsuromatsuoka.com/gnuplot/Eng/cygbin/



For usual use, I of course uses Cygwin64 on 64 bit windows.

Thank you for your detailed explanations.

Tatsuro

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16 13:50       ` Tatsuro MATSUOKA
@ 2016-03-16 14:00         ` Achim Gratz
  2016-03-16 19:54           ` Tatsuro MATSUOKA
  0 siblings, 1 reply; 13+ messages in thread
From: Achim Gratz @ 2016-03-16 14:00 UTC (permalink / raw)
  To: cygwin

Tatsuro MATSUOKA <tmacchant2 <at> yahoo.co.jp> writes:
> The last step of setup seem to be autorebase then setup command is the
easiest way
> to use "rebase". Am I right?

Yes.

> After rebase sometime one needs to restart PC. Right?

No.  You only need to restart if in-use DLL have been replaced during setup.
 Rebase just doesn't do anything for in-use files, so the worst that can
happen is that you have an incomplete rebase.


Regards,
Achim.


--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16 14:00         ` Achim Gratz
@ 2016-03-16 19:54           ` Tatsuro MATSUOKA
  2016-03-16 20:13             ` Achim Gratz
  0 siblings, 1 reply; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-16 19:54 UTC (permalink / raw)
  To: Achim Gratz, cygwin

Dear Achim

>Tatsuro MATSUOKA <tmacchant2 <at> yahoo.co.jp> writes:
>>  The last step of setup seem to be autorebase then setup command is the
> easiest way
>>  to use "rebase". Am I right?
> 
> Yes.
>>  After rebase sometime one needs to restart PC. Right?
> 
> No.  You only need to restart if in-use DLL have been replaced during setup.
> Rebase just doesn't do anything for in-use files, so the worst that can
> happen is that you have an incomplete rebase.
> 
Thank you for your kind explanations.

I remember the situation of the Cygwin setup before the issue.
Usually I do not use cygwin process until setup command finished.
However,I have no confidence that I kill all other cygwin-x86 process at that time.
I will take care during cygwin setup process.

Regards

Tatsuro 

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16 19:54           ` Tatsuro MATSUOKA
@ 2016-03-16 20:13             ` Achim Gratz
  2016-03-16 23:38               ` Tatsuro MATSUOKA
  2016-03-17 13:05               ` Andrey Repin
  0 siblings, 2 replies; 13+ messages in thread
From: Achim Gratz @ 2016-03-16 20:13 UTC (permalink / raw)
  To: cygwin

Tatsuro MATSUOKA writes:
> However,I have no confidence that I kill all other cygwin-x86 process
> at that time.  I will take care during cygwin setup process.

Install procps and just issue "pkill ." in an admin shell (or make a
shortcut for that) if you want to be sure.


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

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16 20:13             ` Achim Gratz
@ 2016-03-16 23:38               ` Tatsuro MATSUOKA
  2016-03-17 13:05               ` Andrey Repin
  1 sibling, 0 replies; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-16 23:38 UTC (permalink / raw)
  To: Achim Gratz, cygwin

----- Original Message -----

> From: Achim Gratz 
> To: cygwinm
> Cc: 
> Date: 2016/3/17, Thu 05:13
> Subject: Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
> 
>T atsuro MATSUOKA writes:
>>  However,I have no confidence that I kill all other cygwin-x86 process
>>  at that time.  I will take care during cygwin setup process.
> 
> Install procps and just issue "pkill ." in an admin shell (or make a
> shortcut for that) if you want to be sure.


Thanks a lot!

Tatsuro

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-16 20:13             ` Achim Gratz
  2016-03-16 23:38               ` Tatsuro MATSUOKA
@ 2016-03-17 13:05               ` Andrey Repin
  2016-03-18  0:15                 ` Tatsuro MATSUOKA
  1 sibling, 1 reply; 13+ messages in thread
From: Andrey Repin @ 2016-03-17 13:05 UTC (permalink / raw)
  To: Achim Gratz, cygwin

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

Greetings, Achim Gratz!

> Tatsuro MATSUOKA writes:
>> However,I have no confidence that I kill all other cygwin-x86 process
>> at that time.  I will take care during cygwin setup process.

> Install procps and just issue "pkill ." in an admin shell (or make a
> shortcut for that) if you want to be sure.

That's a bit of a requirement. Considering this can be resolved with no external
packages.


-- 
With best regards,
Andrey Repin
Thursday, March 17, 2016 15:57:48

Sorry for my terrible english...

[-- Attachment #2: install-cygwin.sh.txt --]
[-- Type: text/plain, Size: 1505 bytes --]

#!/bin/sh

net session > /dev/null 2>&1 || {
  echo Not elevated.
  exit 1
}

# Cygwin upgrade helper script.
# Usage:
#
#   install-cygwin.sh [ ports ]
#
# If you intend to use it for new installs, you will need minimal bootstrap
# including POSIX shell interpreter and wget utility.
#
# You will have to edit the script to provide mirror URL of your choice.
#
# The script assumes existing installation of the same architecture as
# the host operating system.
# If you want to install 32-bit Cygwin on 64-bit host, override
# $ARCH with value other than "x86_64".
# F.e.
#
#   ARCH=x86 ./install-cygwin.sh

# Mirror URL - don't include trailing slash!
MIRROR="${MIRROR:-http://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin}"

# System architecture.
ARCH="${ARCH:-$(uname -m)}"

# Localization is fine... as long as you don't show it to other people.
export LANG=C

if [ "$ARCH" != "x86_64" ]; then
  ARCH=x86
fi

# Crude test for other Cygwin processes running.
if [ "$1" != "--force" ]; then
  TTY=$(tty)
  test $(ps -al | grep -vE "\<${TTY##/dev/}\>" | wc -l) -gt 1 && {
    echo There\'s likely other processes running from Cygwin environment.
    echo Please stop them or use --force to suppress this test.
    exit 1
  }
else
  shift
fi

wget -N "http://cygwin.com/setup-${ARCH}.exe"

if [ "$1" = "ports" ]; then
  KEYS="-K http://cygwinports.org/ports.gpg -s ""${MIRROR%%/}ports/"
  shift
fi

./setup-${ARCH}.exe -O -s "${MIRROR%%/}/" $KEYS $* &

sleep 2
taskkill /IM "sh.exe" /F

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

--
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] 13+ messages in thread

* Re: make command fails on cygwin-x86  (cyggmp-10.dll: Loaded to different address)
  2016-03-17 13:05               ` Andrey Repin
@ 2016-03-18  0:15                 ` Tatsuro MATSUOKA
  0 siblings, 0 replies; 13+ messages in thread
From: Tatsuro MATSUOKA @ 2016-03-18  0:15 UTC (permalink / raw)
  To: cygwin

Dear Andrey Repin 

>That's a bit of a requirement. Considering this can be resolved with no
external 
>packages. 

It is very useful. Thanks a lot.

Tatsuro



--
View this message in context: http://cygwin.1069669.n5.nabble.com/make-command-fails-on-cygwin-x86-cyggmp-10-dll-Loaded-to-different-address-tp125247p125381.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
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] 13+ messages in thread

end of thread, other threads:[~2016-03-18  0:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-16  0:22 make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address) Tatsuro MATSUOKA
2016-03-16  0:50 ` Andrey Repin
2016-03-16  1:46   ` Tatsuro MATSUOKA
2016-03-16  2:38     ` Tatsuro MATSUOKA
2016-03-16  9:42     ` Achim Gratz
2016-03-16 12:05     ` Andrey Repin
2016-03-16 13:50       ` Tatsuro MATSUOKA
2016-03-16 14:00         ` Achim Gratz
2016-03-16 19:54           ` Tatsuro MATSUOKA
2016-03-16 20:13             ` Achim Gratz
2016-03-16 23:38               ` Tatsuro MATSUOKA
2016-03-17 13:05               ` Andrey Repin
2016-03-18  0:15                 ` Tatsuro MATSUOKA

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).