#13974: Official FreeBSD 10.3 distribution should link against libutil.so.9, not libutitl.so.8 -------------------------------------+------------------------------------- Reporter: mqudsi | Owner: (none) Type: bug | Status: infoneeded Priority: normal | Milestone: Component: None | Version: 7.10.3 Resolution: | Keywords: Operating System: FreeBSD | Architecture: x86_64 Type of failure: Installing GHC | (amd64) failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"fefcbfa86b73517d5002366d0703ce694c6d228d/ghc" fefcbfa8/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="fefcbfa86b73517d5002366d0703ce694c6d228d" build system: Ensure there are no duplicate files in bindist list Several executables inexplicably appear twice in bindist.list, which ends up producing multiple tar file entries, consequently breaking BSD tar during extraction. I spent a fair amount of time trying to work out where these duplicates were coming from to no avail. Since Hadrian is right around the corner I'm satisfied with a terrible hack: just uniq bindist.list before producing the bindist tarball. Test Plan: Validate Reviewers: austin Subscribers: rwbarton, thomie GHC Trac Issues: #13979, #13974 Differential Revision: https://phabricator.haskell.org/D3767 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13974#comment:10> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler