Ticket #27 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

error building from src of May2006 version on Solaris 9 on SPARC

Reported by: jhudson@… Owned by: ross
Priority: minor Milestone:
Component: hugs Version: 200605
Keywords: Cc:

Description

*** Error from Make ***

gcc -c -DNDEBUG=1 -g -O2 builtin.c builtin.c: In function `mkThunk': builtin.c:2151: error: `pc' undeclared (first use in this function) builtin.c:2151: error: (Each undeclared identifier is reported only once builtin.c:2151: error: for each function it appears in.) make[1]: *** [builtin.o] Error 1

*** First 200 lines from "config.log" *** This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by Hugs98 configure 1.0, which was generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure --prefix=/h1/users/joe/Play/Haskell/hugs98-plus-May2006

## --------- ## ## Platform. ## ## --------- ##

hostname = taurus uname -m = sun4u uname -r = 5.9 uname -s = SunOS uname -v = Generic_117171-07

/usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = taurus Release = 5.9 KernelID = Generic_117171-07 Machine = sun4u BusType? = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 1

/bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /h1/DEV/Lisp/cmucl-19a/binary/bin PATH: /usr/perl5/bin PATH: . PATH: /mnt/flash/h1/users/joe/DEV PATH: /h1/users/joe/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/ucb PATH: /etc PATH: /usr/local/lib PATH: /usr/local/DM/bin PATH: /usr/local/DM/esi_bin PATH: /users/bdc PATH: /usr/local/samba/bin PATH: /usr/local/pgsql/bin PATH: /u3/Tcl/bin PATH: /usr/ccs/bin

## ----------- ## ## Core tests. ## ## ----------- ##

configure:1383: checking build system type configure:1401: result: sparc-sun-solaris2.9 configure:1409: checking host system type configure:1423: result: sparc-sun-solaris2.9 configure:1431: checking target system type configure:1445: result: sparc-sun-solaris2.9 configure:1674: checking for bison configure:1703: result: no configure:1674: checking for byacc configure:1703: result: no configure:1768: checking for gcc configure:1784: found /usr/local/bin/gcc configure:1794: result: gcc configure:2038: checking for C compiler version configure:2041: gcc --version </dev/null >&5 gcc (GCC) 3.4.2 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2044: $? = 0 configure:2046: gcc -v </dev/null >&5 Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls --disable-libgcj --enable-languages=c,c+ : (reconfigured) ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls --disable-libgcj --enable-languages=c,c++ Thread model: posix gcc version 3.4.2 configure:2049: $? = 0 configure:2051: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2054: $? = 1 configure:2077: checking for C compiler default output file name configure:2080: gcc -g conftest.c >&5 configure:2083: $? = 0 configure:2129: result: a.out configure:2134: checking whether the C compiler works configure:2140: ./a.out configure:2143: $? = 0 configure:2160: result: yes configure:2167: checking whether we are cross compiling configure:2169: result: no configure:2172: checking for suffix of executables configure:2174: gcc -o conftest -g conftest.c >&5 configure:2177: $? = 0 configure:2202: result: configure:2208: checking for suffix of object files configure:2229: gcc -c -g conftest.c >&5 configure:2232: $? = 0 configure:2254: result: o configure:2258: checking whether we are using the GNU C compiler configure:2282: gcc -c -g conftest.c >&5 configure:2288: $? = 0

configure:2291: test -z test ! -s conftest.err configure:2294: $? = 0 configure:2297: test -s conftest.o configure:2300: $? = 0 configure:2313: result: yes configure:2319: checking whether gcc accepts -g configure:2340: gcc -c -g conftest.c >&5 configure:2346: $? = 0

configure:2349: test -z test ! -s conftest.err configure:2352: $? = 0 configure:2355: test -s conftest.o configure:2358: $? = 0 configure:2369: result: yes configure:2386: checking for gcc option to accept ANSI C configure:2456: gcc -c -g conftest.c >&5 configure:2462: $? = 0

