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

 
 

bug #8467: BUILD_FROM_SCRATCH on debian fails

Submitter:  Stefan Schmiedl <swsch>
Submitted:  Tue 06 Apr 2004 01:03:46 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  anton
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

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

suggested fix applied

Anton Ertl <anton>
Group administrator
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 Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-04-10 anton StatusNone Fixed
    Assigned toNone anton
    Open/ClosedOpen Closed
2004-04-06 swsch Carbon-Copy- Added swsch

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code