Opened 18 years ago

Closed 18 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 18 years ago by mvitocruz@…

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:

Found C compiler: /usr/bin/gcc C compiler version: powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build

5026)

Looking for hbc... (not found) Note: LMLDIR/HBCDIR variables must be set to enable detection of hbc. Looking for ghc... found 6.4.1 Looking for nhc98... (not found)

I am guessing that you want to use ghc to build hmake.

Now I'm creating targets/powerpc-Darwin8/hmake3.config for your installation.

Done.


Configuration report for hmake.

(You can re-run configure to change settings before proceeding.)

You wish (eventually) to install the following components in these locations:

(Installation directories are not created/checked at this stage.)

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:

/opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/

work/hmake-3.10/targets (exists) Object files build in:

/opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/

work/hmake-3.10/targets/powerpc-Darwin8 (exists) Executables and libs:

/opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/

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

/opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/

work/hmake-3.10/lib/powerpc-Darwin8... Adding build scripts for hmake, hmake-config, and hi to

/opt/local/var/db/dports/build/_Volumes_Scratch_software_darwinports_dports_devel_hmake/

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.

comment:2 Changed 18 years ago by gwright@…

Status: newassigned

I'll take a look at it.

-Greg

comment:3 Changed 18 years ago by mww@…

Summary: hmake build errorBUG: hmake build error

comment:4 Changed 18 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:5 Changed 18 years ago by mvitocruz@…

It works now. Thanks!

comment:6 Changed 18 years ago by gwright@…

Resolution: fixed
Status: assignedclosed

Thanks! I will close the bug.

Best Wishes, Greg

Note: See TracTickets for help on using tickets.