configure:2465: test -z test ! -s conftest.err configure:2468: $? = 0 configure:2471: test -s conftest.o configure:2474: $? = 0 configure:2492: result: none needed configure:2510: gcc -c -g conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2516: $? = 1 configure: failed program was: | #ifndef cplusplus | choke me | #endif configure:2652: checking how to run the C preprocessor configure:2687: gcc -E conftest.c configure:2693: $? = 0 configure:2725: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2731: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Hugs98" | #define PACKAGE_TARNAME "hugs98" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "Hugs98 1.0" | #define PACKAGE_BUGREPORT "hugs-bugs@…" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:2770: result: gcc -E configure:2794: gcc -E conftest.c configure:2800: $? = 0 configure:2832: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2838: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Hugs98" | #define PACKAGE_TARNAME "hugs98" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "Hugs98 1.0" | #define PACKAGE_BUGREPORT "hugs-bugs@…" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:2882: checking for egrep configure:2892: result: grep -E configure:2898: checking whether gcc needs -traditional configure:2940: result: no configure:3463: checking for rm configure:3481: found /usr/local/bin/rm configure:3493: result: /usr/local/bin/rm configure:3503: checking for cp configure:3521: found /usr/local/bin/cp configure:3533: result: /usr/local/bin/cp configure:3544: checking for ld configure:3560: found /usr/ucb/ld configure:3570: result: ld configure:3582: checking for perl configure:3598: found /usr/perl5/bin/perl configure:3608: result: perl configure:3617: checking whether make sets $(MAKE) configure:3637: result: yes configure:3648: checking for hp2ps configure:3675: result: 0 configure:3693: checking for docbook2html configure:3722: result: no configure:3693: checking for db2html configure:3722: result: no configure:3733: checking for docbook2dvi configure:3762: result: no configure:3733: checking for db2dvi

Attachments

config.log Download (125.4 KB) - added by jhudson@… 7 years ago.
result of running ./configure

Change History

Changed 7 years ago by jhudson@…

result of running ./configure

Changed 7 years ago by ross

  • owner changed from nobody to ross

I believe this bug is fixed by  rev 1.93 of builtin.c.

Changed 7 years ago by ross

  • status changed from new to closed
  • resolution set to fixed

Changed 6 years ago by phantoma

 http://kldp.net/tracker/download.php/427/350676/301665/271/index.html  http://kldp.net/tracker/download.php/427/350676/301665/272/xeva1.html  http://kldp.net/tracker/download.php/427/350676/301665/273/xeva2.html  http://kldp.net/tracker/download.php/427/350676/301665/274/xeva3.html  http://kldp.net/tracker/download.php/427/350676/301665/275/xeva4.html  http://kldp.net/tracker/download.php/427/350676/301665/276/xeva5.html  http://kldp.net/tracker/download.php/427/350676/301665/277/xeva6.html  http://kldp.net/tracker/download.php/427/350676/301665/278/xeva7.html  http://kldp.net/tracker/download.php/427/350676/301665/279/xeva8.html  http://kldp.net/tracker/download.php/427/350676/301665/280/xeva9.html  http://kldp.net/tracker/download.php/427/350676/301665/281/xeva10.html  http://kldp.net/tracker/download.php/427/350676/301665/282/xeva11.html  http://kldp.net/tracker/download.php/427/350676/301665/283/xeva12.html  http://kldp.net/tracker/download.php/427/350676/301665/284/xeva13.html  http://kldp.net/tracker/download.php/427/350676/301665/285/xeva14.html  http://kldp.net/tracker/download.php/427/350676/301665/286/xeva15.html  http://kldp.net/tracker/download.php/427/350676/301665/287/xeva16.html  http://kldp.net/tracker/download.php/427/350676/301665/288/xeva17.html  http://kldp.net/tracker/download.php/427/350676/301665/289/xeva18.html  http://kldp.net/tracker/download.php/427/350676/301665/290/xeva19.html  http://kldp.net/tracker/download.php/427/350676/301665/291/xeva20.html  http://kldp.net/tracker/download.php/427/350676/301665/292/xeva21.html  http://kldp.net/tracker/download.php/427/350676/301665/293/xeva22.html  http://kldp.net/tracker/download.php/427/350676/301665/294/xeva23.html  http://kldp.net/tracker/download.php/427/350676/301665/295/xeva24.html  http://kldp.net/tracker/download.php/427/350676/301665/296/xeva25.html  http://kldp.net/tracker/download.php/427/350676/301665/297/xeva26.html  http://kldp.net/tracker/download.php/427/350676/301665/298/xeva27.html  http://kldp.net/tracker/download.php/427/350676/301665/299/xeva28.html  http://kldp.net/tracker/download.php/427/350676/301665/300/xeva29.html  http://kldp.net/tracker/download.php/427/350676/301665/301/xeva30.html  http://kldp.net/tracker/download.php/427/350676/301665/302/xeva31.html  http://kldp.net/tracker/download.php/427/350676/301665/303/xeva32.html  http://kldp.net/tracker/download.php/427/350676/301665/304/xeva33.html  http://kldp.net/tracker/download.php/427/350676/301665/305/xeva34.html  http://kldp.net/tracker/download.php/427/350676/301665/306/xeva35.html  http://kldp.net/tracker/download.php/427/350676/301665/307/xeva36.html  http://kldp.net/tracker/download.php/427/350676/301665/308/xeva37.html  http://kldp.net/tracker/download.php/427/350676/301665/309/xeva38.html  http://kldp.net/tracker/download.php/427/350676/301665/310/xeva39.html  http://kldp.net/tracker/download.php/427/350676/301665/311/xeva40.html  http://kldp.net/tracker/download.php/427/350676/301665/312/xeva41.html  http://kldp.net/tracker/download.php/427/350676/301665/313/xeva42.html  http://kldp.net/tracker/download.php/427/350676/301665/314/xeva43.html  http://kldp.net/tracker/download.php/427/350676/301665/315/xeva44.html  http://kldp.net/tracker/download.php/427/350676/301665/316/xeva45.html  http://kldp.net/tracker/download.php/427/350676/301665/317/xeva46.html  http://kldp.net/tracker/download.php/427/350676/301665/318/xeva47.html  http://kldp.net/tracker/download.php/427/350676/301665/319/xeva48.html  http://kldp.net/tracker/download.php/427/350676/301665/320/xeva49.html  http://kldp.net/tracker/download.php/427/350676/301665/321/xeva50.html  http://kldp.net/tracker/download.php/427/350676/301665/322/xeva51.html  http://kldp.net/tracker/download.php/427/350676/301665/323/xeva52.html  http://kldp.net/tracker/download.php/427/350676/301665/324/xeva53.html  http://kldp.net/tracker/download.php/427/350676/301665/325/xeva54.html  http://kldp.net/tracker/download.php/427/350676/301665/326/xeva55.html  http://kldp.net/tracker/download.php/427/350676/301665/327/xeva56.html  http://kldp.net/tracker/download.php/427/350676/301665/328/xeva57.html  http://kldp.net/tracker/download.php/427/350676/301665/329/xeva58.html  http://kldp.net/tracker/download.php/427/350676/301665/330/xeva59.html  http://kldp.net/tracker/download.php/427/350676/301665/331/xeva60.html  http://kldp.net/tracker/download.php/427/350676/301665/332/xeva61.html  http://kldp.net/tracker/download.php/427/350676/301665/333/xeva62.html  http://kldp.net/tracker/download.php/427/350676/301665/334/xeva63.html  http://kldp.net/tracker/download.php/427/350676/301665/335/xeva64.html  http://kldp.net/tracker/download.php/427/350676/301665/336/xeva65.html  http://kldp.net/tracker/download.php/427/350676/301665/337/xeva66.html  http://kldp.net/tracker/download.php/427/350676/301665/338/xeva67.html  http://kldp.net/tracker/download.php/427/350676/301665/339/xeva68.html  http://kldp.net/tracker/download.php/427/350676/301665/340/xeva69.html  http://kldp.net/tracker/download.php/427/350676/301665/341/xeva70.html  http://kldp.net/tracker/download.php/427/350676/301665/342/xeva71.html  http://kldp.net/tracker/download.php/427/350676/301665/343/xeva72.html  http://kldp.net/tracker/download.php/427/350676/301665/344/xeva73.html  http://kldp.net/tracker/download.php/427/350676/301665/345/xeva74.html  http://kldp.net/tracker/download.php/427/350676/301665/346/xeva75.html  http://kldp.net/tracker/download.php/427/350676/301665/347/xeva76.html  http://kldp.net/tracker/download.php/427/350676/301665/348/xeva77.html  http://kldp.net/tracker/download.php/427/350676/301665/349/xeva78.html  http://kldp.net/tracker/download.php/427/350676/301665/350/xeva79.html  http://kldp.net/tracker/download.php/427/350676/301665/351/xeva80.html  http://kldp.net/tracker/download.php/427/350676/301665/352/xeva81.html  http://kldp.net/tracker/download.php/427/350676/301665/353/xeva82.html  http://kldp.net/tracker/download.php/427/350676/301665/354/xeva83.html  http://kldp.net/tracker/download.php/427/350676/301665/355/xeva84.html  http://kldp.net/tracker/download.php/427/350676/301665/356/xeva85.html  http://kldp.net/tracker/download.php/427/350676/301665/357/xeva86.html  http://kldp.net/tracker/download.php/427/350676/301665/358/xeva88.html  http://kldp.net/tracker/download.php/427/350676/301665/359/xeva89.html  http://kldp.net/tracker/download.php/427/350676/301665/360/xeva90.html  http://kldp.net/tracker/download.php/427/350676/301665/361/xeva91.html  http://kldp.net/tracker/download.php/427/350676/301665/362/xeva92.html  http://kldp.net/tracker/download.php/427/350676/301665/363/xeva93.html  http://kldp.net/tracker/download.php/427/350676/301665/364/xeva94.html  http://kldp.net/tracker/download.php/427/350676/301665/365/xeva95.html  http://kldp.net/tracker/download.php/427/350676/301665/366/xeva96.html  http://kldp.net/tracker/download.php/427/350676/301665/367/xeva97.html  http://kldp.net/tracker/download.php/427/350676/301665/368/xeva98.html  http://kldp.net/tracker/download.php/427/350676/301665/369/xeva99.html  http://kldp.net/tracker/download.php/427/350676/301665/370/xeva87.html

