Bug 7475 - config.sub does not recognize newer NonStop systems
Summary: config.sub does not recognize newer NonStop systems
Status: REOPENED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.6.8
Hardware: Other Other
: P3 normal
Target Milestone: ---
Assignee: Björn Jacke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 02:51 UTC by Joachim Schmitz (mail address dead)
Modified: 2012-09-18 15:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joachim Schmitz (mail address dead) 2010-05-28 02:51:07 UTC
config.sub does not recognize newer NonStop systems. Patch:

config.sub does not recognize newer NonStop systems

diff -u ./source3/config.sub.orig ./source3/config.sub
--- ./source3/config.sub.orig	2010-05-17 06:51:23.000000000 -0500
+++ ./source3/config.sub	2010-05-26 06:41:54.000000000 -0500
@@ -823,6 +823,9 @@
 	np1)
 		basic_machine=np1-gould
 		;;
+	nse-tandem)
+		basic_machine=nse-tandem
+		;;
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;
diff -u ./source4/config.sub.orig ./source4/config.sub
--- ./source4/config.sub.orig	2010-05-17 06:51:23.000000000 -0500
+++ ./source4/config.sub	2010-05-27 06:06:21.000000000 -0500
@@ -823,6 +823,9 @@
 	np1)
 		basic_machine=np1-gould
 		;;
+	nse-tandem)
+		basic_machine=nse-tandem
+		;;
 	nsr-tandem)
 		basic_machine=nsr-tandem
 		;;


Bye, Jojo
Comment 1 Joachim Schmitz (mail address dead) 2010-05-30 12:29:52 UTC
Just found a couple more config.sub that may need this patch too:

.../examples/VFS/config.sub
.../lib/replace/config.sub
.../lib/talloc/config.sub
.../lib/tdb/config.sub
.../lib/tevent/config.sub
.../source3/lib/ldb/config.sub
.../source4/lib/ldb/config.sub

Bye, Jojo
Comment 2 Joachim Schmitz (mail address dead) 2010-05-31 12:16:51 UTC
This bug might need to get forwared to config-patches@gnu.org
Comment 3 Joachim Schmitz (mail address dead) 2010-09-22 04:43:10 UTC
It has been reported to config-patches@gnu.org and has been accepted by them.

Comment 4 Joachim Schmitz (mail address dead) 2012-09-18 15:15:35 UTC
This is is still valid in master