Opened 19 years ago
Closed 19 years ago
#5516 closed defect (fixed)
BUG: hmake build error
Reported by: | mvitocruz@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Change History (6)
comment:1 Changed 19 years ago by mvitocruz@…
comment:3 Changed 19 years ago by mww@…
Summary: | hmake build error → BUG: hmake build error |
---|
comment:4 Changed 19 years ago by gwright@…
This should be fixed now. Let me know if it works for you after a
sudo port selfupdate
Thanks.
-Greg
comment:6 Changed 19 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks! I will close the bug.
Best Wishes, Greg
Note: See
TracTickets for help on using
tickets.
Sorry, accidentally hit return before writing down the description...
Anyway, I get the following error when trying to build hmake:
---> Fetching hmake ---> Verifying checksum(s) for hmake ---> Checksumming hmake-3.10.tar.gz ---> Extracting hmake ---> Extracting hmake-3.10.tar.gz ---> Configuring hmake Configuring for hmake... [ 3.10 (2005-03-11) ]
Looking for already-installed Haskell compilers:
5026)
I am guessing that you want to use ghc to build hmake.
Done.
You wish (eventually) to install the following components in these locations:
Final install root: /opt/local hmake binaries: /opt/local/lib/hmake/powerpc-Darwin8 hmakerc: /opt/local/lib/hmake/powerpc-Darwin8 Scripts: /opt/local/bin Man pages: /opt/local/share/man/man1
Now we check/create your build directories: Config directory: targets/powerpc-Darwin8 Build directory root:
work/hmake-3.10/targets (exists) Object files build in:
work/hmake-3.10/targets/powerpc-Darwin8 (exists) Executables and libs:
work/hmake-3.10/lib/powerpc-Darwin8 (created)
I have guessed you will build hmake with: ghc Testing for the curses library: -lncurses (detected) Testing for the readline library: -I/opt/local/include -L/opt/local/lib -lreadline (detected) Executables need .exe suffix? no (detected) Found /usr/bin/true not /bin/true
Adding Makefile config script to
work/hmake-3.10/lib/powerpc-Darwin8... Adding build scripts for hmake, hmake-config, and hi to
work/hmake-3.10/script... Updating targets/powerpc-Darwin8/hmake3.config... Saving current configuration in targets/powerpc-Darwin8/config.cache Done.
---> Building hmake with target all cd src/hmake; make HC=ghc BUILDCOMP=ghc all config /opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/work/ hmake-3.10/lib/powerpc-Darwin8/config:10: * missing separator. Stop. make: * [targets/powerpc-Darwin8/hmake-ghc] Error 2 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ _Volumes_Scratch_software_darwinports_dports_devel_hmake/work/hmake-3.10" && make all" returned error 2 Command output: cd src/hmake; make HC=ghc BUILDCOMP=ghc all config /opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/work/ hmake-3.10/lib/powerpc-Darwin8/config:10: * missing separator. Stop. make: * [targets/powerpc-Darwin8/hmake-ghc] Error 2
Warning: the following items did not execute (for hmake): com.apple.destroot com.apple.build Error: /opt/local/bin/port: Status 1 encountered during processing.