Bug 138901 - [patch] lang/ghc doesn't build with tests
Summary: [patch] lang/ghc doesn't build with tests
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 16:20 UTC by Anatoly Borodin
Modified: 2009-09-19 21:20 UTC (History)
0 users

See Also:


Attachments
file.txt (1.11 KB, text/plain)
2009-09-17 16:20 UTC, Anatoly Borodin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Borodin 2009-09-17 16:20:01 UTC
lang/ghc finds an error in its distinfo when WITH_TEST option is selected.

Fix: Fix the distinfo.

Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/lang/ghc && make config && make checksum

===>  Found saved configuration for ghc-6.10.4
=> MD5 Checksum OK for ghc-6.10.4-src.tar.bz2.
=> SHA256 Checksum OK for ghc-6.10.4-src.tar.bz2.
=> MD5 Checksum OK for ghc-6.10.4-src-extralibs.tar.bz2.
=> SHA256 Checksum OK for ghc-6.10.4-src-extralibs.tar.bz2.
=> No MD5 checksum recorded for testsuite-6.10.4.tar.bz2.
=> No SHA256 checksum recorded for testsuite-6.10.4.tar.bz2.
=> No suitable checksum found for testsuite-6.10.4.tar.bz2.
=> MD5 Checksum OK for ghc-6.10.4-i386-jm0-freebsd7-boot.tar.bz2.
=> SHA256 Checksum OK for ghc-6.10.4-i386-jm0-freebsd7-boot.tar.bz2.
=> MD5 Checksum OK for hscolour-1.13.tar.gz.
=> SHA256 Checksum OK for hscolour-1.13.tar.gz.
*** Error code 1

Stop in /usr/ports/lang/ghc.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-17 16:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-19 21:16:21 UTC
miwi        2009-09-19 20:16:12 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             distinfo 
  Log:
  - Add missing testsuite
  
  PR:             138901
  Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.37      +3 -0      ports/lang/ghc/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-09-19 21:17:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!