Ticket #945 (closed bug: fixed)

Opened 7 years ago

Last modified 5 years ago

`waitForProcess' report in `install' in ghc-6.6

Reported by: guest Owned by:
Priority: normal Milestone: 6.6.1
Component: Compiler Version: 6.6
Keywords: Cc: mechvel@…
Operating System: Linux Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by igloo) (diff)

Sometimes ghc-6.6 reports this:

...
making my project
...
...
[37 of 39] Compiling Dumatel.Prover
                         ( Dumatel/Prover.hs, dist/build/Dumatel/Prover.o )
[38 of 39] Compiling Dumatel.DemoTest.Test0
( Dumatel/DemoTest/Test0.hs, dist/build/Dumatel/DemoTest/Test0.o )
[39 of 39] Compiling Dumatel          ( Dumatel.hs, dist/build/Dumatel.o )
/usr/bin/ar: creating dist/build/libHSdumatel-1.6.a

scico:~/dm/1.06/dm/source> make install
runhaskell Setup.hs install --user
Installing: /home/mechvel/dm/1.06/dm/source/inst/lib/dumatel-1.6/ghc-6.6 &
             /home/mechvel/dm/1.06/dm/source/inst/bin dumatel-1.6...

*** Exception: waitForProcess: does not exist (No child processes)
make: *** [install] Error 1

This time this looks like a clear bug: I know that the application program works, I cleared the place and applied by new

make configure; make build; make install

and it had produced this report.

Then, I repeat make install, and it installs successfully.

This is ghc-6.6 made from source under ghc-6.6-pre-release for Linux, i-386-type machine.

Regards,


Serge Mechveliani mechvel@…

Change History

Changed 7 years ago by igloo

  • description modified (diff)
  • milestone set to 6.6.1

Changed 6 years ago by igloo

  • cc mechvel@… added

Hi Serge,

Do you have a testcase we can reproduce this with?

Thanks Ian

Changed 6 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Serge said on glasgow-haskell-bugs that he can't reproduce this any more, but if it happens again then he will report it.

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.