Summary: | [PATCH] devel/linux-c7-devtools: add missing dependency | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Maciej Pasternacki <maciej> | ||||
Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Keywords: | patch | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(emulation) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: tijl Date: Mon Oct 24 17:43:51 UTC 2016 New revision: 424583 URL: https://svnweb.freebsd.org/changeset/ports/424583 Log: Add libmpc needed by gcc and fix symlinks. PR: 213748 Submitted by: Maciej Pasternacki <maciej@pasternacki.net> Changes: head/devel/linux-c7-devtools/Makefile head/devel/linux-c7-devtools/distinfo.i386 head/devel/linux-c7-devtools/distinfo.x86_64 head/devel/linux-c7-devtools/pkg-plist.i386 head/devel/linux-c7-devtools/pkg-plist.x86_64 |
Created attachment 176106 [details] linux-c7-devtools-libmpc.patch The `/compat/linux/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1` binary, installed by `cpp` RPM, needs `libmpc.so.3`, which is not installed or pulled by dependencies. As it doesn't seem to be used anywhere else currently, I have added it to the list of RPMs installed by this port, rather than create a new port, in a manner similar to `libgomp`