Opened 14 years ago

Closed 13 years ago

#23867 closed defect (duplicate)

Hugs98 - Internals.so missing (Snow Leopard)

Reported by: sonicth Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: hugs98

Description

Errors while building hugs98 (hugs98 @plus-Sep2006) on Mac OS X v10.6.2, MacPorts v1.8.2, gcc version: i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)

--->  Computing dependencies for hugs98
--->  Building hugs98
cd src; /usr/bin/make all
make[1]: Nothing to be done for `all'.
cd libraries; /usr/bin/make all
cd ../cpphs; HUGSFLAGS=-P../libraries/bootlib HUGSDIR=../hugsdir ../src/runhugs -98 ../packages/Cabal/examples/hapax.hs configure --verbose --hugs --prefix='/opt/local' --scratchdir='../hugsdir/packages/cpphs' --with-compiler=../src/ffihugs
runhugs: Error occurred
ERROR "../libraries/bootlib/System/Posix/Internals.hs" - Error while importing DLL "../libraries/bootlib/System/Posix/Internals.so":
dlopen(../libraries/bootlib/System/Posix/Internals.so, 9): image not found



make[1]: *** [../hugsdir/programs/cpphs/Main.hs] Error 1
make: *** [all] Error 2
Warning: the following items did not execute (for hugs98): org.macports.activate org.macports.build org.macports.destroot org.macports.install
To report a bug, see <http://guide.macports.org/#project.tickets>

part of the debug log also:

DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_hugs98/work/hugs98-plus-Sep2006" && /usr/bin/make -j2 all'
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_hugs98/work/hugs98-plus-Sep2006" && /usr/bin/make -j2 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_hugs98/work/hugs98-plus-Sep2006" && /usr/bin/make -j2 all " returned error 2
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"
Error: Status 1 encountered during processing.

regards mike

Change History (2)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Cc: mww@… removed
Keywords: haskell hugs removed
Owner: changed from macports-tickets@… to mww@…

See also #20950.

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.