Project

General

Profile

Actions

Bug #8695

closed

CompilationMakefile for 1.9.3-p448 and 2.0.0-p247 produces "Inconsistent rules lines" errors on HP-UX 9000/800

Added by tluedeke (Thomas Luedeke) almost 11 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
N/A
Backport:
[ruby-core:56207]

Description

I was following the instructions in the README file for the compilation of Ruby version2.0.0-p247. The problem is also reproducible for the 1.9.3-p448 installation. Because of this error, I cannot install either version of Ruby.

The Makefile produced by the configuration utility, when run with Gnumake 3.82, errors out as follows:

        Makefile:748: *** target file `clean-ext' has both : and :: entries.  Stop.

When run with the standard HP UNIX make, it produces:

        Inconsistent rules lines for `clean-ext'
        Inconsistent rules lines for `distclean-ext'
        MAKE=make /bin/sh ./config.status
        config.status: creating Makefile
        Makefile unchanged
        Make: Cannot load compiling.  Stop.
        *** Error exit code 1

        Stop.

The machine specs are as follows:

HP-UX B.11.11 U 9000/800

I have attached the Makefile below. Clearly this is an input error to target in the Makefile, but I am not familiar enough with Make to fix it myself.


Files

Makefile_ruby_2.0.0.-p448 (29.9 KB) Makefile_ruby_2.0.0.-p448 tluedeke (Thomas Luedeke), 07/27/2013 04:35 AM

Updated by nobu (Nobuyoshi Nakada) almost 11 years ago

  • Status changed from Open to Feedback
  • Priority changed from Normal to 3

Your log is 1.8.7.

Actions #2

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Status changed from Feedback to Closed
  • Backport deleted (1.9.3: UNKNOWN, 2.0.0: UNKNOWN)
Actions

Also available in: Atom PDF

Like0
Like0Like0