ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:81499] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment
       [not found] <redmine.issue-13619.20170601083403@ruby-lang.org>
@ 2017-06-01  8:34 ` hsbt
  2017-06-02  1:16 ` [ruby-core:81516] " hsbt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2017-06-01  8:34 UTC (permalink / raw)
  To: ruby-core

Issue #13619 has been reported by hsbt (Hiroshi SHIBATA).

----------------------------------------
Bug #13619: Unable to configure on Cygwin i686 environment
https://bugs.ruby-lang.org/issues/13619

* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
When I invoke `configure` with cygwin i686 environment, I got following error:

```
config.status: creating Makefile
/usr/bin/sed: -e expression #1, char 18: unterminated `s' command
make: *** No rule to make target 'info-program'.  Stop.

```

But I could not reproduce this with cygwin x86_64 environment.

Anyone do finish `configure` with cygwin i686?



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

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

* [ruby-core:81516] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment
       [not found] <redmine.issue-13619.20170601083403@ruby-lang.org>
  2017-06-01  8:34 ` [ruby-core:81499] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment hsbt
@ 2017-06-02  1:16 ` hsbt
  2017-06-03  2:36 ` [ruby-core:81549] " hsbt
  2017-06-03  5:08 ` [ruby-core:81553] [Ruby trunk Bug#13619][Rejected] " hsbt
  3 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2017-06-02  1:16 UTC (permalink / raw)
  To: ruby-core

Issue #13619 has been updated by hsbt (Hiroshi SHIBATA).

File configure.log added
Assignee set to nobu (Nobuyoshi Nakada)
Target version set to 2.5

I attached result of `bash -x /path/to/configure`


----------------------------------------
Bug #13619: Unable to configure on Cygwin i686 environment
https://bugs.ruby-lang.org/issues/13619#change-65223

* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 2.5
* ruby -v: 
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
When I invoke `configure` with cygwin i686 environment, I got following error:

```
config.status: creating Makefile
/usr/bin/sed: -e expression #1, char 18: unterminated `s' command
make: *** No rule to make target 'info-program'.  Stop.

```

But I could not reproduce this with cygwin x86_64 environment.

Anyone do finish `configure` with cygwin i686?

---Files--------------------------------
configure.log (1.59 MB)


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

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

* [ruby-core:81549] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment
       [not found] <redmine.issue-13619.20170601083403@ruby-lang.org>
  2017-06-01  8:34 ` [ruby-core:81499] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment hsbt
  2017-06-02  1:16 ` [ruby-core:81516] " hsbt
@ 2017-06-03  2:36 ` hsbt
  2017-06-03  5:08 ` [ruby-core:81553] [Ruby trunk Bug#13619][Rejected] " hsbt
  3 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2017-06-03  2:36 UTC (permalink / raw)
  To: ruby-core

Issue #13619 has been updated by hsbt (Hiroshi SHIBATA).

File stdout.log added

Attached full log of stdout

----------------------------------------
Bug #13619: Unable to configure on Cygwin i686 environment
https://bugs.ruby-lang.org/issues/13619#change-65254

* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 2.5
* ruby -v: 
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
When I invoke `configure` with cygwin i686 environment, I got following error:

```
config.status: creating Makefile
/usr/bin/sed: -e expression #1, char 18: unterminated `s' command
make: *** No rule to make target 'info-program'.  Stop.

```

But I could not reproduce this with cygwin x86_64 environment.

Anyone do finish `configure` with cygwin i686?

---Files--------------------------------
configure.log (1.59 MB)
stdout.log (25.2 KB)


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

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

* [ruby-core:81553] [Ruby trunk Bug#13619][Rejected] Unable to configure on Cygwin i686 environment
       [not found] <redmine.issue-13619.20170601083403@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2017-06-03  2:36 ` [ruby-core:81549] " hsbt
@ 2017-06-03  5:08 ` hsbt
  3 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2017-06-03  5:08 UTC (permalink / raw)
  To: ruby-core

Issue #13619 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Rejected

It's my mistake. I forgot to install `make` package of i686 environment.
`configure` detected msys `make. It's caused by this issue.

After installing cygwin-i686 make, I'm done to build with cygwin i686.

Thanks nobu for your advice.

----------------------------------------
Bug #13619: Unable to configure on Cygwin i686 environment
https://bugs.ruby-lang.org/issues/13619#change-65256

* Author: hsbt (Hiroshi SHIBATA)
* Status: Rejected
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 2.5
* ruby -v: 
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
When I invoke `configure` with cygwin i686 environment, I got following error:

```
config.status: creating Makefile
/usr/bin/sed: -e expression #1, char 18: unterminated `s' command
make: *** No rule to make target 'info-program'.  Stop.

```

But I could not reproduce this with cygwin x86_64 environment.

Anyone do finish `configure` with cygwin i686?

---Files--------------------------------
configure.log (1.59 MB)
stdout.log (25.2 KB)


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

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

end of thread, other threads:[~2017-06-03  5:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-13619.20170601083403@ruby-lang.org>
2017-06-01  8:34 ` [ruby-core:81499] [Ruby trunk Bug#13619] Unable to configure on Cygwin i686 environment hsbt
2017-06-02  1:16 ` [ruby-core:81516] " hsbt
2017-06-03  2:36 ` [ruby-core:81549] " hsbt
2017-06-03  5:08 ` [ruby-core:81553] [Ruby trunk Bug#13619][Rejected] " hsbt

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