Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,312
    • Issues 4,312
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 384
    • Merge Requests 384
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #16132

Closed
Open
Opened Jan 05, 2019 by Simon Jakobi@sjakobiDeveloper

./validate --slow: "dist-install/build/HSghc-prim-0.5.3.o: copyFile: does not exist (No such file or directory)"

I had checked out D5067 at https://phabricator.haskell.org/D5067?id=19263 with

arc patch D5067

Then I ran

env THREADS=9 ./validate

and got a few test failures.

When I then ran

env THREADS=9 ./validate --slow

I got the following error:

/usr/bin/install -c -m 755 -d  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts"
for i in  rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build/libHSrts-ghc8.7.20190105.so rts/dist/build/libHSrts_l.a rts/dist/build/libHSrts_debug.a rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a rts/dist/build/libHSrts_debug-ghc8.7.20190105.so rts/dist/build/libHSrts_thr-ghc8.7.20190105.so rts/dist/build/libHSrts_thr_debug-ghc8.7.20190105.so rts/dist/build/libHSrts_l-ghc8.7.20190105.so rts/dist/build/libHSrts_thr_l-ghc8.7.20190105.so rts/dist/build/libHSrts_thr_debug_p.a rts/dist/build/libHSrts_debug_p.a rts/dist/build/libffi.so.7.1.0 rts/dist/build/libffi.so.7 rts/dist/build/libffi.so rts/dist/build/libCffi.a rts/dist/build/libCffi_p.a rts/dist/build/libCffi_l.a rts/dist/build/libCffi_debug.a rts/dist/build/libCffi_thr.a rts/dist/build/libCffi_thr_debug.a rts/dist/build/libCffi_thr_l.a rts/dist/build/libCffi_thr_p.a rts/dist/build/libCffi_thr_debug_p.a rts/dist/build/libCffi_debug_p.a; do case $i in *.a) /usr/bin/install -c -m 644  $i  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts"; true  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts"/`basename $i` ;; *.dll) /usr/bin/install -c -m 755  $i  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts" ; strip  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts"/`basename $i` ;; *.so) /usr/bin/install -c -m 755  $i  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts" ;; *.dylib) /usr/bin/install -c -m 755  $i  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts";; *) /usr/bin/install -c -m 644  $i  "/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/rts"; esac; done
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-prim dist-install "strip" '' '/home/simon/src/ghc-validate/bindisttest/install   dir' '/home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105' '/home/simon/src/ghc-validate/bindisttest/install   dir/share/doc/ghc-8.7.20190105/html/libraries' 'v p dyn'  
Installing library in /home/simon/src/ghc-validate/bindisttest/install   dir/lib/ghc-8.7.20190105/ghc-prim-0.5.3
dist-install/build/HSghc-prim-0.5.3.o: copyFile: does not exist (No such file or directory)
ghc.mk:986: recipe for target 'install_packages' failed
make[3]: *** [install_packages] Error 1
Makefile:51: recipe for target 'install' failed
make[2]: *** [install] Error 2
bindisttest/ghc.mk:21: recipe for target 'test_bindist' failed
make[1]: *** [test_bindist] Error 2
Makefile:123: recipe for target 'test_bindist' failed
make: *** [test_bindist] Error 2
Trac metadata
Trac field Value
Version 8.6.3
Type Bug
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Test Suite
Test case
Differential revisions
BlockedBy
Related
Blocking
CC
Operating system
Architecture
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: ghc/ghc#16132