Bug 200182 - comms/libfec: produces broken library
Summary: comms/libfec: produces broken library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-14 00:47 UTC by Dmitry Marakasov
Modified: 2015-07-01 17:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olgeni)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-05-14 00:47:09 UTC
% cat 1.c
int main() { return 0; }
% cc 1.c -L/usr/local/lib -lfec
/usr/local/lib/libfec.so: undefined reference to `find_cpu_mode'
/usr/local/lib/libfec.so: undefined reference to `log'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2015-07-01 17:27:30 UTC
Marked BROKEN
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-07-01 17:27:43 UTC
A commit references this bug:

Author: amdmi3
Date: Wed Jul  1 17:27:25 UTC 2015
New revision: 391082
URL: https://svnweb.freebsd.org/changeset/ports/391082

Log:
  - Mark BROKEN: produces unusable library

  When attempling to link with libfec:

  /usr/local/lib/libfec.so: undefined reference to `find_cpu_mode'
  /usr/local/lib/libfec.so: undefined reference to `log'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)

  PR:		200182
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (olgeni, 7 weeks)

Changes:
  head/comms/libfec/Makefile