[Hugs] #27: error building from src of May2006 version on Solaris 9 on SPARC
#27: error building from src of May2006 version on Solaris 9 on SPARC
--------------------------------+-------------------------------------------
Reporter: jhudson@dminfo.com | Owner: nobody
Type: defect | Status: new
Priority: minor | Milestone:
Component: hugs | Version: 200605
Keywords: |
--------------------------------+-------------------------------------------
*** 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 &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 &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 &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@haskell.org"
| /* end confdefs.h. */
| #include
#27: error building from src of May2006 version on Solaris 9 on SPARC ---------------------------------+------------------------------------------ Reporter: jhudson@dminfo.com | Owner: ross Type: defect | Status: new Priority: minor | Milestone: Component: hugs | Version: 200605 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ross): * owner: nobody => ross Comment: I believe this bug is fixed by [http://cvs.haskell.org/cgi- bin/cvsweb.cgi/hugs98/src/builtin.c#rev1.93 rev 1.93 of builtin.c]. -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/27 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
#27: error building from src of May2006 version on Solaris 9 on SPARC ---------------------------------+------------------------------------------ Reporter: jhudson@dminfo.com | Owner: ross Type: defect | Status: closed Priority: minor | Milestone: Component: hugs | Version: 200605 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by ross): * resolution: => fixed * status: new => closed -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/27 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
#27: error building from src of May2006 version on Solaris 9 on SPARC ---------------------------------+------------------------------------------ Reporter: jhudson@dminfo.com | Owner: ross Type: defect | Status: closed Priority: minor | Milestone: Component: hugs | Version: 200605 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Comment (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 -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/27 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
#27: error building from src of May2006 version on Solaris 9 on SPARC ---------------------------------+------------------------------------------ Reporter: jhudson@dminfo.com | Owner: ross Type: defect | Status: closed Priority: minor | Milestone: Component: hugs | Version: 200605 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Comment (by edoll): [http://www.sj83.com/google.htm google左侧排名] [http://www.sj83.com/google.htm google排名] [http://www.global-jipiao.cn/feijipiao.htm 飞机票] [http://www.zzsszg.com/ 破碎机] [http://www.zzsszg.com/ 球磨机] [http://www.zzsszg.com/ 选矿设备] [http://www.zzsszg.com/ 雷蒙磨] [http://www.zzsszg.com/ 烘干机] [http://www.bjqmzx.com/ 整形] [http://www.bjqmzx.com/ 隆鼻] [http://www.bj-huaao.com/ 机票] [http://www.kenhua.com/ 打包机] [http://www.nuoyasoft.cn/ 短信群发] [http://www.noahsoft.cn/ 短信群发器] [http://www.nuoyasoft.cn/ 短信群发软件] [http://www.shujuhuifu.com.cn/index.htm 数据恢复] [http://www.edoll.cn/ google左侧排名] [http://www.edoll.cn/about.htm google左侧排名] [http://www.edoll.cn/ google排名] [http://www.edoll.cn/problems.htm google排名] [http://www.bound.com.cn/ 工控机] [http://www.global-jipiao.cn/ 机票] [http://www.hyibm.com/ IBM笔记本] [http://www.huagu.com/ 鲜花] [http://www.zzhero.com/dxcxj.htm 磁选机] [http://www.zzhero.com/gscxj.htm 浮选机] [http://www.zzhero.com/yzqmj.htm 球磨机] [http://www.zzhero.com/fjspxj.htm 破碎机] [http://www.hansl.com.cn/ 蟑螂] [http://www.veimei.com/ 床上用品] [http://www.zckc.cn/ 大屏幕] [http://www.bf201.com/ 减肥] [http://www.bf201.com/ 专业美容] [http://www.romaster.com.cn/ 西装] [http://www.romaster.com.cn/ 职业装] [http://www.romaster.com.cn/ 礼服] [http://www.hmitech.com/index.asp 平板电脑] [http://www.hmitech.com/ 嵌入式触摸屏] [http://www.hmitech.com/ 人机界面] [http://www.bhjj.net/ 家教] [http://www.bhjj.net/teacher/default.asp?st=1 北京家教] [http://www.wolaog.cn/ google排名] [http://www.wolaog.cn/ google左侧排名] [http://www.shibaili.cn/ 干洗机] [http://www.shibaili.cn/ 干洗] [http://www.shibaili.cn/ 干洗机价格] [http://www.shibaili.cn/ 干洗店加盟] [http://www.shibaili.cn/ 干洗设备] [http://www.shibaili.cn/ 干洗加盟] [http://www.bjqxqy.com/bjqxqy.htm 墙面粉刷] [http://www.bjqxqy.com/bjqxqy.htm 地毯清洗] [http://www.bjqxqy.com/bjqxqy.htm 石材翻新] [http://www.bjqxqy.com/bjqxqy.htm 清洗油烟机] [http://www.bjqxqy.com/bjqxqy.htm 木地板翻新] [http://googleseo.cn.35so.cn/ google左侧排名] [http://www.edoll.net.cn/ google左侧推广] [http://www.edoll.net.cn/ google左侧优化] [http://www.bjlxjy.com/ 集团电话] [http://www.nuoyasoft.cn/ 群发短信] [http://www.office-jiaju.com/ 北京办公家具] [http://www.bjhchd.com/ 真空泵] [http://www.ydel.com/ 玩具] [http://www.jiuzhou.net.cn/ 模型] [http://www.ekey.com.cn/ 无线网桥] [http://www.piebridge.net/ 亚洲交友中心] [http://blog.zol.com.cn/pkgoogle/ google左侧排名] [http://blog.hc360.com/portal/personShowArticle.do?articleId=110403 google左侧排名] [http://www.csfish.cn/ google排名] [http://www.csfish.cn/ google左侧排名] [http://www.highontop.com/ 防雷] [http://www.cccstandard.com/ 废料] [http://www.cccstandard.com/ 玩具认证] [http://www.baida.org/xianhua/ 鲜花] [http://www.bjlttj.cn/ 监控] [http://www.bjlttj.cn/ 综合布线] [http://www.bjlttj.cn/ 系统集成] [http://www.baida.org/jiajiao/ 北京家教] [http://www.wyzql.cn/firefox/ firefox 2.0] [http://www.wyzql.cn/firefox/ firefox] [http://www.wyzql.cn/firefox/ firefox下载] [http://www.52crystal.cn/ 个人网站] [http://www.baida.org/tuiguang.html 网站推广] [http://www.baida.org/gyuahua.html google优化] [http://www.baida.org/youhua.html 搜索引擎优化] [http://www.zzhero.com/ 浮选机] [http://www.zzhero.com/ 磁选机] [http://googlerank.cn.35so.cn/ google左侧排名] [http://hi.baidu.com/googlepk google左侧排名] [http://www.jingeyuqi.com.cn/zhaopin.asp 广告公司] [http://www.jingeyuqi.com.cn/index.asp 文化传播有限公司] [http://www.jingeyuqi.com.cn/index.asp 婚庆公司] [http://www.jingeyuqi.com.cn/intro.asp 北京婚庆公司] [http://www.jingeyuqi.com.cn/yewu.asp 礼仪庆典公司] [http://www.jingeyuqi.com.cn/yanchu.asp 北京演出公司] [http://www.jingeyuqi.com.cn/yanchu.asp 演出公司] [http://www.jingeyuqi.com.cn/product.asp 公关公司] [http://www.njjghg.com/user/jghg/index_cn.asp 偶联剂] [http://www.bound.com.cn/ 凌华工控机] [http://www.baida.org/ google排名] [http://www.baida.org/kno_1.html google排名] [http://www.baida.org/google.html google左侧排名] [http://www.baida.org/kno_3.html google左侧排名] -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/27 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell
participants (1)
-
Hugs