#945: `waitForProcess' report in `install' in ghc-6.6
----------------------+-----------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.6.1
Component: Compiler | Version: 6.6
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Linux |
----------------------+-----------------------------------------------------
Changes (by igloo):
* milestone: => 6.6.1
* testcase: =>
Old description:
> 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
> [EMAIL PROTECTED]
New description:
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
[EMAIL PROTECTED]
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/945>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs