Project

General

Profile

Actions

Bug #11565

closed

Error: recipe for target 'ruby-runner' failed

Added by duerst (Martin Dürst) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-10-02 trunk 52005) [x86_64-cygwin]
[ruby-core:<unknown>]

Description

When executing "make up; make install-nodoc" as I do almost everyday, I got the following error:

make[1]: Leaving directory '/cygdrive/c/Data/ruby-public'
gcc -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=deprecated-declarations -Wno-packed-bitfield-compat -I. -I.ext/include/x86_64-cygwin -I./include -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=deprecated-declarations -Wno-packed-bitfield-compat -L. -fstack-protector ruby-runner.c Makefile GNUmakefile -o ruby-runner
/usr/lib/gcc/x86_64-pc-cygwin/4.9.3/../../../../x86_64-pc-cygwin/bin/ld:Makefile: file format not recognized; treating as linker script
/usr/lib/gcc/x86_64-pc-cygwin/4.9.3/../../../../x86_64-pc-cygwin/bin/ld:Makefile:2: syntax error
collect2: error: ld returned 1 exit status
: recipe for target 'ruby-runner' failed
make: *** [ruby-runner] Error 1

I suspect this is related to r52010 (template/ruby-runner.c.in: POSIX for setenv).

This happens on cygwin.

Actions #1

Updated by nobu (Nobuyoshi Nakada) over 8 years ago

  • Status changed from Open to Closed

Applied in changeset r52025.


Makefile.in: ruby-runner with exeext

  • Makefile.in (PREP): fix dependent file name with exeext suffix.
    [Bug #11565]

Updated by nagachika (Tomoyuki Chikanaga) over 8 years ago

  • Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED
Actions

Also available in: Atom PDF

Like0
Like0Like0