[Bug 233376] devel/hs-ShellCheck: Provide statically linked binary

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 21 12:28:42 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233376

            Bug ID: 233376
           Summary: devel/hs-ShellCheck: Provide statically linked binary
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pizzamig at freebsd.org
          Reporter: tobik at freebsd.org
                CC: haskell at FreeBSD.org, pizzamig at freebsd.org
             Flags: maintainer-feedback?(pizzamig at freebsd.org)
          Assignee: pizzamig at freebsd.org
 Attachment #199412 maintainer-approval?(pizzamig at freebsd.org)
             Flags:
                CC: pizzamig at freebsd.org

Created attachment 199412
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199412&action=edit
shellcheck.diff

Installing hs-ShellCheck on FreBSD currently installs about 2 GiB
worth of dependencies (including GHC!).  This is embarrassing and
hard to explain and justify to users coming from other systems where
shellcheck is generally statically linked to its Haskell dependencies
and takes up about 20-30 MiB of space.  ShellCheck is a simple tool
that shouldn't require having the entire Haskell toolchain installed.

Can we statically link it to the hs-* dependencies on FreeBSD too?
Alternatively, maybe we could create a 'static' flavor or similar.

Poudriere testport on 12.0-RC1/i386 ok.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-haskell mailing list