darcs

Issue 781 Error building pre-release

Title Error building pre-release
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List aslatter, darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tommy
Assigned To
Topics

Created on 2008-04-02.02:45:06 by aslatter, last changed 2009-08-27.13:57:57 by admin.

Messages
msg4171 (view) Author: aslatter Date: 2008-04-02.02:45:02
Followup to this,

after installing the noted packages using the Ubuntu package manager,
I get the following happy linker errors:
Linking darcs ...
src/Darcs/Arguments.o: In function `sazh_info':
(.text+0xe2ef): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_info'
src/Darcs/Arguments.o: In function `r61G_closure':
(.data+0x6f60): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_closure'
src/Darcs/Bug.o: In function `s2eO_info':
(.text+0x208b): undefined reference to
`__stginit_regexzmcompatzm0zi91_TextziRegex_'
src/Darcs/Bug.o: In function `s1OL_info':
(.text+0x1216): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_mkRegex_info'
src/Darcs/Bug.o: In function `s257_info':
(.text+0x1420): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_info'
src/Darcs/Bug.o: In function `r1Lo_srt':
(.data+0x390): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_closure'
src/Darcs/Bug.o: In function `r1Lo_srt':
(.data+0x398): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_mkRegex_closure'
src/Darcs/FilePathUtils.o: In function `s2fH_info':
(.text+0x6d7): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_info'
src/Darcs/FilePathUtils.o: In function `s2r8_info':
(.text+0x1397): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_info'
src/Darcs/FilePathUtils.o: In function `s2ss_info':
(.text+0x15bb): undefined reference to
`regexzmcompatzm0zi91_TextziRegex_tpl_info'

...

There's more, but you get the idea.

-Antoine

On Tue, Apr 1, 2008 at 8:46 PM, Antoine Latter <aslatter@gmail.com> wrote:
> The .cabal lists the version as pre3, but I think I just recently
>  pulled the "tag rc1" path.
>
>  Anyway, after running "./configure --prefix=${MY-PREFIX}" without
>  error, I attempted the following:
>
>  $ make && make install
>  Rebuild dependencies ...
>
>  src/Darcs/Bug.lhs:9:7:
>     Could not find module `Text.Regex':
>       Use -v to see a list of the files searched for.
>  make: *** [.depend] Error 1
>
>  This is on Ubuntu 8.04 Beta, with the Ubuntu packages for GHC 6.8.2
>  installed.  The core install of GHC on Ubuntu does NOT include any of
>  the following packages:
>
>   regex-compat
>   regex-base
>   regex-posix
>
>  -Antoine
>
msg4174 (view) Author: droundy Date: 2008-04-02.13:46:41
This just looks like you need to make clean before making.
msg4347 (view) Author: kowey Date: 2008-04-25.17:47:26
Antoine,  May I close this?  Did the make clean do the job?  Thanks!
History
Date User Action Args
2008-04-02 02:45:06aslattercreate
2008-04-02 13:46:42droundysetpriority: bug
nosy: + droundy
status: unread -> unknown
messages: + msg4174
2008-04-25 17:47:29koweysetnosy: droundy, tommy, beschmi, kowey, aslatter
messages: + msg4347
2008-04-26 22:40:53koweysetstatus: unknown -> resolved
nosy: droundy, tommy, beschmi, kowey, aslatter
2009-08-06 17:57:58adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, aslatter
2009-08-06 21:01:50adminsetnosy: - beschmi
2009-08-10 22:19:14adminsetnosy: + aslatter, - markstos, darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 18:08:21adminsetnosy: + darcs-devel, - simon
2009-08-27 13:57:57adminsetnosy: tommy, kowey, darcs-devel, thorkilnaur, dmitry.kurochkin, aslatter