ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install)
@ 2013-12-02 17:18 arton (Akio Tajima)
  2013-12-02 17:47 ` [ruby-core:58802] [ruby-trunk - Bug #9199][Assigned] " luislavena (Luis Lavena)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: arton (Akio Tajima) @ 2013-12-02 17:18 UTC (permalink / raw
  To: ruby-core


Issue #9199 has been reported by arton (Akio Tajima).

----------------------------------------
Bug #9199: win32.h is not installed by '(n)make install)
https://bugs.ruby-lang.org/issues/9199

Author: arton (Akio Tajima)
Status: Open
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: current: 2.1.0
ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mswin32_100]
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I try to install ruby-2.0.0-p353 (also rubytrunk) using 'nmake install' but ruby/win32.h does not include in include directory.

cause: tool/rbinstall.rb checks that it's required win32.h by 'unless RUBY_PLATFORM =~ /mswin|mingw|bccwin/.
It's ok but current common.mk invokes rbinstall.rb with -r./$(arch)-fake and it only rests 'i386' in RUBY_PLATFORM.

I'm not certain the reason of $(arch)-fake, so don't know how to fix it.


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:58802] [ruby-trunk - Bug #9199][Assigned] win32.h is not installed by '(n)make install)
  2013-12-02 17:18 [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install) arton (Akio Tajima)
@ 2013-12-02 17:47 ` luislavena (Luis Lavena)
  2013-12-03  3:23 ` [ruby-core:58820] [ruby-trunk - Bug #9199] " usa (Usaku NAKAMURA)
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: luislavena (Luis Lavena) @ 2013-12-02 17:47 UTC (permalink / raw
  To: ruby-core


Issue #9199 has been updated by luislavena (Luis Lavena).

Status changed from Open to Assigned


----------------------------------------
Bug #9199: win32.h is not installed by '(n)make install)
https://bugs.ruby-lang.org/issues/9199#change-43370

Author: arton (Akio Tajima)
Status: Assigned
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: build
Target version: current: 2.1.0
ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mswin32_100]
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


I try to install ruby-2.0.0-p353 (also rubytrunk) using 'nmake install' but ruby/win32.h does not include in include directory.

cause: tool/rbinstall.rb checks that it's required win32.h by 'unless RUBY_PLATFORM =~ /mswin|mingw|bccwin/.
It's ok but current common.mk invokes rbinstall.rb with -r./$(arch)-fake and it only rests 'i386' in RUBY_PLATFORM.

I'm not certain the reason of $(arch)-fake, so don't know how to fix it.


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:58820] [ruby-trunk - Bug #9199] win32.h is not installed by '(n)make install)
  2013-12-02 17:18 [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install) arton (Akio Tajima)
  2013-12-02 17:47 ` [ruby-core:58802] [ruby-trunk - Bug #9199][Assigned] " luislavena (Luis Lavena)
@ 2013-12-03  3:23 ` usa (Usaku NAKAMURA)
  2013-12-20 19:48 ` [ruby-core:59238] " usa (Usaku NAKAMURA)
  2013-12-21 13:53 ` [ruby-core:59250] " nagachika (Tomoyuki Chikanaga)
  3 siblings, 0 replies; 5+ messages in thread
From: usa (Usaku NAKAMURA) @ 2013-12-03  3:23 UTC (permalink / raw
  To: ruby-core


Issue #9199 has been updated by usa (Usaku NAKAMURA).

Assignee changed from nobu (Nobuyoshi Nakada) to Glass_saga (Masaki Matsushita)
Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: REQUIRED

this problem caused by r42862.
Why does INSTRUBY always need to include $(arch)-fake ?
It is only needed when cross compiling and prereq, IMO.
----------------------------------------
Bug #9199: win32.h is not installed by '(n)make install)
https://bugs.ruby-lang.org/issues/9199#change-43383

Author: arton (Akio Tajima)
Status: Assigned
Priority: Normal
Assignee: Glass_saga (Masaki Matsushita)
Category: build
Target version: current: 2.1.0
ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mswin32_100]
Backport: 1.9.3: DONTNEED, 2.0.0: REQUIRED


I try to install ruby-2.0.0-p353 (also rubytrunk) using 'nmake install' but ruby/win32.h does not include in include directory.

cause: tool/rbinstall.rb checks that it's required win32.h by 'unless RUBY_PLATFORM =~ /mswin|mingw|bccwin/.
It's ok but current common.mk invokes rbinstall.rb with -r./$(arch)-fake and it only rests 'i386' in RUBY_PLATFORM.

I'm not certain the reason of $(arch)-fake, so don't know how to fix it.


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:59238] [ruby-trunk - Bug #9199] win32.h is not installed by '(n)make install)
  2013-12-02 17:18 [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install) arton (Akio Tajima)
  2013-12-02 17:47 ` [ruby-core:58802] [ruby-trunk - Bug #9199][Assigned] " luislavena (Luis Lavena)
  2013-12-03  3:23 ` [ruby-core:58820] [ruby-trunk - Bug #9199] " usa (Usaku NAKAMURA)
@ 2013-12-20 19:48 ` usa (Usaku NAKAMURA)
  2013-12-21 13:53 ` [ruby-core:59250] " nagachika (Tomoyuki Chikanaga)
  3 siblings, 0 replies; 5+ messages in thread
From: usa (Usaku NAKAMURA) @ 2013-12-20 19:48 UTC (permalink / raw
  To: ruby-core


Issue #9199 has been updated by usa (Usaku NAKAMURA).


Note that this problem is not fixed at 2.1.0-rc1, and I think this is a critical showstopper.
----------------------------------------
Bug #9199: win32.h is not installed by '(n)make install)
https://bugs.ruby-lang.org/issues/9199#change-43787

Author: arton (Akio Tajima)
Status: Assigned
Priority: Normal
Assignee: Glass_saga (Masaki Matsushita)
Category: build
Target version: current: 2.1.0
ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mswin32_100]
Backport: 1.9.3: DONTNEED, 2.0.0: REQUIRED


I try to install ruby-2.0.0-p353 (also rubytrunk) using 'nmake install' but ruby/win32.h does not include in include directory.

cause: tool/rbinstall.rb checks that it's required win32.h by 'unless RUBY_PLATFORM =~ /mswin|mingw|bccwin/.
It's ok but current common.mk invokes rbinstall.rb with -r./$(arch)-fake and it only rests 'i386' in RUBY_PLATFORM.

I'm not certain the reason of $(arch)-fake, so don't know how to fix it.


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:59250] [ruby-trunk - Bug #9199] win32.h is not installed by '(n)make install)
  2013-12-02 17:18 [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install) arton (Akio Tajima)
                   ` (2 preceding siblings ...)
  2013-12-20 19:48 ` [ruby-core:59238] " usa (Usaku NAKAMURA)
@ 2013-12-21 13:53 ` nagachika (Tomoyuki Chikanaga)
  3 siblings, 0 replies; 5+ messages in thread
From: nagachika (Tomoyuki Chikanaga) @ 2013-12-21 13:53 UTC (permalink / raw
  To: ruby-core


Issue #9199 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 1.9.3: DONTNEED, 2.0.0: REQUIRED to 1.9.3: DONTNEED, 2.0.0: DONE

r44307 was backported to ruby_2_0_0 at r44323.
----------------------------------------
Bug #9199: win32.h is not installed by '(n)make install)
https://bugs.ruby-lang.org/issues/9199#change-43805

Author: arton (Akio Tajima)
Status: Closed
Priority: Normal
Assignee: Glass_saga (Masaki Matsushita)
Category: build
Target version: current: 2.1.0
ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mswin32_100]
Backport: 1.9.3: DONTNEED, 2.0.0: DONE


I try to install ruby-2.0.0-p353 (also rubytrunk) using 'nmake install' but ruby/win32.h does not include in include directory.

cause: tool/rbinstall.rb checks that it's required win32.h by 'unless RUBY_PLATFORM =~ /mswin|mingw|bccwin/.
It's ok but current common.mk invokes rbinstall.rb with -r./$(arch)-fake and it only rests 'i386' in RUBY_PLATFORM.

I'm not certain the reason of $(arch)-fake, so don't know how to fix it.


-- 
http://bugs.ruby-lang.org/

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

end of thread, other threads:[~2013-12-21 14:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 17:18 [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install) arton (Akio Tajima)
2013-12-02 17:47 ` [ruby-core:58802] [ruby-trunk - Bug #9199][Assigned] " luislavena (Luis Lavena)
2013-12-03  3:23 ` [ruby-core:58820] [ruby-trunk - Bug #9199] " usa (Usaku NAKAMURA)
2013-12-20 19:48 ` [ruby-core:59238] " usa (Usaku NAKAMURA)
2013-12-21 13:53 ` [ruby-core:59250] " nagachika (Tomoyuki Chikanaga)

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