Opened 15 years ago

Closed 14 years ago

#19265 closed update (fixed)

pure-gen: update to 0.7

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: pure-gen

Description

pure-gen should be updated to 0.5 but

--->  Building pure-gen
DEBUG: Executing proc-pre-org.macports.build-build-0
DEBUG: Executing org.macports.build (pure-gen)
DEBUG: port allows a parallel build
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_pure-gen/work/pure-gen-0.5" && nice -n 10 make -j3 all CC=/usr/bin/gcc-4.0 CFLAGS="-O2" CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"'
sed -e 's?@version@?0.5?' -e 's?./dump-ast?/opt/local/lib/pure-gen/dump-ast?' < pure-gen.pure > xxpure-gen.pure
ghc --make dump-ast.hs -o dump-ast
pure -c xxpure-gen.pure -o pure-gen
[1 of 1] Compiling Main             ( dump-ast.hs, dump-ast.o )
Linking dump-ast ...
llvmc: Can't find program 'llvm-gcc'
sh: line 1: llvm-g++: command not found
rm -f xxpure-gen.pure

and I can't build llvm-gcc42.

Change History (5)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:2 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

comment:3 in reply to:  description Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign@…:

and I can't build llvm-gcc42.

...on Tiger. On Leopard, I can build llvm-gcc42, but it does not provide llvm-gcc.

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: pure-gen: update to 0.5pure-gen: update to 0.7

Now that pure 0.34 is out, llvm-gcc should no longer be required, so I should be able to update pure-gen now, despite the issues with the llvm-gcc42 port.

comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Updated to 0.7 in r63521.

Note: See TracTickets for help on using tickets.