pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(lang/ghc) Update TODO to show the recent build problem
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Tue Oct 8 23:23:53 2019 +0900
Changeset: a7319c69aa73c4b18dc9a006c1f4ee076429f2af
Modified Files:
ghc68/TODO
Log Message:
(lang/ghc) Update TODO to show the recent build problem
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a7319c69aa73c4b18dc9a006c1f4ee076429f2af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ghc68/TODO | 35 +++++++----------------------------
1 file changed, 7 insertions(+), 28 deletions(-)
diffs:
diff --git a/ghc68/TODO b/ghc68/TODO
index f11e904c7e..8a0ca0bd26 100644
--- a/ghc68/TODO
+++ b/ghc68/TODO
@@ -1,31 +1,10 @@
Current build problem is:
+ld: /export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/base/libHSbase.a(Locale.o): in function `__hscore_environ':
+Locale.hc:(.text+0x7496): multiple definition of `__hscore_environ'; stage1/basicTypes/BasicTypes.o:BasicTypes.hc:(.text+0x4fd7): first defined here
+ld: cannot find -lHSbase_cbits
+
+
+ld: /export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/base/libHSbase.a(Bool.o): in function `__hscore_st_mtime':
+Bool.hc:(.text+0x3dc): multiple definition of `__hscore_st_mtime'; stage1/basicTypes/BasicTypes.o:BasicTypes.hc:(.text+0x4dc9): first defined here
-gcc -O -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/base/include -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/unix/include -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/parsec/include -fno-defer-pop -fomit-frame-pointer -DNO_REGS -DUSE_MINIINTERPRETER -DDONT_WANT_WIN32_DLL_SUPPORT -D__GLASGOW_HASKELL__=604 -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/readline/include -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wbad-function-cast -I../includes -I. -Iparallel -DCOMPILING_RTS -fomit-frame-pointer -c Sparks.c -o Sparks.o
-gcc -O -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/base/include -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/unix/include -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/parsec/include -fno-defer-pop -fomit-frame-pointer -DNO_REGS -DUSE_MINIINTERPRETER -DDONT_WANT_WIN32_DLL_SUPPORT -D__GLASGOW_HASKELL__=604 -I/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/libraries/readline/include -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Winline -Waggregate-return -Wbad-function-cast -I../includes -I. -Iparallel -DCOMPILING_RTS -fomit-frame-pointer -c Stable.c -o Stable.o
-In file included from /export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes/Rts.h:19:0,
- from Stable.c:13:
-Stable.c:75:17: error: conflicting types for 'stable_ptr_table'
- snEntry RTS_VAR(stable_ptr_table) = NULL;
- ^
-/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes/Stg.h:60:20: note: in definition of macro 'RTS_VAR'
- #define RTS_VAR(x) x
- ^
-In file included from /export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes/Rts.h:126:0,
- from Stable.c:13:
-/export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes/Stable.h:39:32: note: previous declaration of 'stable_ptr_table' was here
- DLL_IMPORT_RTS snEntry *stable_ptr_table;
- ^~~~~~~~~~~~~~~~
-In file included from /usr/include/stdlib.h:85:0,
- from /export/WRKOBJDIR/wip/ghc68/work/ghc-6.4.2/ghc/includes/Rts.h:86,
- from Stable.c:13:
-Stable.c:75:37: error: invalid initializer
- snEntry RTS_VAR(stable_ptr_table) = NULL;
- ^
-Stable.c: In function 'lookupStableName':
-Stable.c:186:26: error: invalid operands to binary - (have 'snEntry * {aka struct <anonymous> *}' and 'snEntry {aka struct <anonymous>}')
- sn = stable_ptr_free - stable_ptr_table;
- ^
-Stable.c:188:21: error: subscripted value is neither array nor pointer nor vector
- stable_ptr_table[sn].ref = 0;
- ^
Home |
Main Index |
Thread Index |
Old Index