bugGforth - Bugs: bug #8467, BUILD_FROM_SCRATCH on debian fails

 
 

bug #8467: BUILD_FROM_SCRATCH on debian fails

Submitted by:  Stefan Schmiedl <swsch>
Submitted on:  Tue 06 Apr 2004 01:03:46 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Anton Ertl <anton>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Sat 10 Apr 2004 10:17:11 AM UTC, comment #1:

suggested fix applied

Anton Ertl <anton>
Project AdministratorIn charge of this item.
Tue 06 Apr 2004 01:03:46 PM UTC, original submission:

There were two problems in configure.in with my autoconf 2.50.
Patch below.

--- configure.in 2003-08-25 10:03:13.000000000 +0200
+++ configure.in.xss 2004-04-06 14:56:05.000000000 +0200
@@ -198,7 +198,7 @@
power*|rs6000)
machine=power
$srcdir/mkinstalldirs arch/power
- AC_CHECK_FUNC(_sync_cache_range,true,AC_LIBOBJ(../arch/power/_sync_cache_range))
+ AC_CHECK_FUNC(_sync_cache_range,[true],[AC_LIBOBJ(../arch/power/_sync_cache_range)])
#long long is broken on (at least) gcc-2.95.* for PPC
test x$ac_cv_sizeof_long_long = x && ac_cv_sizeof_long_long=0
;;
@@ -475,7 +475,7 @@
AC_CHECK_FUNCS(ftello dlopen sys_siglist getrusage)
AC_CHECK_TYPES(stack_t,,,[#include <signal.h>])
AC_DECL_SYS_SIGLIST
-AC_CHECK_FUNC(getopt_long,true,AC_LIBOBJ(getopt); AC_LIBOBJ(getopt1))
+AC_CHECK_FUNC(getopt_long,[true],[AC_LIBOBJ(getopt) AC_LIBOBJ(getopt1)])
AC_CHECK_FUNCS(expm1 log1p)
AC_REPLACE_FUNCS(rint ecvt)
dnl No check for select, because our replacement is no good under

Stefan Schmiedl <swsch>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sat 10 Apr 2004 10:17:11 AM UTCantonStatusNone=>Fixed
  Assigned toNone=>anton
  Open/ClosedOpen=>Closed
Tue 06 Apr 2004 01:03:46 PM UTCswschCarbon-Copy-=>Added swsch

Back to the top


Powered by Savane 3.1-cleanup1