Ticket #1670 (closed bug: invalid)

Opened 6 years ago

Last modified 5 years ago

installPackage: error reading dist/setup-config;

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

Description (last modified by simonmar) (diff)

After make clean the following results:

Installing: /home/<>/lib/ghc-6.7.20070907/lib/old-locale-1.0
Registering old-locale-1.0...
Reading package info from "dist/installed-pkg-config" ... done.
Saving old package config file... done.
Writing new package config file... done.
if ifBuildable/ifBuildable old-time; then \
  cd old-time && \
  ../installPackage/installPackage "" "/home/<>" "/home/<>/share/ghc-6.7.20070907" "/home/<>/share/doc/ghc/libraries" "/home/<>/haskell/ghc/utils/ghc-pkg/ghc-pkg-inplace" "/home/<>/lib/ghc-6.7.20070907/package.conf" ; \
fi
installPackage: error reading dist/setup-config; run "setup configure" command?

Change History

Changed 6 years ago by simonmar

  • priority changed from high to normal
  • description modified (diff)
  • milestone 6.8 deleted

not triaged

Changed 6 years ago by igloo

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

I'm not sure exactly what you're saying. Make clean certainly shouldn't be trying to install things. Or if you mean you were running make install immediately after make clean then that isn't expected to work. If you still think something's wrong, please reopen with complete instructions for reproduction (a few more lines of build log might be helpful, too).

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

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