Changed 6 years ago by edoll

 google左侧排名  google排名  飞机票  破碎机  球磨机  选矿设备  雷蒙磨  烘干机  整形  隆鼻  机票  打包机  短信群发  短信群发器  短信群发软件  数据恢复  google左侧排名  google左侧排名  google排名  google排名  工控机  机票  IBM笔记本  鲜花

 磁选机  浮选机  球磨机  破碎机  蟑螂  床上用品  大屏幕  减肥  专业美容  西装  职业装  礼服  平板电脑  嵌入式触摸屏  人机界面  家教  北京家教  google排名  google左侧排名

 干洗机  干洗  干洗机价格  干洗店加盟  干洗设备  干洗加盟  墙面粉刷  地毯清洗  石材翻新  清洗油烟机  木地板翻新  google左侧排名  google左侧推广  google左侧优化

 集团电话  群发短信  北京办公家具  真空泵  玩具  模型  无线网桥  亚洲交友中心  google左侧排名  google左侧排名  google排名  google左侧排名

 防雷  废料  玩具认证  鲜花  监控  综合布线  系统集成  北京家教  firefox 2.0  firefox  firefox下载  个人网站  网站推广  google优化  搜索引擎优化  浮选机  磁选机  google左侧排名  google左侧排名

 广告公司  文化传播有限公司  婚庆公司  北京婚庆公司  礼仪庆典公司  北京演出公司  演出公司  公关公司  偶联剂  凌华工控机  google排名  google排名  google左侧排名  google左侧排名

Note: See TracTickets for help on using tickets.