[Bug 1158522] New: ShellCheck FTBS on ppc(64(le)), s390(x) and aarch64

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 29 14:47:09 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1158522

            Bug ID: 1158522
           Summary: ShellCheck FTBS on ppc(64(le)), s390(x) and aarch64
           Product: Fedora
           Version: 21
         Component: ShellCheck
          Assignee: dridi.boukelmoune at gmail.com
          Reporter: jcajka at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: dridi.boukelmoune at gmail.com,
                    haskell-devel at lists.fedoraproject.org,
                    petersen at redhat.com
            Blocks: 467765 (ZedoraTracker), 1051573 (PPC64LETracker),
                    1071880 (PPCTracker)



Created attachment 951813
  --> https://bugzilla.redhat.com/attachment.cgi?id=951813&action=edit
Patch disabling tests

Package fails to build on up mentioned architectures with:

.
.
.
+ ./Setup build
Building ShellCheck-0.3.4...
Preprocessing library ShellCheck-0.3.4...
ShellCheck/Analytics.hs:36:8:
    Could not find module `Test.QuickCheck.All'
    Perhaps you meant
      Test.QuickCheck.Gen (from QuickCheck-2.5.1.1)
      Test.QuickCheck.Poly (from QuickCheck-2.5.1.1)
      Test.QuickCheck (from QuickCheck-2.5.1.1)
    Use -v to see a list of the files searched for.
.
.
.

Removing "import Test.QuickCheck.All (quickCheckAll)" and enabling ARM patch,
makes build continue, but then fails building tests. Removing tests from Cabal 
file makes build pass.

Probably related to 1144919.

In attachment is patch with changes. 
Similar changes are used by Debian(nearly identical to patch used on ARM):
http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.4-3.debian.tar.xz


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=467765
[Bug 467765] Fedora for System z (s390): Bug Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=1051573
[Bug 1051573] ppc64le tracker bug
https://bugzilla.redhat.com/show_bug.cgi?id=1071880
[Bug 1071880] (PPCTracker) Fedora for PowerPC architectures (ppc,ppc64):
Bug Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pgm1xSiCFp&a=cc_unsubscribe


More information about the haskell-devel mailing list