config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HP Non Stop Integrity Server L-SERIES (TNS/X)


From: Hugues LEFEBVRE
Subject: HP Non Stop Integrity Server L-SERIES (TNS/X)
Date: Mon, 6 Feb 2017 14:32:25 +0100
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Hi,

HPE as a new serie of Non stop integrity servers called LSERIES or TNS/X which is x86 based (TNS/E was based on itanium).

From ./configure point of vue handling TNS/X has TNS/E seems fine has adding this in config.guess and config.sub allows me to compile.

Here are the informations :


This script (version 2017-01-01), has failed to recognize the
operating system you are using. If your script is old, overwrite
config.guess and config.sub with the latest versions from:

  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
and
  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub

If ./config.guess has already been updated, send the following data and any
information you think might be pertinent to address@hidden to
provide the necessary information to handle your system.

config.guess timestamp = 2017-01-01

uname -m = NSX-H
uname -r = L16
uname -s = NONSTOP_KERNEL
uname -v = 05

/usr/bin/uname -p = 
/bin/uname -X     = 

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = 
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = NSX-H
UNAME_RELEASE = L16
UNAME_SYSTEM  = NONSTOP_KERNEL
UNAME_VERSION = 05
configure: error: cannot guess build type; you must specify one

config.guess :


    NEO-?:NONSTOP_KERNEL:*:*)
        echo neo-tandem-nsk${UNAME_RELEASE}
        exit ;;
+    NSX-*:NONSTOP_KERNEL:*:*)
+       echo nsx-tandem-nsk${UNAME_RELEASE}
+       exit ;;
    NSE-*:NONSTOP_KERNEL:*:*)
        echo nse-tandem-nsk${UNAME_RELEASE}
        exit ;;

config.sub :


+        nsx-tandem)
+               basic_machine=nsx-tandem
+               ;;

        nse-tandem)
                basic_machine=nse-tandem
                ;;

Regard,

Hugues LEFEBVRE


reply via email to

[Prev in Thread] Current Thread [Next in Thread]